summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-01-21 18:17:51 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-01-21 18:17:51 +0000
commite0cba96ad4b74a584fbbd8573ca08ededc037042 (patch)
tree9afc69d79753895a7aa9e33f1a462ad30119cc6f
parentsparc/x86 stable (diff)
downloadgentoo-2-e0cba96ad4b74a584fbbd8573ca08ededc037042.tar.gz
gentoo-2-e0cba96ad4b74a584fbbd8573ca08ededc037042.tar.bz2
gentoo-2-e0cba96ad4b74a584fbbd8573ca08ededc037042.zip
old
(Portage version: 2.1.3.19)
-rw-r--r--net-dns/ddclient/ChangeLog11
-rw-r--r--net-dns/ddclient/ddclient-3.6.3.ebuild30
-rw-r--r--net-dns/ddclient/ddclient-3.6.6.ebuild62
-rw-r--r--net-dns/ddclient/ddclient-3.7.0.ebuild60
-rw-r--r--net-dns/ddclient/ddclient-3.7.2-r1.ebuild79
-rw-r--r--net-dns/ddclient/ddclient-3.7.2.ebuild79
-rw-r--r--net-dns/ddclient/ddclient-3.7.3.ebuild74
-rw-r--r--net-dns/ddclient/files/ddclient-daemon0inconfig.diff15
-rw-r--r--net-dns/ddclient/files/ddclient-gentoo.diff11
-rw-r--r--net-dns/ddclient/files/ddclient-mss1.diff11
-rw-r--r--net-dns/ddclient/files/ddclient.init30
-rw-r--r--net-dns/ddclient/files/ddclient.rc630
-rw-r--r--net-dns/ddclient/files/digest-ddclient-3.6.33
-rw-r--r--net-dns/ddclient/files/digest-ddclient-3.6.63
-rw-r--r--net-dns/ddclient/files/digest-ddclient-3.7.03
-rw-r--r--net-dns/ddclient/files/digest-ddclient-3.7.23
-rw-r--r--net-dns/ddclient/files/digest-ddclient-3.7.2-r13
-rw-r--r--net-dns/ddclient/files/digest-ddclient-3.7.33
18 files changed, 9 insertions, 501 deletions
diff --git a/net-dns/ddclient/ChangeLog b/net-dns/ddclient/ChangeLog
index 6fc851ab6f56..fcb5f368a7ac 100644
--- a/net-dns/ddclient/ChangeLog
+++ b/net-dns/ddclient/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-dns/ddclient
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ChangeLog,v 1.36 2007/12/17 20:48:11 jer Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ChangeLog,v 1.37 2008/01/21 18:17:50 armin76 Exp $
+
+ 21 Jan 2008; Raúl Porcel <armin76@gentoo.org> -files/ddclient.init,
+ -files/ddclient.rc6, -files/ddclient-daemon0inconfig.diff,
+ -files/ddclient-gentoo.diff, -files/ddclient-mss1.diff,
+ -ddclient-3.6.3.ebuild, -ddclient-3.6.6.ebuild, -ddclient-3.7.0.ebuild,
+ -ddclient-3.7.2.ebuild, -ddclient-3.7.2-r1.ebuild, -ddclient-3.7.3.ebuild:
+ old
17 Dec 2007; Jeroen Roovers <jer@gentoo.org> ddclient-3.7.3-r1.ebuild:
Stable for HPPA (bug #201115).
diff --git a/net-dns/ddclient/ddclient-3.6.3.ebuild b/net-dns/ddclient/ddclient-3.6.3.ebuild
deleted file mode 100644
index bc68e533b591..000000000000
--- a/net-dns/ddclient/ddclient-3.6.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.14 2007/04/28 17:21:25 swegener Exp $
-
-inherit eutils
-
-DESCRIPTION="A perl based client for dyndns"
-HOMEPAGE="http://ddclient.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ddclient/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl"
-
-src_unpack() {
- unpack ${A}; cd ${S}
- epatch ${FILESDIR}/${PN}-gentoo.diff
- epatch ${FILESDIR}/${PN}-mss1.diff
-}
-
-src_install() {
- dosbin ddclient || die "dosbin"
- insinto /etc/ddclient
- doins sample-*
- dodoc README
- newinitd ${FILESDIR}/ddclient.rc6 ddclient
-}
diff --git a/net-dns/ddclient/ddclient-3.6.6.ebuild b/net-dns/ddclient/ddclient-3.6.6.ebuild
deleted file mode 100644
index 2245924c0a89..000000000000
--- a/net-dns/ddclient/ddclient-3.6.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.6.6.ebuild,v 1.8 2005/08/23 21:58:23 dragonheart Exp $
-
-inherit eutils
-
-DESCRIPTION="A perl based client for dyndns"
-HOMEPAGE="http://ddclient.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl"
-
-pkg_setup() {
- enewgroup ddclient
- enewuser ddclient -1 -1 /dev/null ddclient
-}
-
-src_unpack() {
- unpack ${A}; cd ${S}
- epatch ${FILESDIR}/${PN}-mss1.diff
- epatch ${FILESDIR}/${PN}-daemon0inconfig.diff
-
- sed -i 's:/var/run/ddclient.pid:/var/run/ddclient/ddclient.pid:' \
- sample-etc_ddclient.conf
-}
-
-src_install() {
- dosbin ddclient || die "dosbin"
- dodoc README* Change* COPYRIGHT
- dodoc sample-etc_[c-p]*
-
- newinitd ${FILESDIR}/ddclient.init ddclient
-
- insinto /etc/ddclient
- insopts -m 0640 -g ddclient -o root
- newins sample-etc_ddclient.conf ddclient.conf
-
- diropts -m 0755 -g ddclient -o ddclient
- keepdir /var/run/ddclient
-}
-
-pkg_postinst() {
- echo
- einfo
- ewarn "The files in ${ROOT}etc/ddclient *NEED* be chowned to"
- ewarn "root:ddclient, and chmodded to 640:"
- ewarn "(user/group read; user write)"
- ewarn "Please run etc-update and update your initscript to take"
- ewarn "advantage of non-root permissions on the daemon"
- ewarn "Further, please note that your config files must be owned"
- ewarn "by the user ddclient or have group ownership by ddclient."
- ewarn "The initscript will NOT run unless you do this. Please see"
- ewarn "bug #88225"
- einfo
- ebeep
- epause
-}
diff --git a/net-dns/ddclient/ddclient-3.7.0.ebuild b/net-dns/ddclient/ddclient-3.7.0.ebuild
deleted file mode 100644
index a0fb25064374..000000000000
--- a/net-dns/ddclient/ddclient-3.7.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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.7.0.ebuild,v 1.3 2007/02/11 10:29:33 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Perl updater client for dynamic DNS services"
-HOMEPAGE="http://ddclient.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.1
- dev-perl/IO-Socket-SSL"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 /dev/null ${PN}
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PN}-reasonable-security.patch
-
- sed -i ${PN} \
- -e 's:$etc$program.cache:/var/cache/ddclient/$program.cache:' \
- || die "sed ${PN} failed"
-
- # Remove pid line, because it is specified in /etc/conf.d/ddclient
- sed -i sample-etc_${PN}.conf \
- -e "/^pid=*/d" \
- || die "sed sample failed"
-}
-
-src_install() {
- dosbin ${PN} || die "dosbin failed"
- dodoc README* Change* COPYRIGHT sample*
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN} || die "newinitd failed"
-
- # Filename of sample conf - use live filename if available
- local sample=${PN}.conf
- [[ -e "${ROOT}/etc/${PN}/${sample}" ]] && sample="${sample}.sample"
-
- insinto /etc/${PN}
- insopts -m 0640 -o root -g ${PN}
- newins sample-etc_${PN}.conf "${sample}" || die "newins conf failed"
-
- insinto /etc/conf.d
- insopts -m 0644 -o root -g root
- newins "${FILESDIR}"/${PN}.confd ${PN} || die "newins confd failed"
-
- diropts -m 0755 -o ${PN} -g ${PN}
- keepdir /var/{cache,run}/${PN}
-}
diff --git a/net-dns/ddclient/ddclient-3.7.2-r1.ebuild b/net-dns/ddclient/ddclient-3.7.2-r1.ebuild
deleted file mode 100644
index 0e52473ede48..000000000000
--- a/net-dns/ddclient/ddclient-3.7.2-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# 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.7.2-r1.ebuild,v 1.1 2007/08/08 03:17:32 uberlord Exp $
-
-inherit eutils
-
-DESCRIPTION="Perl updater client for dynamic DNS services"
-HOMEPAGE="http://ddclient.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="ssl"
-
-RDEPEND=">=dev-lang/perl-5.1
- ssl? ( dev-perl/IO-Socket-SSL )"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-reasonable-security.patch"
-
- einfo "Applying version string fix"
- if ! sed -i "s/3\.7\.1/$PV/" "$PN"; then
- eerror "Failed to update ddclient's internal version string"
- eerror 'ddclient 3.7.2 will erroneously report a version of 3.7.1'
- fi
-
- # Remove pid line, because it is specified in /etc/conf.d/ddclient
- einfo "Applying PID setup"
- if ! sed -i "/^pid=*/d" "sample-etc_${PN}.conf"; then
- eerror "Failed to remove pid from /etc/$PN/$PN.conf"
- eerror "Please set the PID in /etc/conf.d/$PN, not /etc/$PN/$PN.conf"
- fi
-
- if ! use ssl; then
- einfo "Disabling ssl per your useflags"
- sed -i "/^ssl=*/d" "sample-etc_${PN}.conf" ||
- eerror "Failed to remove ssl from /etc/$PN/$PN.conf"
- fi
-}
-
-src_install() {
- dosbin ${PN} || die "dosbin failed"
- dodoc README* Change* COPYRIGHT sample*
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN} || die "newinitd failed"
-
- # Filename of sample conf - use live filename if available
- local sample=${PN}.conf
- [[ -e "${ROOT}/etc/${PN}/${sample}" ]] && sample="${sample}.sample"
-
- insinto /etc/${PN}
- insopts -m 0640 -o root -g ${PN}
- newins sample-etc_${PN}.conf "${sample}" || die "newins conf failed"
-
- insinto /etc/conf.d
- insopts -m 0644 -o root -g root
- newins "${FILESDIR}"/${PN}.confd ${PN} || die "newins confd failed"
-
- diropts -m 0755 -o ${PN} -g ${PN}
- keepdir /var/{cache,run}/${PN}
-}
-pkg_postinst() {
- use ssl && return
- ewarn
- ewarn "$PN will not have support for ssl, which means your dynamic DNS account"
- ewarn "information -- including your password -- will be sent over the Internet in the"
- ewarn "clear. To secure your information, add 'ssl' to your USEflags,"
- ewarn "emerge -N ddclient, and add 'ssl=yes' to /etc/$PN/$PN.conf"
- ewarn
-}
diff --git a/net-dns/ddclient/ddclient-3.7.2.ebuild b/net-dns/ddclient/ddclient-3.7.2.ebuild
deleted file mode 100644
index 340fdf7e5024..000000000000
--- a/net-dns/ddclient/ddclient-3.7.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# 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.7.2.ebuild,v 1.2 2007/07/23 17:15:08 mr_bones_ Exp $
-
-inherit eutils
-
-DESCRIPTION="Perl updater client for dynamic DNS services"
-HOMEPAGE="http://ddclient.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="ssl"
-
-RDEPEND=">=dev-lang/perl-5.1
- ssl? ( dev-perl/IO-Socket-SSL )"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-reasonable-security.patch"
-
- einfo "Applying version string fix"
- if ! sed -i "s/3\.7\.1/$PV/" "$PN"; then
- eerror "Failed to update ddclient's internal version string"
- eerror 'ddclient 3.7.2 will erroneously report a version of 3.7.1'
- fi
-
- # Remove pid line, because it is specified in /etc/conf.d/ddclient
- einfo "Applying PID setup"
- if ! sed -i "/^pid=*/d" "sample-etc_${PN}.conf"; then
- eerror "Failed to remove pid from /etc/$PN/$PN.conf"
- eerror "Please set the PID in /etc/conf.d/$PN, not /etc/$PN/$PN.conf"
- fi
-
- if ! use ssl; then
- einfo "Disabling ssl per your useflags"
- sed -i "/^ssl=*/d" "sample-etc_${PN}.conf" ||
- eerror "Failed to remove ssl from /etc/$PN/$PN.conf"
- fi
-}
-
-src_install() {
- dosbin ${PN} || die "dosbin failed"
- dodoc README* Change* COPYRIGHT sample*
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN} || die "newinitd failed"
-
- # Filename of sample conf - use live filename if available
- local sample=${PN}.conf
- [[ -e "${ROOT}/etc/${PN}/${sample}" ]] && sample="${sample}.sample"
-
- insinto /etc/${PN}
- insopts -m 0640 -o root -g ${PN}
- newins sample-etc_${PN}.conf "${sample}" || die "newins conf failed"
-
- insinto /etc/conf.d
- insopts -m 0644 -o root -g root
- newins "${FILESDIR}"/${PN}.confd ${PN} || die "newins confd failed"
-
- diropts -m 0755 -o ${PN} -g ${PN}
- keepdir /var/{cache,run}/${PN}
-}
-pkg_postinst() {
- use ssl && return
- ewarn
- ewarn "$PN will not have support for ssl, which means your dynamic DNS account"
- ewarn "information -- including your password -- will be sent over the Internet in the"
- ewarn "clear. To secure your information, add 'ssl' to your USEflags,"
- ewarn "emerge -N ddclient, and add 'ssl=yes' to /etc/$PN/$PN.conf"
- ewarn
-}
diff --git a/net-dns/ddclient/ddclient-3.7.3.ebuild b/net-dns/ddclient/ddclient-3.7.3.ebuild
deleted file mode 100644
index 42040b236827..000000000000
--- a/net-dns/ddclient/ddclient-3.7.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# 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.7.3.ebuild,v 1.1 2007/08/21 13:46:09 uberlord Exp $
-
-inherit eutils
-
-DESCRIPTION="Perl updater client for dynamic DNS services"
-HOMEPAGE="http://ddclient.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="ssl"
-
-RDEPEND=">=dev-lang/perl-5.1
- ssl? ( dev-perl/IO-Socket-SSL )"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-reasonable-security.patch"
-
- einfo "Applying version string fix"
- if ! sed -i "s/3\.7\.1/$PV/" "$PN"; then
- eerror "Failed to update ddclient's internal version string"
- eerror 'ddclient 3.7.2 will erroneously report a version of 3.7.1'
- fi
-
- # Remove pid line, because it is specified in /etc/conf.d/ddclient
- einfo "Applying PID setup"
- if ! sed -i "/^pid=*/d" "sample-etc_${PN}.conf"; then
- eerror "Failed to remove pid from /etc/$PN/$PN.conf"
- eerror "Please set the PID in /etc/conf.d/$PN, not /etc/$PN/$PN.conf"
- fi
-
- if ! use ssl; then
- einfo "Disabling ssl per your useflags"
- sed -i "/^ssl=*/d" "sample-etc_${PN}.conf" ||
- eerror "Failed to remove ssl from /etc/$PN/$PN.conf"
- fi
-}
-
-src_install() {
- dosbin ${PN} || die "dosbin failed"
- dodoc README* Change* COPYRIGHT sample*
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
- keepdir /var/{cache,run}/${PN}
-
- # Filename of sample conf - use live filename if available
- local sample=${PN}.conf
- [[ -e "${ROOT}/etc/${PN}/${sample}" ]] && sample="${sample}.sample"
- insinto /etc/${PN}
- insopts -m 0640 -o root -g ${PN}
- newins sample-etc_${PN}.conf "${sample}" || die "newins conf failed"
-}
-
-pkg_postinst() {
- use ssl && return
- ewarn
- ewarn "$PN will not have support for ssl, which means your dynamic DNS account"
- ewarn "information -- including your password -- will be sent over the Internet in the"
- ewarn "clear. To secure your information, add 'ssl' to your USEflags,"
- ewarn "emerge -N ddclient, and add 'ssl=yes' to /etc/$PN/$PN.conf"
- ewarn
-}
diff --git a/net-dns/ddclient/files/ddclient-daemon0inconfig.diff b/net-dns/ddclient/files/ddclient-daemon0inconfig.diff
deleted file mode 100644
index 732a6e9362d4..000000000000
--- a/net-dns/ddclient/files/ddclient-daemon0inconfig.diff
+++ /dev/null
@@ -1,15 +0,0 @@
---- ddclient.orig 2005-01-16 15:18:36.485003496 -0500
-+++ ddclient 2005-01-16 15:19:15.628052848 -0500
-@@ -924,6 +924,12 @@
- my $def = $variables{'merged'}{$k};
- my $ovalue = define($globals{$k}, $def->{'default'});
- my $value = check_value($ovalue, $def);
-+
-+ # we should really be allowed to set daemon to 0 in the config file
-+ if ($k eq 'daemon' && $ovalue == 0) {
-+ $value = $ovalue;
-+ }
-+
- if ($def->{'required'} && !defined $value) {
- $value = default($k);
- warning("'%s=%s' is an invalid %s. (using default of %s)", $k, $ovalue, $def->{'type'}, $value);
diff --git a/net-dns/ddclient/files/ddclient-gentoo.diff b/net-dns/ddclient/files/ddclient-gentoo.diff
deleted file mode 100644
index 01f224ce9850..000000000000
--- a/net-dns/ddclient/files/ddclient-gentoo.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ddclient.bak 2003-11-05 10:42:33.000000000 +1000
-+++ ddclient 2003-11-05 10:52:55.000000000 +1000
-@@ -20,7 +20,7 @@
- $program =~ s/d$//;
- my $now = time;
- my $hostname = hostname();
--my $etc = ($program =~ /test/i) ? './' : '/etc/';
-+my $etc = ($program =~ /test/i) ? './' : '/etc/ddclient/';
- my $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/';
- my $msgs = '';
- my $last_msgs = '';
diff --git a/net-dns/ddclient/files/ddclient-mss1.diff b/net-dns/ddclient/files/ddclient-mss1.diff
deleted file mode 100644
index 27ca8b143e29..000000000000
--- a/net-dns/ddclient/files/ddclient-mss1.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ddclient.bak 2003-11-05 10:42:33.000000000 +1000
-+++ ddclient 2003-11-05 10:48:12.000000000 +1000
-@@ -2629,7 +2629,7 @@
- my $h = pop @hosts;
-
- $config{$h}{'status'} = $status;
-- if ($status eq 'ok') {
-+ if ($status eq 'ok' || $status eq 'nochange') {
- $config{$h}{'ip'} = $ip;
- $config{$h}{'mtime'} = $now;
- success("updating %s: %s: IP address set to %s", $h, $status, $ip);
diff --git a/net-dns/ddclient/files/ddclient.init b/net-dns/ddclient/files/ddclient.init
deleted file mode 100644
index 6af552acef32..000000000000
--- a/net-dns/ddclient/files/ddclient.init
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/files/ddclient.init,v 1.1 2005/04/01 22:20:38 seemant Exp $
-
-depend() {
- need net
-}
-
-checkconfig() {
- if [ ! -e /etc/ddclient/ddclient.conf ] ; then
- eerror "You need a /etc/ddclient/ddclient.conf file to run ddclient"
- eerror "There is a sample file in /etc/ddclient/"
- return 1
- fi
-
-}
-
-start() {
- checkconfig || return 1
- ebegin "Starting DDClient"
- start-stop-daemon --start --chuid ddclient --quiet --exec /usr/sbin/ddclient 2&>/dev/null
- eend $?
-}
-
-stop() {
- ebegin "Stopping DDClient"
- start-stop-daemon --stop --quiet --name ddclient
- eend $?
-}
diff --git a/net-dns/ddclient/files/ddclient.rc6 b/net-dns/ddclient/files/ddclient.rc6
deleted file mode 100644
index 5796287f8a6d..000000000000
--- a/net-dns/ddclient/files/ddclient.rc6
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/files/ddclient.rc6,v 1.4 2004/07/14 23:21:59 agriffis Exp $
-
-depend() {
- need net
-}
-
-checkconfig() {
- if [ ! -e /etc/ddclient/ddclient.conf ] ; then
- eerror "You need a /etc/ddclient/ddclient.conf file to run ddclient"
- eerror "There is a sample file in /etc/ddclient/"
- return 1
- fi
-
-}
-
-start() {
- checkconfig || return 1
- ebegin "Starting DDClient"
- start-stop-daemon --start --quiet --exec /usr/sbin/ddclient
- eend $?
-}
-
-stop() {
- ebegin "Stopping DDClient"
- start-stop-daemon --stop --quiet --pidfile /var/run/ddclient.pid
- eend $?
-}
diff --git a/net-dns/ddclient/files/digest-ddclient-3.6.3 b/net-dns/ddclient/files/digest-ddclient-3.6.3
deleted file mode 100644
index dbd0721f89a5..000000000000
--- a/net-dns/ddclient/files/digest-ddclient-3.6.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 dfa5ff6967cb854de804d4e7b9633fdc ddclient-3.6.3.tar.gz 34497
-RMD160 706cde94c38e6998193c767e2501b76bcdc27a04 ddclient-3.6.3.tar.gz 34497
-SHA256 81334ddd01191ba52d2e2a2c70f69ab892b07304f390d6e649175f17d57b4ca6 ddclient-3.6.3.tar.gz 34497
diff --git a/net-dns/ddclient/files/digest-ddclient-3.6.6 b/net-dns/ddclient/files/digest-ddclient-3.6.6
deleted file mode 100644
index f977d30712a1..000000000000
--- a/net-dns/ddclient/files/digest-ddclient-3.6.6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9bdc93c0352c5fcc650773da7ecedb6d ddclient-3.6.6.tar.gz 36726
-RMD160 6f1cbc1cc41a8d646f35d91ae57595cc797422cc ddclient-3.6.6.tar.gz 36726
-SHA256 722febeed3ac3ca9aadf75cfffa1a75ee1e1014c32527120ca241714b693d211 ddclient-3.6.6.tar.gz 36726
diff --git a/net-dns/ddclient/files/digest-ddclient-3.7.0 b/net-dns/ddclient/files/digest-ddclient-3.7.0
deleted file mode 100644
index 837ebf950428..000000000000
--- a/net-dns/ddclient/files/digest-ddclient-3.7.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 67976f65c2aad267664267bed940ce18 ddclient-3.7.0.tar.gz 39515
-RMD160 3b682fd085e606a736a13289744ea8ce67df7ced ddclient-3.7.0.tar.gz 39515
-SHA256 2795ebafd2d439f2c887187cab7295f65ce4e03efa0156269d561f8dc0622b90 ddclient-3.7.0.tar.gz 39515
diff --git a/net-dns/ddclient/files/digest-ddclient-3.7.2 b/net-dns/ddclient/files/digest-ddclient-3.7.2
deleted file mode 100644
index bd4c9926be21..000000000000
--- a/net-dns/ddclient/files/digest-ddclient-3.7.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 53fa5f06788f8732bff3ee7098fadc4d ddclient-3.7.2.tar.gz 87040
-RMD160 fed9642560d74f462179edae92b8346e08cd514e ddclient-3.7.2.tar.gz 87040
-SHA256 7aedbeb5f737cd46794393bdf166fe6b856dc6c97d402a5dcfbfe6247bb37fe2 ddclient-3.7.2.tar.gz 87040
diff --git a/net-dns/ddclient/files/digest-ddclient-3.7.2-r1 b/net-dns/ddclient/files/digest-ddclient-3.7.2-r1
deleted file mode 100644
index bd4c9926be21..000000000000
--- a/net-dns/ddclient/files/digest-ddclient-3.7.2-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 53fa5f06788f8732bff3ee7098fadc4d ddclient-3.7.2.tar.gz 87040
-RMD160 fed9642560d74f462179edae92b8346e08cd514e ddclient-3.7.2.tar.gz 87040
-SHA256 7aedbeb5f737cd46794393bdf166fe6b856dc6c97d402a5dcfbfe6247bb37fe2 ddclient-3.7.2.tar.gz 87040
diff --git a/net-dns/ddclient/files/digest-ddclient-3.7.3 b/net-dns/ddclient/files/digest-ddclient-3.7.3
deleted file mode 100644
index 6cd8d0a6580c..000000000000
--- a/net-dns/ddclient/files/digest-ddclient-3.7.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5459ae165e74437587b6e84225a7fbf0 ddclient-3.7.3.tar.gz 42034
-RMD160 df40a809132102b9326fa7e9d735723e1de8ed37 ddclient-3.7.3.tar.gz 42034
-SHA256 f1f57fdca170d9349cb99a3b8b33672d983e0e41c43c2bbb940927380ee12962 ddclient-3.7.3.tar.gz 42034