Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/etc/rc.d pull up revs 1.8-1.9



details:   https://anonhg.NetBSD.org/src/rev/975c34aa56fa
branches:  netbsd-1-5
changeset: 489005:975c34aa56fa
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Aug 09 18:50:30 2000 +0000

description:
pull up revs 1.8-1.9
approved by: thorpej

- add NETWORK, sshd
- remove systemfs

diffstat:

 etc/rc.d/Makefile |  16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r adf0263cb463 -r 975c34aa56fa etc/rc.d/Makefile
--- a/etc/rc.d/Makefile Wed Aug 09 18:47:13 2000 +0000
+++ b/etc/rc.d/Makefile Wed Aug 09 18:50:30 2000 +0000
@@ -1,17 +1,21 @@
-# $NetBSD: Makefile,v 1.7.2.1 2000/08/06 21:39:04 thorpej Exp $
+# $NetBSD: Makefile,v 1.7.2.2 2000/08/09 18:50:30 lukem Exp $
 
-FILES= DAEMON LOGIN SERVERS accounting amd apmd bootparams bootconf.sh ccd \
-       cleartmp cron dhclient dhcpd dhcrelay dmesg fsck.sh gated inetd \
-       ipfilter ipmon ipnat ipsec kdc ldconfig lkm1 lkm2 lkm3 local \
-       lpd mopd \
+FILES= DAEMON LOGIN NETWORK SERVERS accounting amd apmd bootparams \
+       bootconf.sh ccd cleartmp cron dhclient dhcpd dhcrelay dmesg fsck.sh \
+       gated inetd ipfilter ipmon ipnat ipsec kdc ldconfig lkm1 lkm2 \
+       lkm3 local lpd mopd \
        motd mountall mountcritlocal mountcritremote mountd mrouted named \
        network nfsd nfslocking ntpd ntpdate rpcbind postfix ppp pwcheck quota \
        raidframe rarpd rbootd root route6d routed rtadvd rtsold rwho savecore \
-       screenblank sendmail swap1 swap2 sysdb sysctl syslogd systemfs timed \
+       screenblank sendmail swap1 swap2 sysdb sysctl syslogd timed \
        ttys virecover wscons xdm xfs ypbind yppasswdd ypserv
 FILESDIR=      /etc/rc.d
 FILESMODE=     ${BINMODE}
 
+.if defined(SSHDIST)
+FILES+=        sshd
+.endif
+
 NOPROG= noprog
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index