Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/newsyslog "/var/run/syslog.pid" was renamed to "/var...



details:   https://anonhg.NetBSD.org/src/rev/29f4766cc21e
branches:  trunk
changeset: 473612:29f4766cc21e
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Jun 09 11:39:46 1999 +0000

description:
"/var/run/syslog.pid" was renamed to "/var/run/syslogd.pid" recently.

diffstat:

 usr.bin/newsyslog/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 7032c6829313 -r 29f4766cc21e usr.bin/newsyslog/Makefile
--- a/usr.bin/newsyslog/Makefile        Wed Jun 09 07:53:22 1999 +0000
+++ b/usr.bin/newsyslog/Makefile        Wed Jun 09 11:39:46 1999 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.10 1998/07/29 01:31:50 simonb Exp $
+#      $NetBSD: Makefile,v 1.11 1999/06/09 11:39:46 tron Exp $
 
 PROG=  newsyslog
 
 CPPFLAGS+= -DCONF=\"/etc/newsyslog.conf\"
-CPPFLAGS+= -DPIDFILE=\"/var/run/syslog.pid\"
+CPPFLAGS+= -DPIDFILE=\"/var/run/syslogd.pid\"
 CPPFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
 CPPFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
 



Home | Main Index | Thread Index | Old Index