diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2004-09-18 16:25:35 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2004-09-18 16:25:35 +0000 |
commit | 23e5abe7ce824284ebf729c27d13e7b40fa9971b (patch) | |
tree | df7bd2517202ccde9a56a77c4e67c966e2dc08f2 /app-forensics/aide | |
parent | Stable on sparc. (diff) | |
download | historical-23e5abe7ce824284ebf729c27d13e7b40fa9971b.tar.gz historical-23e5abe7ce824284ebf729c27d13e7b40fa9971b.tar.bz2 historical-23e5abe7ce824284ebf729c27d13e7b40fa9971b.zip |
Fixed hasq/useq invocation
Diffstat (limited to 'app-forensics/aide')
-rw-r--r-- | app-forensics/aide/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.10_p20040917.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog index 094253a1cd6a..fdfa6aeaacac 100644 --- a/app-forensics/aide/ChangeLog +++ b/app-forensics/aide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/aide # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.4 2004/09/18 14:22:11 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.5 2004/09/18 16:25:35 ka0ttic Exp $ + + 18 Sep 2004; Aaron Walker <ka0ttic@gentoo.org> aide-0.10_p20040917.ebuild: + Fixed hasq/useq invocation *aide-0.10_p20040917 (18 Sep 2004) diff --git a/app-forensics/aide/aide-0.10_p20040917.ebuild b/app-forensics/aide/aide-0.10_p20040917.ebuild index 1b86b8958e40..2854ff8501df 100644 --- a/app-forensics/aide/aide-0.10_p20040917.ebuild +++ b/app-forensics/aide/aide-0.10_p20040917.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917.ebuild,v 1.1 2004/09/18 14:22:11 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917.ebuild,v 1.2 2004/09/18 16:25:35 ka0ttic Exp $ inherit eutils @@ -57,7 +57,7 @@ src_compile() { src_test() { # aide abort()'s inside the sandbox for some reason - if ! hasq sandbox ${FEATURES}; + if ! has sandbox ${FEATURES}; then src/aide --init -c doc/aide.conf -V20 \ || die "failed to initialise database" @@ -84,7 +84,7 @@ pkg_postinst() { einfo "Read the aide.conf(5) manual page for more information." echo - if useq postgres; then + if use postgres; then einfo "Due to a bad assumption by aide, you must issue the following" einfo "command after the database initialization (aide --init ...):" einfo |