diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 12:58:58 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 12:58:58 +0000 |
commit | 1b8057100f10c10541c4ab4fe7abf7f1ff2770df (patch) | |
tree | e1f014908201771cf5083adf825148da2d51e045 /app-forensics/samhain/samhain-2.2.0.ebuild | |
parent | Use newinitd (diff) | |
download | gentoo-2-1b8057100f10c10541c4ab4fe7abf7f1ff2770df.tar.gz gentoo-2-1b8057100f10c10541c4ab4fe7abf7f1ff2770df.tar.bz2 gentoo-2-1b8057100f10c10541c4ab4fe7abf7f1ff2770df.zip |
Use newinitd
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-forensics/samhain/samhain-2.2.0.ebuild')
-rw-r--r-- | app-forensics/samhain/samhain-2.2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-forensics/samhain/samhain-2.2.0.ebuild b/app-forensics/samhain/samhain-2.2.0.ebuild index ebe8ebaa9eb4..c2f9a1341aa3 100644 --- a/app-forensics/samhain/samhain-2.2.0.ebuild +++ b/app-forensics/samhain/samhain-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.2.0.ebuild,v 1.4 2007/01/24 03:26:26 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.2.0.ebuild,v 1.5 2007/04/28 12:58:58 tove Exp $ KEYWORDS="~x86" DESCRIPTION="Advanced file integrity and intrusion detection tool." @@ -146,8 +146,7 @@ src_install() { insinto /etc insopts -m0600 newins samhainrc.linux samhainrc - exeinto /etc/init.d - newexe init/samhain.startGentoo samhain + newinitd init/samhain.startGentoo samhain keepdir "/var/lib/samhain" fi |