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 Always install the sshd script.



details:   https://anonhg.NetBSD.org/src/rev/074cc1d5479d
branches:  netbsd-1-5
changeset: 489570:074cc1d5479d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Sep 29 05:46:44 2000 +0000

description:
Always install the sshd script.

diffstat:

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

diffs (27 lines):

diff -r f8867c39e98c -r 074cc1d5479d etc/rc.d/Makefile
--- a/etc/rc.d/Makefile Fri Sep 29 05:45:54 2000 +0000
+++ b/etc/rc.d/Makefile Fri Sep 29 05:46:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7.2.3 2000/08/23 12:32:17 lukem Exp $
+# $NetBSD: Makefile,v 1.7.2.4 2000/09/29 05:46:44 thorpej Exp $
 
 FILES= DAEMON LOGIN NETWORK SERVERS accounting amd apmd bootparams \
        bootconf.sh ccd cleartmp cron dhclient dhcpd dhcrelay dmesg \
@@ -7,16 +7,12 @@
        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 securelevel swap1 swap2 sysdb sysctl \
+       screenblank sendmail securelevel sshd 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