summaryrefslogtreecommitdiffstats
path: root/source/n/lynx/lynx.path.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/lynx/lynx.path.diff')
-rw-r--r--source/n/lynx/lynx.path.diff38
1 files changed, 38 insertions, 0 deletions
diff --git a/source/n/lynx/lynx.path.diff b/source/n/lynx/lynx.path.diff
new file mode 100644
index 000000000..1ee216edf
--- /dev/null
+++ b/source/n/lynx/lynx.path.diff
@@ -0,0 +1,38 @@
+--- ./userdefs.h.orig Tue Feb 26 22:32:08 2002
++++ ./userdefs.h Tue Feb 26 22:39:53 2002
+@@ -277,7 +277,7 @@
+ #ifdef DOSPATH
+ #define LYNX_CFG_FILE "./lynx.cfg"
+ #else
+-#define LYNX_CFG_FILE "/usr/local/lib/lynx.cfg"
++#define LYNX_CFG_FILE "/etc/lynx.cfg"
+ #endif /* DOSPATH */
+ #endif /* LYNX_CFG_FILE */
+ #endif /* HAVE_CONFIG_H */
+@@ -289,7 +289,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"
+
+ /**************************
+@@ -299,7 +299,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"
+
+ /**************************
+@@ -434,7 +434,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"
+ #endif /* LYNX_LSS_FILE */
+
+ #endif /* VMS OR UNIX */