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.
This commit is contained in:
parent
1d4f93e85b
commit
1b373d7a5e
@ -1 +0,0 @@
|
||||
./etc/rc.d/kdc etc-krb5-rc
|
@ -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
|
||||
|
@ -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 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
|
||||
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 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
|
||||
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user