diff options
Diffstat (limited to 'etc/rc.d/Makefile')
-rwxr-xr-x | etc/rc.d/Makefile | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 9c26553..13573a0 100755 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -1,17 +1,23 @@ # $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $ +# $FreeBSD$ .include <bsd.own.mk> -FILES= DAEMON LOGIN NETWORK SERVERS accounting amd apmd bootparams \ - bootconf.sh ccd cleartmp cron dhclient dhcpd dhcrelay dmesg \ - fsck gated inetd ipfilter ipmon ipnat ipsec isdnd kdc ldconfig \ - lkm1 lkm2 lkm3 local lpd mopd motd mountall mountcritlocal \ - mountcritremote mountd mrouted named network newsyslog nfsd \ - nfslocking ntpd ntpdate rpcbind poffd postfix ppp pwcheck racoon \ - quota raidframe rarpd rbootd root route6d routed rtadvd rtsold rwho \ - savecore screenblank sendmail securelevel sshd swap1 swap2 sysdb \ - sysctl syslogd timed ttys virecover wscons xdm xfs ypbind \ - yppasswdd ypserv +FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz altqd \ + amd apmd atm1 atm2.sh atm3.sh bgfsck bootconf.sh bootparams ccd \ + cleanvar cleartmp cron devdb devfs dhclient dhcpd dhcrelay diskless \ + dmesg dumpon fsck gated inetd initdiskless initrandom ipfilter ipfw \ + ip6fw ipmon ipnat ipsec ipxrouted isdnd kadmind kdc kerberos keyserv \ + ldconfig lkm1 lkm2 lkm3 local localdaemons lomac lpd mopd motd \ + mountall mountcritlocal mountcritremote mountd moused mroute6d \ + mrouted msgs named network network1 network2 network3 \ + network_ipv6 newsyslog nfsclient nfsd nfslocking \ + othermta nfsserver ntpd ntpdate pccard poffd ppp-user \ + postfix ppp pppoed pwcheck quota racoon raidframe random rarpd \ + rbootd root route6d routed rpcbind rtadvd rtsold \ + rwho savecore screenblank securelevel sendmail serial sppp sshd swap1 \ + swap2 sysdb syscons sysctl syslogd timed ttys usbd vinum virecover \ + wscons xdm xfs ypbind yppasswdd ypserv ypset ypupdated ypxfrd FILESDIR= /etc/rc.d FILESMODE= ${BINMODE} |