diff options
author | 2007-04-28 17:04:39 +0000 | |
---|---|---|
committer | 2007-04-28 17:04:39 +0000 | |
commit | 7496197eb1c3982e00e81ead3fc3ee2fdd561313 (patch) | |
tree | 3f107eeec39512adda3b192749070751b347ea33 /net-misc/howl | |
parent | Version bump, thanks to Serkan. (diff) | |
download | historical-7496197eb1c3982e00e81ead3fc3ee2fdd561313.tar.gz historical-7496197eb1c3982e00e81ead3fc3ee2fdd561313.tar.bz2 historical-7496197eb1c3982e00e81ead3fc3ee2fdd561313.zip |
Fix *initd, *confd and *envd calls (#17388, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-misc/howl')
-rw-r--r-- | net-misc/howl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/howl/howl-0.9.6-r2.ebuild | 7 | ||||
-rw-r--r-- | net-misc/howl/howl-0.9.8.ebuild | 7 | ||||
-rw-r--r-- | net-misc/howl/howl-1.0.0.ebuild | 5 |
4 files changed, 13 insertions, 12 deletions
diff --git a/net-misc/howl/ChangeLog b/net-misc/howl/ChangeLog index b2fb3b46c4ce..d119c92d76c4 100644 --- a/net-misc/howl/ChangeLog +++ b/net-misc/howl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/howl # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.46 2007/03/13 12:36:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.47 2007/04/28 16:54:13 swegener Exp $ + + 28 Apr 2007; Sven Wegener <swegener@gentoo.org> howl-0.9.6-r2.ebuild, + howl-0.9.8.ebuild, howl-1.0.0.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> howl-1.0.0.ebuild: x86 stable diff --git a/net-misc/howl/howl-0.9.6-r2.ebuild b/net-misc/howl/howl-0.9.6-r2.ebuild index c3e7f2065faa..24920fe9fcd8 100644 --- a/net-misc/howl/howl-0.9.6-r2.ebuild +++ b/net-misc/howl/howl-0.9.6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.6-r2.ebuild,v 1.15 2006/06/12 21:21:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.6-r2.ebuild,v 1.16 2007/04/28 16:54:13 swegener Exp $ inherit eutils flag-o-matic @@ -42,8 +42,7 @@ src_install() { dohtml -r docs/ # Install conf files - insinto /etc/conf.d - newins ${FILESDIR}/nifd.conf.d nifd + newconfd ${FILESDIR}/nifd.conf.d nifd newins ${FILESDIR}/mDNSResponder.conf.d mDNSResponder # Install init scripts diff --git a/net-misc/howl/howl-0.9.8.ebuild b/net-misc/howl/howl-0.9.8.ebuild index e03ba87be7f3..b0067909bafd 100644 --- a/net-misc/howl/howl-0.9.8.ebuild +++ b/net-misc/howl/howl-0.9.8.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-misc/howl/howl-0.9.8.ebuild,v 1.17 2006/04/23 17:53:05 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.8.ebuild,v 1.18 2007/04/28 16:54:13 swegener Exp $ inherit eutils flag-o-matic @@ -45,8 +45,7 @@ src_install() { dohtml -r docs/ # Install conf files - insinto /etc/conf.d - newins ${FILESDIR}/nifd.conf.d nifd + newconfd ${FILESDIR}/nifd.conf.d nifd newins ${FILESDIR}/mDNSResponder.conf.d mDNSResponder # Install init scripts diff --git a/net-misc/howl/howl-1.0.0.ebuild b/net-misc/howl/howl-1.0.0.ebuild index 96a2b1d90361..5a0ff53c962e 100644 --- a/net-misc/howl/howl-1.0.0.ebuild +++ b/net-misc/howl/howl-1.0.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/net-misc/howl/howl-1.0.0.ebuild,v 1.14 2007/03/13 12:36:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.15 2007/04/28 16:54:13 swegener Exp $ inherit eutils flag-o-matic @@ -44,8 +44,7 @@ src_install() { dohtml -r docs/ # Install conf files - insinto /etc/conf.d - newins "${FILESDIR}"/nifd.conf.d nifd + newconfd "${FILESDIR}"/nifd.conf.d nifd newins "${FILESDIR}"/mDNSResponder.conf.d mDNSResponder # Install init scripts |