diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 03:52:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:53:55 +0100 |
commit | 423a3409a109961fd4258a7fe0132ab4b9af60c6 (patch) | |
tree | e24d3df0568f296296f60d32a67d1800bd6b8736 /app-admin | |
parent | app-admin/tmpwatch: EAPI 7, depend on psmisc (fuser) (diff) | |
download | gentoo-423a3409a109961fd4258a7fe0132ab4b9af60c6.tar.gz gentoo-423a3409a109961fd4258a7fe0132ab4b9af60c6.tar.bz2 gentoo-423a3409a109961fd4258a7fe0132ab4b9af60c6.zip |
app-admin/tripwire: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/tripwire/tripwire-2.4.3.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/tripwire/tripwire-2.4.3.7.ebuild b/app-admin/tripwire/tripwire-2.4.3.7.ebuild index 41ea0cc71d54..db6b19a2144a 100644 --- a/app-admin/tripwire/tripwire-2.4.3.7.ebuild +++ b/app-admin/tripwire/tripwire-2.4.3.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils flag-o-matic +inherit autotools flag-o-matic DESCRIPTION="Open Source File Integrity Checker and IDS" HOMEPAGE="http://www.tripwire.org/" @@ -71,7 +71,7 @@ pkg_postinst() { elog "script provided by the app-admin/mktwpol package. This package is" elog "installed for you by the \"tools\" USE flag (which is enabled by" elog "default." -else + else elog "Maintenance of tripwire policy files as packages are added" elog "and deleted from your system can be automated by the mktwpol.sh" elog "script provided by the app-admin/mktwpol package. This package" |