summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 17:36:22 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 17:36:22 +0000
commit1c839b6f70544cba1b15c3b276510d1334bfe826 (patch)
tree7607a9d5ff8d8bf34bc60284fdbc929e79bb7955 /net-p2p/gnunet
parentFix *initd, *confd and *envd calls (#173884, #174266) (diff)
downloadgentoo-2-1c839b6f70544cba1b15c3b276510d1334bfe826.tar.gz
gentoo-2-1c839b6f70544cba1b15c3b276510d1334bfe826.tar.bz2
gentoo-2-1c839b6f70544cba1b15c3b276510d1334bfe826.zip
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r--net-p2p/gnunet/ChangeLog6
-rw-r--r--net-p2p/gnunet/gnunet-0.7.0e.ebuild5
-rw-r--r--net-p2p/gnunet/gnunet-0.7.1b.ebuild5
3 files changed, 9 insertions, 7 deletions
diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog
index 6fdc89b471c7..ad2e13874d54 100644
--- a/net-p2p/gnunet/ChangeLog
+++ b/net-p2p/gnunet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/gnunet
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.56 2007/03/30 20:16:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.57 2007/04/28 17:36:22 swegener Exp $
+
+ 28 Apr 2007; Sven Wegener <swegener@gentoo.org> gnunet-0.7.0e.ebuild,
+ gnunet-0.7.1b.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
30 Mar 2007; Raúl Porcel <armin76@gentoo.org> gnunet-0.7.1b.ebuild:
Add net-misc/curl, thanks to Tobias Kral <tobias at kral-online dot de>, bug
diff --git a/net-p2p/gnunet/gnunet-0.7.0e.ebuild b/net-p2p/gnunet/gnunet-0.7.0e.ebuild
index e650c2bbe42a..176bc7aca0fa 100644
--- a/net-p2p/gnunet/gnunet-0.7.0e.ebuild
+++ b/net-p2p/gnunet/gnunet-0.7.0e.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/gnunet/gnunet-0.7.0e.ebuild,v 1.2 2007/01/21 14:27:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.0e.ebuild,v 1.3 2007/04/28 17:36:22 swegener Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -96,8 +96,7 @@ src_install() {
newins contrib/gnunet.root gnunet.conf
docinto contrib
dodoc contrib/*
- exeinto /etc/init.d
- newexe ${FILESDIR}/${PN}-2 gnunet
+ newinitd ${FILESDIR}/${PN}-2 gnunet
dodir /var/lib/GNUnet
chown gnunet:gnunet ${D}/var/lib/GNUnet
}
diff --git a/net-p2p/gnunet/gnunet-0.7.1b.ebuild b/net-p2p/gnunet/gnunet-0.7.1b.ebuild
index 26d033b99371..74c306bab073 100644
--- a/net-p2p/gnunet/gnunet-0.7.1b.ebuild
+++ b/net-p2p/gnunet/gnunet-0.7.1b.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/gnunet/gnunet-0.7.1b.ebuild,v 1.3 2007/03/30 20:16:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.1b.ebuild,v 1.4 2007/04/28 17:36:22 swegener Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -95,8 +95,7 @@ src_install() {
newins contrib/gnunet.root gnunet.conf
docinto contrib
dodoc contrib/*
- exeinto /etc/init.d
- newexe ${FILESDIR}/${PN}-2 gnunet
+ newinitd ${FILESDIR}/${PN}-2 gnunet
dodir /var/lib/gnunet
chown gnunetd:gnunetd ${D}/var/lib/gnunet
}