Fix *initd, *confd and *envd calls (#173884, #174266)
authorSven Wegener <swegener@gentoo.org>
Sat, 28 Apr 2007 17:22:35 +0000 (17:22 +0000)
committerSven Wegener <swegener@gentoo.org>
Sat, 28 Apr 2007 17:22:35 +0000 (17:22 +0000)
Package-Manager: portage-2.1.2.5

24 files changed:
net-dns/bind/ChangeLog
net-dns/bind/bind-9.2.6-r3.ebuild
net-dns/bind/bind-9.2.6-r4.ebuild
net-dns/bind/bind-9.2.6-r5.ebuild
net-dns/bind/bind-9.2.6.ebuild
net-dns/bind/bind-9.2.7.ebuild
net-dns/bind/bind-9.2.8-r2.ebuild
net-dns/bind/bind-9.2.8.ebuild
net-dns/bind/bind-9.3.2-r3.ebuild
net-dns/bind/bind-9.3.2-r4.ebuild
net-dns/bind/bind-9.3.2-r5.ebuild
net-dns/bind/bind-9.3.2.ebuild
net-dns/bind/bind-9.3.3.ebuild
net-dns/bind/bind-9.3.4-r2.ebuild
net-dns/bind/bind-9.3.4.ebuild
net-dns/bind/bind-9.4.0-r2.ebuild
net-dns/ddclient/ChangeLog
net-dns/ddclient/ddclient-3.6.3.ebuild
net-dns/dns2go/ChangeLog
net-dns/dns2go/dns2go-1.1-r2.ebuild
net-dns/totd/ChangeLog
net-dns/totd/totd-1.3.ebuild
net-dns/totd/totd-1.5.1.ebuild
net-dns/totd/totd-1.5.ebuild

index 507015ce8752b0214c6cd83dc1ca4c37b65c73dd..4074d413ab098a161deb9a2584bfafd324e41109 100644 (file)
@@ -1,6 +1,14 @@
 # ChangeLog for net-dns/bind
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.158 2007/04/22 18:43:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.159 2007/04/28 17:21:04 swegener Exp $
+
+  28 Apr 2007; Sven Wegener <swegener@gentoo.org> bind-9.2.6.ebuild,
+  bind-9.2.6-r3.ebuild, bind-9.2.6-r4.ebuild, bind-9.2.6-r5.ebuild,
+  bind-9.2.7.ebuild, bind-9.2.8.ebuild, bind-9.2.8-r2.ebuild,
+  bind-9.3.2.ebuild, bind-9.3.2-r3.ebuild, bind-9.3.2-r4.ebuild,
+  bind-9.3.2-r5.ebuild, bind-9.3.3.ebuild, bind-9.3.4.ebuild,
+  bind-9.3.4-r2.ebuild, bind-9.4.0-r2.ebuild:
+  Fix *initd, *confd and *envd calls (#173884, #174266)
 
   22 Apr 2007; Raúl Porcel <armin76@gentoo.org> bind-9.3.4-r2.ebuild:
   ia64 stable
index a3b0715bedf11b621ffa0f3ceb4eac2e2a406d47..dd257a9d02754bc61f1f78bdaf159bed63da53ad 100644 (file)
@@ -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-dns/bind/bind-9.2.6-r3.ebuild,v 1.5 2007/02/07 22:48:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6-r3.ebuild,v 1.6 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools
 
@@ -157,8 +157,7 @@ src_install() {
                contrib/nanny/nanny.pl
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        # some handy-dandy dynamic dns examples
        cd ${D}/usr/share/doc/${PF}
index 4ad8b94d27417dc6e23cff91d4d5f441bb551b18..84de5fe1e546da63ecc1736cbb89b19ee1d97844 100644 (file)
@@ -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-dns/bind/bind-9.2.6-r4.ebuild,v 1.11 2007/02/07 22:48:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6-r4.ebuild,v 1.12 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools
 
@@ -161,8 +161,7 @@ src_install() {
                contrib/nanny/nanny.pl
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        # some handy-dandy dynamic dns examples
        cd ${D}/usr/share/doc/${PF}
index 91f05e386cee82cecd4170e54b670c99f31642ce..721c63c2cabc5a64493de8dc37672678d8b94fb5 100644 (file)
@@ -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-dns/bind/bind-9.2.6-r5.ebuild,v 1.4 2007/02/07 22:48:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6-r5.ebuild,v 1.5 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools
 
@@ -166,8 +166,7 @@ src_install() {
                contrib/nanny/nanny.pl
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        # some handy-dandy dynamic dns examples
        cd ${D}/usr/share/doc/${PF}
index 1fd849f69a0fbe461c550db1797b1df53050c45d..1c2a66ac7b1289186d7d0973f742f0db441e95d9 100644 (file)
@@ -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-dns/bind/bind-9.2.6.ebuild,v 1.17 2007/02/07 22:48:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6.ebuild,v 1.18 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool
 
@@ -157,8 +157,7 @@ src_install() {
                contrib/nanny/nanny.pl
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        # some handy-dandy dynamic dns examples
        cd ${D}/usr/share/doc/${PF}
index 03fefb6cd8b6c727dc0bb0ad579c4af22dd811e9..005417339a51b75ca8f35aaf5d5397fdfd87b074 100644 (file)
@@ -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-dns/bind/bind-9.2.7.ebuild,v 1.7 2007/02/07 22:48:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.7.ebuild,v 1.8 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools
 
@@ -162,8 +162,7 @@ src_install() {
                contrib/nanny/nanny.pl
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        # some handy-dandy dynamic dns examples
        cd ${D}/usr/share/doc/${PF}
index af7e4c506956060145b9b30d62944ff1b19b7766..630d440fcbf45df917cef853930c9daeb0f8cb07 100644 (file)
@@ -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-dns/bind/bind-9.2.8-r2.ebuild,v 1.1 2007/03/12 18:08:58 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.8-r2.ebuild,v 1.2 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools toolchain-funcs flag-o-matic
 
@@ -153,8 +153,7 @@ src_install() {
                tar pjxf ${DISTFILES}/dyndns-samples.tbz2
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        dodir /etc/bind /var/bind/{pri,sec}
        keepdir /var/bind/sec
index 1f829d0b554ffbc1ce0fe1afe425e3a6e62ea068..36370e5eea57bb3026f659751144d151ca85835a 100644 (file)
@@ -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-dns/bind/bind-9.2.8.ebuild,v 1.9 2007/02/14 13:41:39 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.8.ebuild,v 1.10 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools
 
@@ -149,8 +149,7 @@ src_install() {
                tar pjxf ${DISTFILES}/dyndns-samples.tbz2
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        dodir /etc/bind /var/bind/{pri,sec}
        keepdir /var/bind/sec
index 0836083940e99a269fefca9596ab1fb69dc5f417..a350673b450bdf5383af1108e145e1241c851be9 100644 (file)
@@ -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-dns/bind/bind-9.3.2-r3.ebuild,v 1.5 2007/02/07 22:48:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2-r3.ebuild,v 1.6 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools
 
@@ -149,8 +149,7 @@ src_install() {
                tar pjxf ${DISTFILES}/dyndns-samples.tbz2
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        dodir /etc/bind /var/bind/{pri,sec}
        keepdir /var/bind/sec
index 8d4171bdd8695dd8d6c8811035e29d272bc3d737..ea18568e48d8dde511f682d68ad1afcb67f92e8f 100644 (file)
@@ -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-dns/bind/bind-9.3.2-r4.ebuild,v 1.16 2007/02/07 22:48:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2-r4.ebuild,v 1.17 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools
 
@@ -154,8 +154,7 @@ src_install() {
                tar pjxf ${DISTFILES}/dyndns-samples.tbz2
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        dodir /etc/bind /var/bind/{pri,sec}
        keepdir /var/bind/sec
index 669201bb96328c8c55fc09fa08b91278aea4d35f..37c56dd9a6012af6bbdfa87279ab75231cb8b50a 100644 (file)
@@ -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-dns/bind/bind-9.3.2-r5.ebuild,v 1.4 2007/02/07 22:48:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2-r5.ebuild,v 1.5 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools
 
@@ -158,8 +158,7 @@ src_install() {
                tar pjxf ${DISTFILES}/dyndns-samples.tbz2
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        dodir /etc/bind /var/bind/{pri,sec}
        keepdir /var/bind/sec
index 85afbb6938834d513006950a02167b55c45d0743..806b20afb141aac7dcfdab0039b4650a1a89a9cf 100644 (file)
@@ -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-dns/bind/bind-9.3.2.ebuild,v 1.16 2007/02/07 22:48:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2.ebuild,v 1.17 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool
 
@@ -151,8 +151,7 @@ src_install() {
                tar pjxf ${DISTFILES}/dyndns-samples.tbz2
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        dodir /etc/bind /var/bind/{pri,sec}
        keepdir /var/bind/sec
index fb2eb6a480d2e3c710de56d5cbff612882373777..19339bcb217bd69caf689ade06045de2645e9bef 100644 (file)
@@ -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-dns/bind/bind-9.3.3.ebuild,v 1.10 2007/02/11 10:45:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.3.ebuild,v 1.11 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools
 
@@ -155,8 +155,7 @@ src_install() {
                tar pjxf ${DISTFILES}/dyndns-samples.tbz2
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        dodir /etc/bind /var/bind/{pri,sec}
        keepdir /var/bind/sec
index 00c29651182c773e3098028f09a42e54e5ac56b5..31a5903b17e763b5e5a92b13e5eb0a6e3e675a26 100644 (file)
@@ -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-dns/bind/bind-9.3.4-r2.ebuild,v 1.7 2007/04/22 18:43:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4-r2.ebuild,v 1.8 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools toolchain-funcs flag-o-matic
 
@@ -151,8 +151,7 @@ src_install() {
                tar pjxf ${DISTFILES}/dyndns-samples.tbz2
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        dodir /etc/bind /var/bind/{pri,sec}
        keepdir /var/bind/sec
index 1a421346a27535a113b41d97dfb8e07eab73110f..31f02c2ddfa0dbc05a9903efa785abe35dcdd920 100644 (file)
@@ -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-dns/bind/bind-9.3.4.ebuild,v 1.11 2007/02/14 13:41:39 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4.ebuild,v 1.12 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools
 
@@ -147,8 +147,7 @@ src_install() {
                tar pjxf ${DISTFILES}/dyndns-samples.tbz2
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        dodir /etc/bind /var/bind/{pri,sec}
        keepdir /var/bind/sec
index fb356ece1dccb1430160161b3925ed513f733eef..4e7c43a4aea9e117d29983495cbca69560ceb04a 100644 (file)
@@ -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-dns/bind/bind-9.4.0-r2.ebuild,v 1.1 2007/03/12 18:02:16 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.0-r2.ebuild,v 1.2 2007/04/28 17:21:04 swegener Exp $
 
 inherit eutils libtool autotools toolchain-funcs flag-o-matic
 
@@ -153,8 +153,7 @@ src_install() {
                tar pjxf ${DISTFILES}/dyndns-samples.tbz2
        }
 
-       insinto /etc/env.d
-       newins ${FILESDIR}/10bind.env 10bind
+       newenvd ${FILESDIR}/10bind.env 10bind
 
        dodir /etc/bind /var/bind/{pri,sec}
        keepdir /var/bind/sec
index df9b000a3a8ce43af0436c5d9041dc88a115fa9b..38ec201d882322e40ad782b0ffbec7485c20cdf8 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/ddclient
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ChangeLog,v 1.24 2006/09/18 15:49:38 seemant Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ChangeLog,v 1.25 2007/04/28 17:21:25 swegener Exp $
+
+  28 Apr 2007; Sven Wegener <swegener@gentoo.org> ddclient-3.6.3.ebuild:
+  Fix *initd, *confd and *envd calls (#173884, #174266)
 
   18 Sep 2006; Seemant Kulleen <seemant@gentoo.org> +files/ddclient.confd,
   ddclient-3.7.0.ebuild:
index 75e806ba5144b10346f00c9b964539dc61b78984..bc68e533b591e2cf5cf87c2bc495f73a68a55a58 100644 (file)
@@ -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-dns/ddclient/ddclient-3.6.3.ebuild,v 1.13 2005/04/28 12:27:23 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.6.3.ebuild,v 1.14 2007/04/28 17:21:25 swegener Exp $
 
 inherit eutils
 
@@ -26,6 +26,5 @@ src_install() {
        insinto /etc/ddclient
        doins sample-*
        dodoc README
-       exeinto /etc/init.d
-       newexe ${FILESDIR}/ddclient.rc6 ddclient
+       newinitd ${FILESDIR}/ddclient.rc6 ddclient
 }
index a034f15e73546d80301d84a986c398f9d49a048f..ce88052879b97adeec95f74ae2bcc08060c34e45 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/dns2go
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/ChangeLog,v 1.9 2007/02/22 02:01:22 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/ChangeLog,v 1.10 2007/04/28 17:21:45 swegener Exp $
+
+  28 Apr 2007; Sven Wegener <swegener@gentoo.org> dns2go-1.1-r2.ebuild:
+  Fix *initd, *confd and *envd calls (#173884, #174266)
 
   22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index 7c5f34bd7d05181930abcddc76eafdc19878e9e4..12d45a06b46a38fc198f5bd8f09cffd990e31537 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.16 2004/07/14 23:23:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.17 2007/04/28 17:21:45 swegener Exp $
 
 DESCRIPTION="Dns2Go Linux Client v1.1"
 HOMEPAGE="http://www.dns2go.com/"
@@ -22,6 +22,5 @@ src_install() {
 
        keepdir /var/dns2go
 
-       exeinto /etc/init.d
-       newexe ${FILESDIR}/dns2go.rc6 dns2go
+       newinitd ${FILESDIR}/dns2go.rc6 dns2go
 }
index 50364570aa48e280432cf8351ecf2273d0a17827..e1a32b57f4a7a366b8adec97f305df01a9be5c3e 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-dns/totd
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/ChangeLog,v 1.4 2007/02/05 00:44:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/ChangeLog,v 1.5 2007/04/28 17:22:35 swegener Exp $
+
+  28 Apr 2007; Sven Wegener <swegener@gentoo.org> totd-1.3.ebuild,
+  totd-1.5.ebuild, totd-1.5.1.ebuild:
+  Fix *initd, *confd and *envd calls (#173884, #174266)
 
   05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index 175dbed6047c046eb4bb39830b413d10481fb5c9..6a9fb6a4e94bad715a8daafbd20cda4ee012e812 100644 (file)
@@ -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-dns/totd/totd-1.3.ebuild,v 1.1 2005/04/25 20:25:25 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.3.ebuild,v 1.2 2007/04/28 17:22:35 swegener Exp $
 
 DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4"
 HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html"
@@ -22,8 +22,7 @@ src_install() {
        doman totd.8
        dodoc totd.conf.sample README INSTALL
 
-       exeinto /etc/init.d
-       doexe ${FILESDIR}/totd
+       doinitd ${FILESDIR}/totd
 }
 
 pkg_postinst() {
index 3b308dd7b67ae1eee18b2858745f3be5ea9da154..3d8cbdf650c9b4ba6d44f50718e2c9c042322c62 100644 (file)
@@ -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-dns/totd/totd-1.5.1.ebuild,v 1.1 2005/08/14 07:07:45 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.2 2007/04/28 17:22:35 swegener Exp $
 
 DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4"
 HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html"
@@ -23,8 +23,7 @@ src_install() {
        doman totd.8
        dodoc totd.conf.sample README INSTALL
 
-       exeinto /etc/init.d
-       doexe ${FILESDIR}/totd
+       doinitd ${FILESDIR}/totd
 }
 
 pkg_postinst() {
index 5ac962f9b5e448c79a672d2afc8f23afafc8ee4d..fdd5144e69ffd6be2d1304116041aa4f7d7b8291 100644 (file)
@@ -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-dns/totd/totd-1.5.ebuild,v 1.1 2005/04/25 20:25:25 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.ebuild,v 1.2 2007/04/28 17:22:35 swegener Exp $
 
 DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4"
 HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html"
@@ -23,8 +23,7 @@ src_install() {
        doman totd.8
        dodoc totd.conf.sample README INSTALL
 
-       exeinto /etc/init.d
-       doexe ${FILESDIR}/totd
+       doinitd ${FILESDIR}/totd
 }
 
 pkg_postinst() {