From a1787c488f63a1f2d1b2c06b851059c5bdf298ca Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 9 Feb 1999 23:17:25 +0000 Subject: [PATCH] Install rc.conf properly into /etc/defaults/ directory. --- etc/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index f4415785abe..b5b578e9893 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 \ -- 2.45.0