diff -ruNd textproc/urlview/patches/patch-aa textproc/urlview/patches/patch-aa --- textproc/urlview/patches/patch-aa Wed Apr 22 20:51:58 1998 +++ textproc/urlview/patches/patch-aa Mon May 1 18:58:12 2000 @@ -1,5 +1,14 @@ ---- urlview.man~ Thu Dec 18 15:10:22 1997 -+++ urlview.man Tue Apr 21 14:27:26 1998 +--- urlview.man.orig Fri Dec 19 02:10:22 1997 ++++ urlview.man Mon May 1 18:57:19 2000 +@@ -48,7 +48,7 @@ + .SH CONFIGURATION + + .Pp +-\fIurlview\fP attempts to read \fI~/.urlview\fP upon startup. There are ++\fIurlview\fP attempts to read \fI~/.desk/urlview\fP upon startup. There are + two configuration commands (order does not matter): + .Pp + REGEXP @@ -72,7 +72,7 @@ .Pp COMMAND @@ -9,3 +18,12 @@ with the URL that was requested, otherwise the URL is appended to the COMMAND string. The default COMMAND is .DS +@@ -99,7 +99,7 @@ + .nr ll +1 + .nr t\n(ll 2 + .if \n(ll>1 .RS +-.IP "~/.urlview" ++.IP "~/.desk/urlview" + .nr bi 1 + .Pp + urlview configuration file diff -ruNd textproc/urlview/patches/patch-ba textproc/urlview/patches/patch-ba --- textproc/urlview/patches/patch-ba Thu Jan 1 03:00:00 1970 +++ textproc/urlview/patches/patch-ba Mon May 1 18:54:47 2000 @@ -0,0 +1,11 @@ +--- urlview.c.orig Sat Jan 31 06:28:46 1998 ++++ urlview.c Mon May 1 18:53:58 2000 +@@ -98,7 +98,7 @@ + /*** read the initialization file ***/ + + pw = getpwuid (getuid ()); +- snprintf (buf, sizeof (buf), "%s/.urlview", pw->pw_dir); ++ snprintf (buf, sizeof (buf), "%s/.desk/urlview", pw->pw_dir); + if ((fp = fopen (buf, "r"))) + { + while (fgets (buf, sizeof (buf), fp) != NULL) diff -ruNd textproc/urlview/patches/patch-bb textproc/urlview/patches/patch-bb --- textproc/urlview/patches/patch-bb Thu Jan 1 03:00:00 1970 +++ textproc/urlview/patches/patch-bb Mon May 1 18:55:57 2000 @@ -0,0 +1,20 @@ +--- urlview.sgml.orig Fri Dec 19 02:10:22 1997 ++++ urlview.sgml Mon May 1 18:55:28 2000 +@@ -18,7 +18,7 @@ + + CONFIGURATION +

+-˜/.urlview upon startup. There are ++˜/.desk/urlview upon startup. There are + two configuration commands (order does not matter): +

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

+ + +-˜/.urlview ++˜/.desk/urlview +

+ urlview configuration file +