Package: lynx Version: 2.8.8dev.5-1 Severity: normal Tags: patch upstream *** Please type your report below this line ***
RMDIR_PATH in lynx.cfg effects nothing. This was reported in http://www.mail-archive.com/[email protected]/msg10587.html The patch below is the patch from this message, updated to the current version. I've tested it and it works for me. --- lynx-cur-2.8.8dev.5/src/LYReadCFG.c.orig 2010-06-21 11:44:55.000000000 +0200 +++ lynx-cur-2.8.8dev.5/src/LYReadCFG.c 2010-11-26 01:27:38.000000000 +0100 @@ -1548,6 +1548,7 @@ #endif PARSE_SET(RC_REUSE_TEMPFILES, LYReuseTempfiles), PARSE_PRG(RC_RLOGIN_PATH, ppRLOGIN), + PARSE_PRG(RC_RMDIR_PATH, ppRMDIR), PARSE_PRG(RC_RM_PATH, ppRM), #ifndef NO_RULES PARSE_FUN(RC_RULE, HTSetConfiguration), --- lynx-cur-2.8.8dev.5/src/LYrcFile.h.orig 2010-06-21 11:44:55.000000000 +0200 +++ lynx-cur-2.8.8dev.5/src/LYrcFile.h 2010-11-26 01:28:00.000000000 +0100 @@ -190,6 +190,7 @@ #define RC_REPLAYSECS "replaysecs" #define RC_REUSE_TEMPFILES "reuse_tempfiles" #define RC_RLOGIN_PATH "rlogin_path" +#define RC_RMDIR_PATH "rmdir_path" #define RC_RM_PATH "rm_path" #define RC_RULE "rule" #define RC_RULESFILE "rulesfile" -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

