--- userdefs.h.orig Sun Mar 29 14:31:33 1998 +++ userdefs.h Sun Mar 29 14:43:21 1998 @@ -269,7 +269,7 @@ #ifdef DOSPATH #define LYNX_CFG_FILE "./lynx.cfg" #else -#define LYNX_CFG_FILE "/usr/local/lib/lynx.cfg" +#define LYNX_CFG_FILE "/usr/lib/lynx/lynx.cfg" #endif /* DOSPATH */ #endif /* LYNX_CFG_FILE */ #endif /* HAVE_CONFIG_H */ @@ -295,7 +295,7 @@ /************************** * the full path and name of the telnet command */ -#define TELNET_COMMAND "telnet" +#define TELNET_COMMAND "/bin/telnet" /************************** * the full path and name of the tn3270 command @@ -305,7 +305,7 @@ /************************** * the full path and name of the rlogin command */ -#define RLOGIN_COMMAND "rlogin" +#define RLOGIN_COMMAND "/usr/bin/rlogin" /************************** * XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c for @@ -322,7 +322,7 @@ * open is used as the default for NeXT, instead of the XLOADIMAGE_COMMAND * definition. */ -#define XLOADIMAGE_COMMAND "xli %s &" +#define XLOADIMAGE_COMMAND "xv %s &" /************************** * For UNIX systems this should be sendmail @@ -433,7 +433,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 */