summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-01-10 21:22:28 +0000
committerache <ache@FreeBSD.org>1996-01-10 21:22:28 +0000
commitb0a5a520276679c2b26968f7d92736114c95cc30 (patch)
tree863a17913b2ee5d0fb22f8539891b37bd3c1a886 /etc/Makefile
parent00c8059b68ca3d1b6c4904f09ca98116176055be (diff)
downloadFreeBSD-src-b0a5a520276679c2b26968f7d92736114c95cc30.zip
FreeBSD-src-b0a5a520276679c2b26968f7d92736114c95cc30.tar.gz
Add empty /var/log/slip.log creation to distribution: target where
other empty logs created. Pointed by Bruce.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index d95509b..6496f3e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.128 1995/12/02 21:02:02 peter Exp $
+# $Id: Makefile,v 1.129 1995/12/31 17:06:56 joerg Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -210,6 +210,8 @@ distribution:
${DESTDIR}/var/log/lastlog
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/log/messages
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
+ ${DESTDIR}/var/log/slip.log
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/log/wtmp
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
OpenPOWER on IntegriCloud