diff options
author | gordon <gordon@FreeBSD.org> | 2002-06-13 22:14:37 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2002-06-13 22:14:37 +0000 |
commit | 9c5433cb225f7a4e56e87623ea2e4011179553a5 (patch) | |
tree | 3168589e209abd888b033397e3c46dee6131a116 /etc/rc.d/Makefile | |
parent | 50d99cdfecd92f5323a18aa791a5b1cb9d8b7191 (diff) | |
download | FreeBSD-src-9c5433cb225f7a4e56e87623ea2e4011179553a5.zip FreeBSD-src-9c5433cb225f7a4e56e87623ea2e4011179553a5.tar.gz |
Merge in all the changes that Mike Makonnen has been maintaining for a
while. This is only the script pieces, the glue for the build comes next.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
Reviewed by: silence on -current and -hackers
Prodded by: rwatson
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} |