From: Alin Năstac Date: Sun, 22 Apr 2007 00:16:13 +0000 (+0000) Subject: Use newinitd and newconfd (#174266). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=889184fb326061167ffe320181bb3d350eaaf211;p=gentoo.git Use newinitd and newconfd (#174266). Package-Manager: portage-2.1.2.2 --- diff --git a/net-dialup/pptpd/ChangeLog b/net-dialup/pptpd/ChangeLog index 8e11bcd66d14..d64cbdf25614 100644 --- a/net-dialup/pptpd/ChangeLog +++ b/net-dialup/pptpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/pptpd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.25 2007/02/10 09:47:26 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.26 2007/04/22 00:13:15 mrness Exp $ + + 22 Apr 2007; Alin Năstac pptpd-1.3.3.ebuild: + Use newinitd and newconfd (#174266). 10 Feb 2007; Alin Năstac -files/pptpd-1.3.0-gentoo.patch, -files/pptpd-1.3.1-gentoo.patch, diff --git a/net-dialup/pptpd/pptpd-1.3.3.ebuild b/net-dialup/pptpd/pptpd-1.3.3.ebuild index b51acc0a9389..4b49966046cb 100644 --- a/net-dialup/pptpd/pptpd-1.3.3.ebuild +++ b/net-dialup/pptpd/pptpd-1.3.3.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-dialup/pptpd/pptpd-1.3.3.ebuild,v 1.2 2006/11/18 13:27:12 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.3.3.ebuild,v 1.3 2007/04/22 00:13:15 mrness Exp $ inherit eutils autotools flag-o-matic @@ -48,11 +48,8 @@ src_install () { insinto /etc/ppp doins samples/options.pptpd - exeinto /etc/init.d - newexe "${FILESDIR}/pptpd-init" pptpd - - insinto /etc/conf.d - newins "${FILESDIR}/pptpd-confd" pptpd + newinitd "${FILESDIR}/pptpd-init" pptpd + newconfd "${FILESDIR}/pptpd-confd" pptpd dodoc AUTHORS ChangeLog NEWS README* TODO docinto samples diff --git a/net-dialup/speedtouch/ChangeLog b/net-dialup/speedtouch/ChangeLog index b4673d10a020..9290b63dec0e 100644 --- a/net-dialup/speedtouch/ChangeLog +++ b/net-dialup/speedtouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/speedtouch -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/ChangeLog,v 1.35 2006/07/12 20:47:24 genstef Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/ChangeLog,v 1.36 2007/04/22 00:16:13 mrness Exp $ + + 22 Apr 2007; Alin Năstac speedtouch-1.3.1-r2.ebuild: + Use newinitd and newconfd (#174266). 12 Jul 2006; Stefan Schweizer speedtouch-1.3.1-r2.ebuild, speedtouch-1.3.1-r3.ebuild: diff --git a/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild b/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild index eef03d561305..913c9801f3b6 100644 --- a/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild +++ b/net-dialup/speedtouch/speedtouch-1.3.1-r2.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-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild,v 1.8 2006/07/12 20:47:24 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild,v 1.9 2007/04/22 00:16:13 mrness Exp $ inherit flag-o-matic eutils @@ -57,9 +57,8 @@ src_install() { rm -rf ${D}/usr/bin rm -rf ${D}/usr/share/man/man1 - exeinto /etc/init.d ; newexe ${FILESDIR}/speedtouch.rc7 speedtouch - - insinto /etc/conf.d ; newins ${FILESDIR}/speedtouch.confd speedtouch + newinitd ${FILESDIR}/speedtouch.rc7 speedtouch + newconfd ${FILESDIR}/speedtouch.confd speedtouch insopts -m 600 ; insinto /etc/ppp/peers ; doins ${FILESDIR}/adsl.sample