summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-02-09 23:17:25 +0000
committerjkh <jkh@FreeBSD.org>1999-02-09 23:17:25 +0000
commitffd599b4ab1e3c0558829a6fa365b5ec900d147b (patch)
tree9a553629c69625e2793581910986942caf6888d5 /etc
parent9e9e0d35161449eb6816025aa597d101c6cc57cb (diff)
downloadFreeBSD-src-ffd599b4ab1e3c0558829a6fa365b5ec900d147b.zip
FreeBSD-src-ffd599b4ab1e3c0558829a6fa365b5ec900d147b.tar.gz
Install rc.conf properly into /etc/defaults/ directory.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index f441578..b5b578e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.188 1999/01/25 18:24:46 dillon Exp $
+# $Id: Makefile,v 1.189 1999/02/09 17:17:17 dillon Exp $
SUBDIR= sendmail
@@ -8,8 +8,8 @@ BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \
inetd.conf auth.conf login.conf login.access motd modems networks \
newsyslog.conf pam.conf phones pccard.conf.sample \
printcap profile protocols \
- rc rc.atm rc.conf rc.devfs rc.firewall rc.isdn rc.network rc.pccard \
- rc.diskless1 rc.diskless2 rc.serial rc.shutdown \
+ rc rc.atm rc.devfs rc.firewall rc.isdn rc.network rc.pccard \
+ rc.diskless rc.serial rc.shutdown \
etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \
remote security services shells syslog.conf \
etc.${MACHINE_ARCH}/ttys etc.${MACHINE_ARCH}/disktab rpc make.conf \
@@ -52,6 +52,7 @@ distribution:
(cd ${.CURDIR}; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN2} ${DESTDIR}/etc; \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/* ${DESTDIR}/etc/defaults/; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/cron/log; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \
OpenPOWER on IntegriCloud