From Debian urlview-0.9-2.1 All config-files for this program go into its own directory inside /etc/. November 2001 diff -duNr --exclude=debian urlview-0.9/urlview.c urlview-0.9.orig/urlview.c --- urlview-0.9/urlview.c Tue Jul 4 14:14:30 2000 +++ urlview-0.9.orig/urlview.c Thu Nov 29 21:27:44 2001 @@ -48,7 +48,7 @@ #define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]" #define DEFAULT_COMMAND "url_handler.sh %s" -#define SYSTEM_INITFILE "/etc/urlview.conf" +#define SYSTEM_INITFILE "/etc/urlview/system.urlview" #define OFFSET 2 #define PAGELEN (LINES - 1 - OFFSET) diff -duNr --exclude=debian urlview-0.9/urlview.man urlview-0.9.orig/urlview.man --- urlview-0.9/urlview.man Tue Jul 4 14:14:30 2000 +++ urlview-0.9.orig/urlview.man Thu Nov 29 21:27:44 2001 @@ -34,7 +34,7 @@ upon startup. If this file doesn't exist, it will try to read a system wide file in -.IR /etc/urlview.conf . +.IR /etc/urlview/system.urlview . There are two configuration commands (order does not matter): .TP REGEXP \fIregexp\fP @@ -76,7 +76,7 @@ explicitly excludes single quotes.) .SH FILES .PP -.IP "/etc/urlview.conf" +.IP "/etc/urlview/system.urlview" system-wide urlview configuration file .IP "~/.urlview" urlview configuration file diff -duNr --exclude=debian urlview-0.9/urlview.sgml urlview-0.9.orig/urlview.sgml --- urlview-0.9/urlview.sgml Tue Jul 4 14:14:30 2000 +++ urlview-0.9.orig/urlview.sgml Thu Nov 29 21:27:44 2001 @@ -20,7 +20,7 @@

˜/.urlview upon startup. If this file doesn't exist, it will try to read a system wide file -in /etc/urlview.conf. There are +in /etc/urlview/system.urlview. There are two configuration commands (order does not matter):

REGEXP <regular expression to use for URL matching> @@ -62,7 +62,7 @@

-/etc/urlview.conf +/etc/urlview/system.urlview

system-wide urlview configuration file