jer 14/11/09 10:09:35 Modified: rwhoisd-destdir-1.5.9.5.patch rwhoisd.conf rwhoisd Removed: rwhoisd-destdir.patch Log: Separate s-s-d arguments from rwhoisd arguments by Joshua Coombs (bug #501924). Various. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch?r1=1.1&r2=1.2 Index: rwhoisd-destdir-1.5.9.5.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rwhoisd-destdir-1.5.9.5.patch 21 Oct 2009 21:46:11 -0000 1.1 +++ rwhoisd-destdir-1.5.9.5.patch 9 Nov 2014 10:09:35 -0000 1.2 @@ -1,5 +1,5 @@ ---- tools/rwhois_repack/Makefile.in.orig 2009-10-16 11:30:40.000000000 -0700 -+++ tools/rwhois_repack/Makefile.in 2009-10-16 11:31:20.000000000 -0700 +--- a/tools/rwhois_repack/Makefile.in ++++ b/tools/rwhois_repack/Makefile.in @@ -52,9 +52,9 @@ # procedural @@ -14,8 +14,8 @@ uninstall: $(RM) $(bindir)/rwhois_repack ---- sample.data/Makefile.in.orig 2009-10-16 11:37:54.000000000 -0700 -+++ sample.data/Makefile.in 2009-10-16 11:38:22.000000000 -0700 +--- a/sample.data/Makefile.in ++++ b/sample.data/Makefile.in @@ -10,7 +10,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -26,8 +26,8 @@ srcdir = @srcdir@ VPATH = @srcdir@ ---- sample.data/Makefile.in.orig 2009-10-21 14:27:42.000000000 -0700 -+++ sample.data/Makefile.in 2009-10-21 14:33:00.000000000 -0700 +--- a/sample.data/Makefile.in ++++ b/sample.data/Makefile.in @@ -17,7 +17,7 @@ DESTDIR = 1.2 net-misc/rwhoisd/files/rwhoisd.conf file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd.conf?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd.conf?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd.conf?r1=1.1&r2=1.2 Index: rwhoisd.conf =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/files/rwhoisd.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rwhoisd.conf 16 Oct 2009 20:16:37 -0000 1.1 +++ rwhoisd.conf 9 Nov 2014 10:09:35 -0000 1.2 @@ -1,8 +1,7 @@ -#$Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/files/rwhoisd.conf,v 1.1 2009/10/16 20:16:37 kingtaco Exp $ +# configuration file for /etc/init.d/rwhoisd + OPTS="-c /etc/rwhoisd/rwhoisd.conf" -#Pass any additional options to rwhoisd here. +# Pass any additional options to rwhoisd here. RWHOISD_OPTS="${OPTS}" - - 1.2 net-misc/rwhoisd/files/rwhoisd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd?r1=1.1&r2=1.2 Index: rwhoisd =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/files/rwhoisd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rwhoisd 16 Oct 2009 20:16:37 -0000 1.1 +++ rwhoisd 9 Nov 2014 10:09:35 -0000 1.2 @@ -2,17 +2,16 @@ depend() { use logger - need net } start() { ebegin "Starting rwhoisd" - start-stop-daemon --start --quiet --exec /usr/sbin/rwhoisd ${RWHOISD_OPTS} + start-stop-daemon --start --quiet --exec /usr/sbin/rwhoisd -- ${RWHOISD_OPTS} eend $? } stop() { - ebegin "Stopping tftpd" + ebegin "Stopping rwhoisd" start-stop-daemon --stop --quiet --exec /usr/sbin/rwhoisd eend $? }
