X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=net-dns%2Frbldnsd%2Ffiles%2Finitd-0.997a;fp=net-dns%2Frbldnsd%2Ffiles%2Finitd-0.997a;h=0000000000000000000000000000000000000000;hb=4440dd5f008806b0556352b7530c471005524e99;hp=8d3548e8a3e6f36bd62cb5be8a62c8b4aa4248a5;hpb=2aed95f2d48f82e4835b220c21df406749e9dd6f;p=mjo-overlay.git diff --git a/net-dns/rbldnsd/files/initd-0.997a b/net-dns/rbldnsd/files/initd-0.997a deleted file mode 100644 index 8d3548e..0000000 --- a/net-dns/rbldnsd/files/initd-0.997a +++ /dev/null @@ -1,25 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -start() { - ebegin "Starting rbldnsd" - - start-stop-daemon --start --quiet --pidfile /run/rbldnsd.pid \ - --exec /usr/sbin/rbldnsd -- \ - -r /var/db/rbldnsd \ - -p /run/rbldnsd.pid \ - $(for x in ${LISTEN}; do echo "-b ${x}"; done) \ - ${OPTIONS} \ - ${ZONES} - - eend $? -} - -stop() { - ebegin "Stopping rbldnsd" - start-stop-daemon --stop --quiet --pidfile /run/rbldnsd.pid \ - --exec /usr/sbin/rbldnsd - eend $? -}