mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Create a package for HAST.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
bf24694c4e
commit
bcefcb026a
4 changed files with 9 additions and 1 deletions
|
|
@ -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 a new issue