summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 17:36:41 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 17:36:41 +0000
commit24a46d4d40ff376fcbfa356cdf8f1c14bf744176 (patch)
tree50b649994165703d22ece1f726856829615bc8cb /net-p2p
parentFix *initd, *confd and *envd calls (#173884, #174266) (diff)
downloadgentoo-2-24a46d4d40ff376fcbfa356cdf8f1c14bf744176.tar.gz
gentoo-2-24a46d4d40ff376fcbfa356cdf8f1c14bf744176.tar.bz2
gentoo-2-24a46d4d40ff376fcbfa356cdf8f1c14bf744176.zip
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ghostwhitecrab/ChangeLog6
-rw-r--r--net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.7.2.ebuild7
-rw-r--r--net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.9.ebuild5
3 files changed, 10 insertions, 8 deletions
diff --git a/net-p2p/ghostwhitecrab/ChangeLog b/net-p2p/ghostwhitecrab/ChangeLog
index e5bed6969a47..5cd882729b79 100644
--- a/net-p2p/ghostwhitecrab/ChangeLog
+++ b/net-p2p/ghostwhitecrab/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/ghostwhitecrab
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ChangeLog,v 1.10 2007/03/15 12:50:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ChangeLog,v 1.11 2007/04/28 17:36:41 swegener Exp $
+
+ 28 Apr 2007; Sven Wegener <swegener@gentoo.org>
+ ghostwhitecrab-0.9.7.2.ebuild, ghostwhitecrab-0.9.9.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
*ghostwhitecrab-0.9.9 (15 Mar 2007)
diff --git a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.7.2.ebuild b/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.7.2.ebuild
index 672d03d9f8db..743d1b60bdb9 100644
--- a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.7.2.ebuild
+++ b/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.7.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.7.2.ebuild,v 1.4 2006/10/01 19:19:42 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.7.2.ebuild,v 1.5 2007/04/28 17:36:41 swegener Exp $
inherit eutils versionator
@@ -71,8 +71,7 @@ src_install() {
touch ${D}/var/log/gwc/dns.log
touch ${D}/var/log/gwc/checks.log
chown -R gwc:gwc ${D}/var/log/gwc
- exeinto /etc/init.d
- newexe ${FILESDIR}/gwc.init gwc
+ newinitd ${FILESDIR}/gwc.init gwc
dohtml doc/*.html doc/*.css doc/specs/*.html
dodoc doc/specs/*.txt examples/*
}
diff --git a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.9.ebuild b/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.9.ebuild
index 23147f10b116..ce2780aeff3e 100644
--- a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.9.ebuild
+++ b/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.9.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/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.9.ebuild,v 1.1 2007/03/15 12:50:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.9.ebuild,v 1.2 2007/04/28 17:36:41 swegener Exp $
inherit eutils versionator
@@ -71,8 +71,7 @@ src_install() {
touch ${D}/var/log/gwc/dns.log
touch ${D}/var/log/gwc/checks.log
chown -R gwc:gwc ${D}/var/log/gwc
- exeinto /etc/init.d
- newexe ${FILESDIR}/gwc.init gwc
+ newinitd ${FILESDIR}/gwc.init gwc
dohtml doc/*.html doc/*.css doc/specs/*.html
dodoc doc/specs/*.txt examples/*
}