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
# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
# $FreeBSD: src/etc/rc.d/Makefile,v 1.20 2003/06/29 05:15:57 mtm Exp $
# $DragonFly: src/etc/rc.d/Makefile,v 1.4 2004/02/01 10:25:48 rob Exp $
.include <bsd.own.mk>
# note: bgfsk, devd, devfs, and lomac left out (from 5.0)
#
FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz \
altqd amd \
apm apmd archdep atm1 atm2.sh atm3.sh \
bootconf.sh bootparams ccd cleanvar \
cleartmp cron dhclient diskless dmesg dumpon fsck \
hostname inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon \
ipnat ipsec ipxrouted isdnd jail \
kadmind kerberos keyserv kldxref kpasswdd \
ldconfig lkm1 lkm2 lkm3 local localdaemons lpd \
motd mountall mountcritlocal mountcritremote \
mountd moused mroute6d mrouted msgs \
named netif netoptions network network1 network2 network3 \
network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd \
ntpdate othermta pccard pcvt ppp ppp-user pppoed pwcheck quota random \
rarpd rcconf.sh resident root route6d routed routing rpcbind rtadvd \
rwho sysdb savecore securelevel sendmail serial sppp sshd swap1 syscons\
sysctl syslogd timed ttys usbd vinum virecover watchdogd ypbind \
yppasswdd ypserv ypset ypupdated ypxfrd \
varsym wscons
FILESDIR= /etc/rc.d
FILESMODE= ${BINMODE}
NOPROG= noprog
.include <bsd.prog.mk>