Install rc.conf properly into /etc/defaults/ directory.
This commit is contained in:
parent
58dd43480c
commit
a1787c488f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user