mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/mktwpol: cleanup old
Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST mktwpol-1.0.0.tar.gz 59748 BLAKE2B 954d86774bf5e88612dc67f0ee29b637da188f64a8203b8aa84511e940db059afce0e993f4a703429688e29e964e5efc53a21b32f1ead3cee70bb7f056fc62a4 SHA512 f7a04bb3acdada6407e3e422e26ba2c0c454f10011a2848d0c8e962996e135a381c893f7fcdea67e1a3a23f503eb2071448beca05b7ca90e179d2a28173a973e
|
||||
DIST mktwpol-1.0.1.tar.gz 60491 BLAKE2B 66d7db396bbf7e5b2c4dd537ac9bcd387298ae733348b63c6d5cb6df79e9440ea751c27eccec66978371fa81a17929d25fcfbeca6787abf8b49f087b54a6468d SHA512 aa44af97533f130b89b83c6f2a8878d290770b677f6fb9fe654b033f57fcfb3d063a6a6ddf29599aa066452d75911cf8053d65b21c37e322851a10f4381cb33d
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Bash scripts to install tripwire and generate tripwire policy files"
|
||||
HOMEPAGE="https://sourceforge.net/projects/mktwpol"
|
||||
SRC_URI="mirror://sourceforge/mktwpol/${P}.tar.gz"
|
||||
|
||||
LICENSE="CC-BY-SA-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-admin/tripwire"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i -e 's|/usr/local|/usr|' Makefile || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "Installation and setup of tripwire ..."
|
||||
elog " - Run: \`twsetup.sh\`"
|
||||
elog
|
||||
elog "Maintenance of tripwire as packages are added and/or deleted ..."
|
||||
elog " - Run: \`mktwpol.sh -u\` to update tripwire policy and database"
|
||||
elog
|
||||
elog "Mktwpol is packaged with multiple policy-rules-generating files."
|
||||
elog "The default \"rules file\" is installed in /etc/tripwire"
|
||||
elog "Alternatives are installed in /usr/share/doc/${P}"
|
||||
elog "To use an alternative \"rules file\" ..."
|
||||
elog "copy it to /etc/tripwire, uncompress it, and \`touch\` it ..."
|
||||
elog
|
||||
elog "\`cp /usr/share/doc/${P}/mktwpol*.rules.bz2 /etc/tripwire\`"
|
||||
elog "\`bunzip2 /etc/tripwire/mktwpol*.rules.bz2\`"
|
||||
elog
|
||||
elog "mktwpol.sh uses the rules file with the most recent date."
|
||||
elog "Use \`touch\` to choose between multiple rules files."
|
||||
elog
|
||||
}
|
||||
Reference in New Issue
Block a user