svn commit: r295415 - in projects/release-pkg: etc/rc.d release/packages sbin/hastctl sbin/hastd
Glen Barber
gjb at FreeBSD.org
Mon Feb 8 21:15:09 UTC 2016
Author: gjb
Date: Mon Feb 8 21:15:07 2016
New Revision: 295415
URL: https://svnweb.freebsd.org/changeset/base/295415
Log:
Create a package for HAST.
Sponsored by: The FreeBSD Foundation
Modified:
projects/release-pkg/etc/rc.d/Makefile
projects/release-pkg/release/packages/Makefile.package
projects/release-pkg/sbin/hastctl/Makefile
projects/release-pkg/sbin/hastd/Makefile
Modified: projects/release-pkg/etc/rc.d/Makefile
==============================================================================
--- projects/release-pkg/etc/rc.d/Makefile Mon Feb 8 20:58:52 2016 (r295414)
+++ projects/release-pkg/etc/rc.d/Makefile Mon Feb 8 21:15:07 2016 (r295415)
@@ -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
Modified: projects/release-pkg/release/packages/Makefile.package
==============================================================================
--- projects/release-pkg/release/packages/Makefile.package Mon Feb 8 20:58:52 2016 (r295414)
+++ projects/release-pkg/release/packages/Makefile.package Mon Feb 8 21:15:07 2016 (r295415)
@@ -40,6 +40,8 @@ gdb_COMMENT= GDB Utilities
gdb_DESC= GDB Utilities
groff_COMMENT= Groff Utilities
groff_DESC= Groff Utilities
+hast_COMMENT= Highly Available Storage daemon
+hast_DESC= Highly Available Storage daemon
jail_COMMENT= Jail Utilities
jail_DESC= Jail Utilities
kernel_COMMENT= FreeBSD Kernel
Modified: projects/release-pkg/sbin/hastctl/Makefile
==============================================================================
--- projects/release-pkg/sbin/hastctl/Makefile Mon Feb 8 20:58:52 2016 (r295414)
+++ projects/release-pkg/sbin/hastctl/Makefile Mon Feb 8 21:15:07 2016 (r295415)
@@ -2,6 +2,7 @@
.include <src.opts.mk>
+PACKAGE=hast
.PATH: ${.CURDIR}/../hastd
PROG= hastctl
Modified: projects/release-pkg/sbin/hastd/Makefile
==============================================================================
--- projects/release-pkg/sbin/hastd/Makefile Mon Feb 8 20:58:52 2016 (r295414)
+++ projects/release-pkg/sbin/hastd/Makefile Mon Feb 8 21:15:07 2016 (r295415)
@@ -2,6 +2,7 @@
.include <src.opts.mk>
+PACKAGE=hast
PROG= hastd
SRCS= activemap.c
SRCS+= control.c crc32.c
More information about the svn-src-projects
mailing list