diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2010-05-19 08:58:23 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-05-31 22:43:05 +0200 |
commit | b76270bf9e6dd375e495fec92140a79a79415d27 (patch) | |
tree | 3dbed78b2279bf9f14207a16dc634b90995cbd40 /source/n/lynx/lynx.path.diff | |
parent | 5a12e7c134274dba706667107d10d231517d3e05 (diff) | |
download | current-b76270bf9e6dd375e495fec92140a79a79415d27.tar.gz |
Slackware 13.1slackware-13.1
Wed May 19 08:58:23 UTC 2010
Slackware 13.1 x86_64 stable is released!
Lots of thanks are due -- see the RELEASE_NOTES and the rest of the
ChangeLog for credits. The ISOs are on their way to replication,
a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD.
We are taking pre-orders now at store.slackware.com, and offering
a discount if you sign up for a subscription. Consider picking up
a copy to help support the project. Thanks again to the Slackware
community for testing, contributing, and generally holding us to a
high level of quality. :-)
Enjoy!
Diffstat (limited to 'source/n/lynx/lynx.path.diff')
-rw-r--r-- | source/n/lynx/lynx.path.diff | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/source/n/lynx/lynx.path.diff b/source/n/lynx/lynx.path.diff index 1ee216ed..045405c9 100644 --- a/source/n/lynx/lynx.path.diff +++ b/source/n/lynx/lynx.path.diff @@ -1,6 +1,7 @@ ---- ./userdefs.h.orig Tue Feb 26 22:32:08 2002 -+++ ./userdefs.h Tue Feb 26 22:39:53 2002 -@@ -277,7 +277,7 @@ +diff -Nur lynx2-8-7.orig/userdefs.h lynx2-8-7/userdefs.h +--- lynx2-8-7.orig/userdefs.h 2009-06-06 19:30:35.000000000 -0500 ++++ lynx2-8-7/userdefs.h 2009-12-03 15:47:54.596486242 -0600 +@@ -289,7 +289,7 @@ #ifdef DOSPATH #define LYNX_CFG_FILE "./lynx.cfg" #else @@ -9,30 +10,30 @@ #endif /* DOSPATH */ #endif /* LYNX_CFG_FILE */ #endif /* HAVE_CONFIG_H */ -@@ -289,7 +289,7 @@ +@@ -305,7 +305,7 @@ * Mappings in these global and personal files override any SUFFIX * definitions in lynx.cfg and built-in defaults from src/HTInit.c. */ --#define GLOBAL_EXTENSION_MAP "/usr/local/lib/mosaic/mime.types" -+#define GLOBAL_EXTENSION_MAP "/usr/lib/lynx/mime.types" - #define PERSONAL_EXTENSION_MAP ".mime.types" +-#define GLOBAL_EXTENSION_MAP MIME_LIBDIR "mime.types" ++#define GLOBAL_EXTENSION_MAP "@SLACK_LIBDIR@/lynx/mime.types" + #define PERSONAL_EXTENSION_MAP "~/.mime.types" /************************** -@@ -299,7 +299,7 @@ +@@ -315,7 +315,7 @@ * Mappings in these global and personal files override any VIEWER * definitions in lynx.cfg and built-in defaults from src/HTInit.c. */ --#define GLOBAL_MAILCAP "/usr/local/lib/mosaic/mailcap" -+#define GLOBAL_MAILCAP "/usr/lib/lynx/mailcap" - #define PERSONAL_MAILCAP ".mailcap" +-#define GLOBAL_MAILCAP MIME_LIBDIR "mailcap" ++#define GLOBAL_MAILCAP MIME_LIBDIR "/etc/mailcap" + #define PERSONAL_MAILCAP "~/.mailcap" /************************** -@@ -434,7 +434,7 @@ +@@ -445,7 +445,7 @@ * -lss command line switch will override these definitions. */ #ifndef LYNX_LSS_FILE -#define LYNX_LSS_FILE "/usr/local/lib/lynx.lss" -+#define LYNX_LSS_FILE "/usr/lib/lynx/lynx.lss" ++#define LYNX_LSS_FILE "/etc/lynx.lss" #endif /* LYNX_LSS_FILE */ #endif /* VMS OR UNIX */ |