7ddec06278
This kernel module provides jails status changes in devctl, and available to devd Initial non working draft Fix include order for 13+ Fix category's makefile Remove devctl_notify_f that has been removed in later version The flag used is the default one, so we are not introducing different behaviors
19 lines
381 B
Makefile
19 lines
381 B
Makefile
PORTNAME= devctl-jail-kmod
|
|
DISTVERSION= g20190521
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= Module to expose jail lifecycle events
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= kmod uidfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fubarnetes
|
|
GH_PROJECT= kmod_devctl_jail
|
|
GH_TAGNAME= d3c17d2381a
|
|
|
|
PLIST_FILES= ${KMODDIR}/devctl_jail.ko
|
|
|
|
.include <bsd.port.mk>
|