head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2007.12.02.07.02.37;	author cy;	state Exp;
branches;
next	1.4;

1.4
date	2005.07.20.11.57.36;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.22.01.14.57;	author cy;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.06.13.17.00;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.14.16.11.53;	author will;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Correct chmod location.

Approved by:	portmgr (linimon)
@
text
@bin/aide
@@unexec if cmp -s %D/etc/aide.conf %D/etc/aide.conf.sample; then rm -f %D/etc/aide.conf; fi
etc/aide.conf.sample
@@exec [ ! -f %B/aide.conf ] && cp %B/%f %B/aide.conf
@@exec /bin/mkdir -p /var/db/aide/databases
@@exec [ -f /var/db/aide/aide.conf ] || /usr/sbin/chown root:wheel /var/db/aide
@@exec [ -f /var/db/aide/aide.conf ] || /usr/sbin/chown root:wheel /var/db/aide/databases
@@exec [ -f /var/db/aide/aide.conf ] || /bin/chmod 0700 /var/db/aide
@@exec [ -f /var/db/aide/aide.conf ] || /bin/chmod 0700 /var/db/aide/databases
@@unexec rmdir /var/db/aide/databases 2>/dev/null || true
@@unexec rmdir /var/db/aide 2>/dev/null || true
@@unexec rmdir /var/db 2>/dev/null || true
@


1.4
log
@- Fix plist and unbreak [1, 2]
- Clean up Makefile and update pkg-message handling

PR:		ports/81492 [1], ports/83128 [2]
Submitted by:	Boris B. Samorodov <bsam@@ipt.ru>,
		Norikatsu Shigemura <n-shigemura@@ensure.jp>
Approved by:	maintainer timeout (2 months)
@
text
@d8 2
a9 2
@@exec [ -f /var/db/aide/aide.conf ] || /usr/sbin/chmod 0700 /var/db/aide
@@exec [ -f /var/db/aide/aide.conf ] || /usr/sbin/chmod 0700 /var/db/aide/databases
@


1.3
log
@- Package list fixes

- aide.conf moved from /var/db/aide to PREFIX/etc
@
text
@d2 1
d4 1
@


1.2
log
@Misc. port cleanups and some manpage fixes (correct FILES section).

PR:		20997 (slightly modified for new port layout)
Submitted by:	olgeni
Approved by:	maintainer
@
text
@d3 8
a10 8
@@exec /bin/mkdir -p /var/adm/aide/databases
@@exec [ -f /var/adm/aide/aide.conf ] || /usr/sbin/chown root:wheel /var/adm/aide
@@exec [ -f /var/adm/aide/aide.conf ] || /usr/sbin/chown root:wheel /var/adm/aide/databases
@@exec [ -f /var/adm/aide/aide.conf ] || /usr/sbin/chmod 0700 /var/adm/aide
@@exec [ -f /var/adm/aide/aide.conf ] || /usr/sbin/chmod 0700 /var/adm/aide/databases
@@unexec rmdir /var/adm/aide/databases 2>/dev/null || true
@@unexec rmdir /var/adm/aide 2>/dev/null || true
@@unexec rmdir /var/adm 2>/dev/null || true
@


1.1
log
@Finally add AIDE, a security tool similar to Tripwire but much improved.

PR:		15894
Submitted by:	Cy Schubert <Cy.Schubert@@uumail.gov.bc.ca>
@
text
@d3 8
@

