Package: slmodemd Version: 2.9.10+2.9.9d+e-pre2-5 This small patch moves the misplaced logfile slmodem.log.modem:1 (and its ilk) from / (slmodemd's usual startup directory) to /var/log.
Regards, Ian. diff -ru orig/sl-modem-2.9.10+2.9.9d+e-pre2/modem/modem_debug.c sl-modem-2.9.10+2.9.9d+e-pre2/modem/modem_debug.c --- orig/sl-modem-2.9.10+2.9.9d+e-pre2/modem/modem_debug.c 2004-02-04 13:19:16.000000000 +0000 +++ sl-modem-2.9.10+2.9.9d+e-pre2/modem/modem_debug.c 2007-03-20 12:02:52.000000000 +0000 @@ -61,7 +61,7 @@ unsigned int modem_debug_logging; unsigned int dsplibs_debug_level; -static const char *modem_debug_logfile = "slmodem.log"; +static const char *modem_debug_logfile = "/var/log/slmodem.log"; static int modem_log_fd; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

