In the rc.d file list, start a new line for each first letter of
the rc.d scripts. Indent by an extra tab to match indentation of usr.sbin/postinstall/postinstall
This commit is contained in:
parent
f668cd8f95
commit
c1cf826a2c
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.54 2006/04/30 19:57:07 rpaulo Exp $
|
||||
# $NetBSD: Makefile,v 1.55 2006/05/14 15:43:54 simonb Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -8,23 +8,30 @@
|
|||
# src/usr.sbin/postinstall/postinstall
|
||||
|
||||
CONFIGFILES=\
|
||||
DAEMON LOGIN NETWORKING SERVERS \
|
||||
accounting altqd amd apmd \
|
||||
bootparams bootconf.sh ccd cgd cleartmp cron \
|
||||
dhclient dhcpd dhcrelay dmesg downinterfaces fixsb fsck ftpd hostapd \
|
||||
identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec irdaattach \
|
||||
iscsi_target isdnd \
|
||||
kdc ldconfig lkm1 lkm2 lkm3 local lpd \
|
||||
mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \
|
||||
moused mrouted \
|
||||
named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
|
||||
pf pf_boot pflogd poffd postfix powerd ppp pwcheck quota \
|
||||
racoon rpcbind raidframe raidframeparity rarpd rbootd root \
|
||||
route6d routed rtadvd rtclocaltime rtsold rwho \
|
||||
savecore screenblank sendmail securelevel smmsp sshd \
|
||||
staticroute swap1 swap2 sysdb sysctl syslogd \
|
||||
timed tpctl ttys veriexec virecover wdogctl wscons wsmoused xdm xfs \
|
||||
ypbind yppasswdd ypserv
|
||||
DAEMON LOGIN NETWORKING SERVERS \
|
||||
accounting altqd amd apmd \
|
||||
bootconf.sh bootparams \
|
||||
ccd cgd cleartmp cron \
|
||||
dhclient dhcpd dhcrelay dmesg downinterfaces \
|
||||
fixsb fsck ftpd \
|
||||
hostapd \
|
||||
identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec \
|
||||
irdaattach iscsi_target isdnd \
|
||||
kdc \
|
||||
ldconfig lkm1 lkm2 lkm3 local lpd \
|
||||
mixerctl mopd motd mountall mountcritlocal mountcritremote \
|
||||
mountd moused mrouted \
|
||||
named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
|
||||
pf pf_boot pflogd poffd postfix powerd ppp pwcheck \
|
||||
quota \
|
||||
racoon rpcbind raidframe raidframeparity rarpd rbootd root \
|
||||
route6d routed rtadvd rtclocaltime rtsold rwho \
|
||||
savecore screenblank sendmail securelevel smmsp sshd \
|
||||
staticroute swap1 swap2 sysctl sysdb syslogd \
|
||||
timed tpctl ttys \
|
||||
veriexec virecover wdogctl wscons wsmoused \
|
||||
xdm xfs \
|
||||
ypbind yppasswdd ypserv
|
||||
FILESDIR= /etc/rc.d
|
||||
FILESMODE= ${BINMODE}
|
||||
|
||||
|
|
Loading…
Reference in New Issue