File:
[DragonFly] /
src /
etc /
rc.d /
Makefile
Revision
1.4:
download - view:
text,
annotated -
select for diffs
Sun Feb 1 10:25:48 2004 UTC (9 years, 3 months ago) by
rob
Branches:
MAIN
CVS tags:
HEAD
Add much needed scripts to /etc/rc.d
resident
takes a list of pathnames or filenames from /etc/resident.conf
and makes them resident
varsym
takes a list of variable definitions from /etc/varsym.conf
and makes them system wide varsyms
these are currently off by default
thanks to Eirik Nygaard for his assistance
1: # $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
2: # $FreeBSD: src/etc/rc.d/Makefile,v 1.20 2003/06/29 05:15:57 mtm Exp $
3: # $DragonFly: src/etc/rc.d/Makefile,v 1.4 2004/02/01 10:25:48 rob Exp $
4:
5: .include <bsd.own.mk>
6:
7: # note: bgfsk, devd, devfs, and lomac left out (from 5.0)
8: #
9: FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz \
10: altqd amd \
11: apm apmd archdep atm1 atm2.sh atm3.sh \
12: bootconf.sh bootparams ccd cleanvar \
13: cleartmp cron dhclient diskless dmesg dumpon fsck \
14: hostname inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon \
15: ipnat ipsec ipxrouted isdnd jail \
16: kadmind kerberos keyserv kldxref kpasswdd \
17: ldconfig lkm1 lkm2 lkm3 local localdaemons lpd \
18: motd mountall mountcritlocal mountcritremote \
19: mountd moused mroute6d mrouted msgs \
20: named netif netoptions network network1 network2 network3 \
21: network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd \
22: ntpdate othermta pccard pcvt ppp ppp-user pppoed pwcheck quota random \
23: rarpd rcconf.sh resident root route6d routed routing rpcbind rtadvd \
24: rwho sysdb savecore securelevel sendmail serial sppp sshd swap1 syscons\
25: sysctl syslogd timed ttys usbd vinum virecover watchdogd ypbind \
26: yppasswdd ypserv ypset ypupdated ypxfrd \
27: varsym wscons
28: FILESDIR= /etc/rc.d
29: FILESMODE= ${BINMODE}
30:
31: NOPROG= noprog
32:
33: .include <bsd.prog.mk>