From 414f33710e2274f482c9063c483a7199408ef022 Mon Sep 17 00:00:00 2001 From: cgd Date: Fri, 28 May 1993 09:08:28 +0000 Subject: [PATCH] make installed file owned by root, to keep crond happy --- usr.bin/newsyslog/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.bin/newsyslog/Makefile b/usr.bin/newsyslog/Makefile index bfbc5bbbd8bb..38f3414e5ced 100644 --- a/usr.bin/newsyslog/Makefile +++ b/usr.bin/newsyslog/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/05/22 03:52:17 cgd Exp $ +# $Id: Makefile,v 1.3 1993/05/28 09:08:28 cgd Exp $ PROG= newsyslog @@ -8,6 +8,8 @@ CFLAGS+= -DPIDFILE=\"/var/run/syslog.pid\" CFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\" CFLAGS+= -DCOMPRESS_POSTFIX=\".z\" +BINOWN= root + MAN5= newsyslog.conf.0 MAN8= newsyslog.0