public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/rbldnsd/files: initd-0.997 confd-0.997
@ 2013-07-08 17:08 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2013-07-08 17:08 UTC (permalink / raw
  To: gentoo-commits

xmw         13/07/08 17:08:53

  Added:                initd-0.997 confd-0.997
  Log:
  Version bump by Michael Orlitzky (bug 475348).
  
  (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.1                  net-dns/rbldnsd/files/initd-0.997

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/files/initd-0.997?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/files/initd-0.997?rev=1.1&content-type=text/plain

Index: initd-0.997
===================================================================
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/files/initd-0.997,v 1.1 2013/07/08 17:08:52 xmw Exp $

depend() {
    need net
}

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 \
	${LISTEN[@]/#/-b} \
	${OPTIONS} \
	"${ZONES[@]}"

    eend $?
}

stop() {
    ebegin "Stopping rbldnsd"
    start-stop-daemon --stop --quiet --pidfile /run/rbldnsd.pid \
	--exec /usr/sbin/rbldnsd
    eend $?
}



1.1                  net-dns/rbldnsd/files/confd-0.997

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/files/confd-0.997?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/files/confd-0.997?rev=1.1&content-type=text/plain

Index: confd-0.997
===================================================================
# The addresses on which to listen, as a bash array. The syntax is
# "host:port", where the port defaults to 53.
LISTEN=( "127.0.0.1" "192.168.0.1" )

# A list of RBL zones, as a bash array. For the correct syntax, please
# see the rbldnsd(8) man page. The following $ZONES will look for
# files named "badguys.example.com" and "spammers.example.net" (in the
# appropriate format) under /var/db/rbldnsd, and use those same names
# for the blacklists contained therein.
ZONES=( "badguys.example.com:ip4set:badguys.example.com"
        "spammers.example.net:ip4tset:spammers.example.net" )

# Add any additional options for the rbldnsd daemon below. The -a and
# -vv below are suggested for performance/security reasons. They are
# described in the man page.
#
# The rootdir (-r) and PID (-p) options are passed automatically, with
# rootdir set to /var/db/rbldnsd (where you should put your zone
# files). The daemon will run as the rbldns user, which was created by
# portage.
OPTIONS="-a -vv"





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dns/rbldnsd/files: initd-0.997 confd-0.997
@ 2015-06-29  5:11 Michael Orlitzky (mjo)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Orlitzky (mjo) @ 2015-06-29  5:11 UTC (permalink / raw
  To: gentoo-commits

mjo         15/06/29 05:11:30

  Removed:              initd-0.997 confd-0.997
  Log:
  Remove two now-unused init/conf files.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x6F48D3DA05C2DADB!)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-29  5:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29  5:11 [gentoo-commits] gentoo-x86 commit in net-dns/rbldnsd/files: initd-0.997 confd-0.997 Michael Orlitzky (mjo)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-08 17:08 Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox