diff options
Diffstat (limited to 'ports-mgmt/jailaudit')
-rw-r--r-- | ports-mgmt/jailaudit/Makefile | 34 | ||||
-rw-r--r-- | ports-mgmt/jailaudit/distinfo | 3 | ||||
-rw-r--r-- | ports-mgmt/jailaudit/pkg-descr | 20 | ||||
-rw-r--r-- | ports-mgmt/jailaudit/pkg-plist | 11 |
4 files changed, 0 insertions, 68 deletions
diff --git a/ports-mgmt/jailaudit/Makefile b/ports-mgmt/jailaudit/Makefile deleted file mode 100644 index fe863b7c342f..000000000000 --- a/ports-mgmt/jailaudit/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: jailaudit -# Date created: 21 October 2005 -# Whom: cryx -# -# $FreeBSD$ -# - -PORTNAME= jailaudit -PORTVERSION= 1.1 -CATEGORIES= security -MASTER_SITES= http://outpost.h3q.com/software/jailaudit/ - -MAINTAINER= cryx-ports@h3q.com -COMMENT= Script to generate portaudit reports for jails - -RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/security/portaudit - -USE_BZIP2= yes - -PERIODICDIR?= ${PREFIX}/etc/periodic -REPORTDIR?= ${PREFIX}/jailaudit/reports -TMPDIR?= ${PREFIX}/jailaudit/tmp - -PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \ - REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \ - TMPDIR="${TMPDIR:S,^${PREFIX}/,,}" - -.include <bsd.port.pre.mk> - -.if ( ${OSVERSION} < 501000 ) -IGNORE= needs the jls utility which was added in FreeBSD 5.1 -.endif - -.include <bsd.port.post.mk> diff --git a/ports-mgmt/jailaudit/distinfo b/ports-mgmt/jailaudit/distinfo deleted file mode 100644 index b82fb2d87a3c..000000000000 --- a/ports-mgmt/jailaudit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jailaudit-1.1.tar.bz2) = 32f5b1973cc9eaa88b0e05792499a0c7 -SHA256 (jailaudit-1.1.tar.bz2) = 7e8b855c71700cda28829eecf1a5baf20e7e16459adc5e4397fc24203a437bcc -SIZE (jailaudit-1.1.tar.bz2) = 2512 diff --git a/ports-mgmt/jailaudit/pkg-descr b/ports-mgmt/jailaudit/pkg-descr deleted file mode 100644 index 0933960c9516..000000000000 --- a/ports-mgmt/jailaudit/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -This port contains a script to generate portaudit reports for jails -running on a FreeBSD system. - -Normally portaudit just creates reports for the Host-system or the jail -it is installed in. With a large number of jails running on a system, -installing and updating portaudit in every jail is time-consuming and -error-prone. Jailaudit uses the portaudit installed in the Host-system -to create a report for every jail. - -The reports are appended to the daily security run and can be sent to a -specific mail address, which allows the Host-system administrator to -dispatch portaudit reports to the owners of jails, keeping them informed -about potential security advisories of their installed ports. - -Jailaudit can be used on FreeBSD 5.1 or larger. - -WWW: https://anonsvn.h3q.com/projects/jailaudit/ - -- cryx -Philipp Wuensche <cryx-ports@h3q.com> diff --git a/ports-mgmt/jailaudit/pkg-plist b/ports-mgmt/jailaudit/pkg-plist deleted file mode 100644 index 43a7a083dd0d..000000000000 --- a/ports-mgmt/jailaudit/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/jailaudit -etc/jailaudit.conf.sample -%%PERIODICDIR%%/security/410.jailaudit -@dirrmtry %%PERIODICDIR%%/security -@dirrmtry %%PERIODICDIR%% -@exec mkdir -p %D/%%REPORTDIR%% -@dirrmtry %%REPORTDIR%% -@exec mkdir -p %D/%%TMPDIR%% -@dirrmtry %%TMPDIR%% -@unexec rmdir %DPDIR%% 2>/dev/null || true -@dirrmtry jailaudit |