summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-08 21:15:07 +0000
committergjb <gjb@FreeBSD.org>2016-02-08 21:15:07 +0000
commitb476e226293d7eb7ef660ad6de4da7b187a2966a (patch)
tree7c2bce77a8dafbb4f1b34b5b07c14cbce3d52977 /etc/rc.d
parent225942335d6d4d041b114afa9d3add965256a85f (diff)
downloadFreeBSD-src-b476e226293d7eb7ef660ad6de4da7b187a2966a.zip
FreeBSD-src-b476e226293d7eb7ef660ad6de4da7b187a2966a.tar.gz
Create a package for HAST.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index d0660fb8..f6e43c6 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -213,8 +213,12 @@ FILES+= ftpd
.endif
.if ${MK_HAST} != "no"
-FILES+= hastd
+FILESGROUPS+= HAST
+HAST= hastd
.endif
+HASTDIR= /etc/rc.d
+HASTMODE= ${BINMODE}
+HASTPACKAGE= hast
.if ${MK_INETD} != "no"
FILES+= inetd
OpenPOWER on IntegriCloud