View | Details | Raw Unified | Return to bug 192396
Collapse All | Expand All

(-)freebsd-port/Makefile (-1 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Philipp Wuensche <cryx-ports@h3q.com>
1
# Created by: Philipp Wuensche <cryx-ports@h3q.com>
2
# $FreeBSD: head/ports-mgmt/jailaudit/Makefile 364056 2014-08-04 21:47:15Z wg $
2
# $FreeBSD$
3
3
4
PORTNAME=	jailaudit
4
PORTNAME=	jailaudit
5
PORTVERSION=	1.5.1
5
PORTVERSION=	1.5.1
6
PORTREVISION=	1
6
CATEGORIES=	ports-mgmt
7
CATEGORIES=	ports-mgmt
7
MASTER_SITES=	http://outpost.h3q.com/software/jailaudit/
8
MASTER_SITES=	http://outpost.h3q.com/software/jailaudit/
8
9
(-)freebsd-port/pkg-plist (+2 lines)
Lines 1-7 Link Here
1
bin/jailaudit
1
bin/jailaudit
2
%%ETCDIR%%.conf.sample
2
%%ETCDIR%%.conf.sample
3
%%PERIODICDIR%%/security/410.jailaudit
3
%%PERIODICDIR%%/security/410.jailaudit
4
@exec install -d -o root -g wheel -m 755 %D/jailaudit/tmp
4
@dirrmtry %%XTMPDIR%%
5
@dirrmtry %%XTMPDIR%%
6
@exec install -d -o root -g wheel -m 755 %D/jailaudit/reports
5
@dirrmtry %%REPORTDIR%%
7
@dirrmtry %%REPORTDIR%%
6
@dirrmtry jailaudit
8
@dirrmtry jailaudit
7
@dirrmtry %%PERIODICDIR%%/security
9
@dirrmtry %%PERIODICDIR%%/security

Return to bug 192396