1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

ports-mgmt/jailaudit: precreate two directories to fix launch issue

PR:		192396
Submitted by:	Gary (freebsd-bugzilla in-addr.com)
Fixed by:	maintainer (Philipp Wuensche)
This commit is contained in:
John Marino 2014-08-07 10:17:20 +00:00
parent 4dde7debb3
commit 411f153c5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364258
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= jailaudit
PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://outpost.h3q.com/software/jailaudit/

View File

@ -1,7 +1,9 @@
bin/jailaudit
%%ETCDIR%%.conf.sample
%%PERIODICDIR%%/security/410.jailaudit
@exec install -d -o root -g wheel -m 755 %D/jailaudit/tmp
@dirrmtry %%XTMPDIR%%
@exec install -d -o root -g wheel -m 755 %D/jailaudit/reports
@dirrmtry %%REPORTDIR%%
@dirrmtry jailaudit
@dirrmtry %%PERIODICDIR%%/security