You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
596 B
15 lines
596 B
Index: slpd/slpd_cmdline.h |
|
--- slpd/slpd_cmdline.h.orig 2005-02-08 06:34:32 +0100 |
|
+++ slpd/slpd_cmdline.h 2006-11-08 20:33:48 +0100 |
|
@@ -56,9 +56,9 @@ |
|
/*=========================================================================*/ |
|
#ifndef _WIN32 |
|
#define SLPD_CONFFILE ETCDIR "/slp.conf" |
|
-#define SLPD_LOGFILE VARDIR "/log/slpd.log" |
|
+#define SLPD_LOGFILE VARDIR "/slpd.log" |
|
#define SLPD_REGFILE ETCDIR "/slp.reg" |
|
-#define SLPD_PIDFILE VARDIR "/run/slpd.pid" |
|
+#define SLPD_PIDFILE VARDIR "/slpd.pid" |
|
#define SLPD_SPIFILE ETCDIR "/slp.spi" |
|
#else |
|
#define SLPD_CONFFILE "%WINDIR%\\slp.conf"
|
|
|