summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-04 21:17:15 +0000
committergjb <gjb@FreeBSD.org>2016-02-04 21:17:15 +0000
commit0bd0063348711609e16884b0bbd12a20a34fba25 (patch)
tree0ab4e5a398ace62e324bd5b3d110674586fe9bba /etc/rc.d
parentfef2698edfa99e7a2c6cc18a04b5261c08130f45 (diff)
downloadFreeBSD-src-0bd0063348711609e16884b0bbd12a20a34fba25.zip
FreeBSD-src-0bd0063348711609e16884b0bbd12a20a34fba25.tar.gz
Create a 'casper' package.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index c22f647..31cffcd 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -24,7 +24,6 @@ FILES= DAEMON \
${_bluetooth} \
bridge \
${_bthidd} \
- ${_casperd} \
cleanvar \
cleartmp \
cron \
@@ -198,8 +197,12 @@ BSNMPMODE= ${BINMODE}
BSNMPPACKAGE= bsnmp
.if ${MK_CASPER} != "no"
-_casperd= casperd
+FILESGROUPS+= CASPER
+CASPER+= casperd
.endif
+CASPERDIR= /etc/rc.d
+CASPERMODE= ${BINMODE}
+CASPERPACKAGE= casper
.if ${MK_CCD} != "no"
FILES+= ccd
OpenPOWER on IntegriCloud