Index: head/ports-mgmt/jailaudit/Makefile =================================================================== --- head/ports-mgmt/jailaudit/Makefile (revision 533925) +++ head/ports-mgmt/jailaudit/Makefile (revision 533926) @@ -1,39 +1,40 @@ # Created by: Philipp Wuensche # $FreeBSD$ PORTNAME= jailaudit PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://outpost.h3q.com/software/jailaudit/ MAINTAINER= cryx-ports@h3q.com COMMENT= Script to generate portaudit reports for jails LICENSE= Beerware LICENSE_NAME= Beerware LICENSE_TEXT= "THE BEER-WARE LICENCE": Philipp Wuensche \ wrote this software. As long as you retain this notice you can \ do whatever you want with this stuff. If we meet some day, and \ you think this stuff is worth it, you can buy me a beer in return. LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= tar:bzip2 NO_ARCH= yes PERIODICDIR?= ${PREFIX}/etc/periodic REPORTDIR?= ${PREFIX}/jailaudit/reports XTMPDIR?= ${PREFIX}/jailaudit/tmp PLIST_SUB= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \ REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \ XTMPDIR="${XTMPDIR:S,^${PREFIX}/,,}" do-install: @${MKDIR} ${STAGEDIR}${PERIODICDIR}/security ${INSTALL_SCRIPT} ${WRKSRC}/jailaudit ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/jailaudit.conf.sample ${STAGEDIR}${PREFIX}/etc ${INSTALL_SCRIPT} ${WRKSRC}/410.jailaudit ${STAGEDIR}${PERIODICDIR}/security @${MKDIR} ${STAGEDIR}${REPORTDIR} @${MKDIR} ${STAGEDIR}${XTMPDIR} .include Index: head/ports-mgmt/jailaudit/files/patch-jailaudit =================================================================== --- head/ports-mgmt/jailaudit/files/patch-jailaudit (nonexistent) +++ head/ports-mgmt/jailaudit/files/patch-jailaudit (revision 533926) @@ -0,0 +1,20 @@ +--- jailaudit.orig 2019-05-15 18:35:20 UTC ++++ jailaudit +@@ -37,7 +37,7 @@ PRINT_USAGE () { + case ${action} in + generate) + JLS() { +- /usr/sbin/jls | grep -v JID | grep -v '/var/empty$' ++ /usr/sbin/jls jid host.hostname path | grep -v '/var/empty$' + } + + # exit if no jails are running that we can process +@@ -85,7 +85,7 @@ case ${action} in + done + + cd $audit_path +- JLS | awk '{print $1" "$3"_"$1}' | xargs -n2 mv ++ JLS | awk '{print $1" "$2"_"$1}' | xargs -n2 mv + rm -rf ${tmp_path}/* + exit + ;; Property changes on: head/ports-mgmt/jailaudit/files/patch-jailaudit ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property