Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.bin/newsyslog Pull up revision 1.13 (requested by m...
details: https://anonhg.NetBSD.org/src/rev/32e4160faea6
branches: netbsd-1-5
changeset: 492934:32e4160faea6
user: he <he%NetBSD.org@localhost>
date: Wed Mar 06 23:35:18 2002 +0000
description:
Pull up revision 1.13 (requested by martti):
Synchronize to current development version. This includes among
other things the ``specific time for periodic trimming'' feature.
diffstat:
usr.bin/newsyslog/Makefile | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diffs (19 lines):
diff -r 71ac04ed1261 -r 32e4160faea6 usr.bin/newsyslog/Makefile
--- a/usr.bin/newsyslog/Makefile Wed Mar 06 23:35:03 2002 +0000
+++ b/usr.bin/newsyslog/Makefile Wed Mar 06 23:35:18 2002 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.12 1999/12/07 11:28:13 ad Exp $
+# $NetBSD: Makefile,v 1.12.4.1 2002/03/06 23:35:18 he Exp $
PROG= newsyslog
-
-CPPFLAGS+= -DCONF=\"/etc/newsyslog.conf\"
-CPPFLAGS+= -DPIDFILE=\"/var/run/syslogd.pid\"
-CPPFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
-CPPFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
+SRCS= newsyslog.c
+LDADD+= -lutil
+DPADD+= ${LIBUTIL}
MAN= newsyslog.8
MLINKS+=newsyslog.8 newsyslog.conf.5
Home |
Main Index |
Thread Index |
Old Index