Source-Changes-HG archive

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

[src/trunk]: src Revert part of previous; etc/rc.d/kdc must be installed even...



details:   https://anonhg.NetBSD.org/src/rev/86125bb72c2c
branches:  trunk
changeset: 556744:86125bb72c2c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Dec 26 12:04:35 2003 +0000

description:
Revert part of previous; etc/rc.d/kdc must be installed even if Kerberos
isn't enabled.
This is how the rc.d system works in conjunction with our current build
and install system; all the rc.d scripts are installed even if the
subsystems they control are not.

diffstat:

 distrib/sets/lists/etc/krb.mi |  1 -
 distrib/sets/lists/etc/mi     |  3 ++-
 etc/rc.d/Makefile             |  7 ++-----
 3 files changed, 4 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r b3319b293bc0 -r 86125bb72c2c distrib/sets/lists/etc/krb.mi
--- a/distrib/sets/lists/etc/krb.mi     Fri Dec 26 11:50:51 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-./etc/rc.d/kdc                         etc-krb5-rc
diff -r b3319b293bc0 -r 86125bb72c2c distrib/sets/lists/etc/mi
--- a/distrib/sets/lists/etc/mi Fri Dec 26 11:50:51 2003 +0000
+++ b/distrib/sets/lists/etc/mi Fri Dec 26 12:04:35 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.125 2003/12/11 09:46:27 dyoung Exp $
+# $NetBSD: mi,v 1.126 2003/12/26 12:04:35 lukem Exp $
 ./.cshrc                               etc-util-etc
 ./.profile                             etc-util-etc
 ./dev/MAKEDEV                          etc-sys-etc
@@ -102,6 +102,7 @@
 ./etc/rc.d/ipnat                       etc-ipf-rc
 ./etc/rc.d/ipsec                       etc-net-rc
 ./etc/rc.d/isdnd                       etc-isdn-rc
+./etc/rc.d/kdc                         etc-krb5-rc
 ./etc/rc.d/ldconfig                    etc-sys-rc
 ./etc/rc.d/lkm1                                etc-sys-rc
 ./etc/rc.d/lkm2                                etc-sys-rc
diff -r b3319b293bc0 -r 86125bb72c2c etc/rc.d/Makefile
--- a/etc/rc.d/Makefile Fri Dec 26 11:50:51 2003 +0000
+++ b/etc/rc.d/Makefile Fri Dec 26 12:04:35 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2003/12/11 09:46:27 dyoung Exp $
+# $NetBSD: Makefile,v 1.43 2003/12/26 12:04:35 lukem Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,7 @@
        bootparams bootconf.sh ccd cgd cleartmp cron \
        dhclient dhcpd dhcrelay dmesg downinterfaces fsck \
        ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \
-       ldconfig lkm1 lkm2 lkm3 local lpd \
+       kdc ldconfig lkm1 lkm2 lkm3 local lpd \
        mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \
        moused mrouted \
        named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
@@ -23,9 +23,6 @@
        staticroute swap1 swap2 sysdb sysctl syslogd \
        timed tpctl ttys virecover wdogctl wscons wsmoused xdm xfs \
        ypbind yppasswdd ypserv
-.if (${MKKERBEROS} != "no")
-FILES+=        kdc
-.endif
 FILESDIR=      /etc/rc.d
 FILESMODE=     ${BINMODE}
 



Home | Main Index | Thread Index | Old Index