Create a package for HAST.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
bf24694c4e
commit
bcefcb026a
@ -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
|
||||
|
@ -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
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE=hast
|
||||
.PATH: ${.CURDIR}/../hastd
|
||||
|
||||
PROG= hastctl
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE=hast
|
||||
PROG= hastd
|
||||
SRCS= activemap.c
|
||||
SRCS+= control.c crc32.c
|
||||
|
Loading…
Reference in New Issue
Block a user