From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MytE8-0006s2-4J for garchives@archives.gentoo.org; Fri, 16 Oct 2009 20:16:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2E4FE0671; Fri, 16 Oct 2009 20:16:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D92DEE0671 for ; Fri, 16 Oct 2009 20:16:38 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7FAB967637 for ; Fri, 16 Oct 2009 20:16:38 +0000 (UTC) Received: from kingtaco by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MytE6-0002m0-0J for gentoo-commits@lists.gentoo.org; Fri, 16 Oct 2009 20:16:38 +0000 From: "Mike Doty (kingtaco)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, kingtaco@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/rwhoisd/files: rwhoisd-destdir.patch rwhoisd.conf rwhoisd X-VCS-Repository: gentoo-x86 X-VCS-Files: rwhoisd-destdir.patch rwhoisd.conf rwhoisd X-VCS-Directories: net-misc/rwhoisd/files X-VCS-Committer: kingtaco X-VCS-Committer-Name: Mike Doty Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Doty Date: Fri, 16 Oct 2009 20:16:38 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9cc9ee50-ec26-4e7c-979a-d4df7c0c6bd1 X-Archives-Hash: 965e949e47c66ebb2af45bb0325eb82b kingtaco 09/10/16 20:16:38 Added: rwhoisd-destdir.patch rwhoisd.conf rwhoisd Log: initial import (Portage version: 2.1.7.1/cvs/Linux x86_64) Revision Changes Path 1.1 net-misc/rwhoisd/files/rwhoisd-destdir.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rwhoisd/f= iles/rwhoisd-destdir.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rwhoisd/f= iles/rwhoisd-destdir.patch?rev=3D1.1&content-type=3Dtext/plain Index: rwhoisd-destdir.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tools/rwhois_repack/Makefile.in.orig 2009-10-16 11:30:40.000000000 -0= 700 +++ tools/rwhois_repack/Makefile.in 2009-10-16 11:31:20.000000000 -0700 @@ -52,9 +52,9 @@ # procedural =20 install: - if [ ! -d $(exec_prefix) ]; then mkdir $(exec_prefix); fi - if [ ! -d $(bindir) ]; then mkdir $(bindir); fi - $(INSTALL) rwhois_repack $(bindir) + if [ ! -d $(DESTDIR)$(exec_prefix) ]; then mkdir $(DESTDIR)$(exec_prefi= x); fi + if [ ! -d $(DESTDIR)$(bindir) ]; then mkdir $(DESTDIR)$(bindir); fi + $(INSTALL) rwhois_repack $(DESTDIR)$(bindir) =20 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 @@ -10,7 +10,7 @@ prefix =3D @prefix@ exec_prefix =3D @exec_prefix@ bindir =3D $(exec_prefix)/bin -etcdir =3D $(exec_prefix)/etc +etcdir =3D /etc =20 srcdir =3D @srcdir@ VPATH =3D @srcdir@ 1.1 net-misc/rwhoisd/files/rwhoisd.conf file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rwhoisd/f= iles/rwhoisd.conf?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rwhoisd/f= iles/rwhoisd.conf?rev=3D1.1&content-type=3Dtext/plain Index: rwhoisd.conf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D #$Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/files/rwhoisd.conf,v 1= .1 2009/10/16 20:16:37 kingtaco Exp $ OPTS=3D"-c /etc/rwhoisd/rwhoisd.conf" #Pass any additional options to rwhoisd here. RWHOISD_OPTS=3D"${OPTS}" 1.1 net-misc/rwhoisd/files/rwhoisd file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rwhoisd/f= iles/rwhoisd?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rwhoisd/f= iles/rwhoisd?rev=3D1.1&content-type=3Dtext/plain Index: rwhoisd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D #!/sbin/runscript depend() { use logger need net } start() { ebegin "Starting rwhoisd" start-stop-daemon --start --quiet --exec /usr/sbin/rwhoisd ${RWHOISD_OPT= S} eend $? } stop() { ebegin "Stopping tftpd" start-stop-daemon --stop --quiet --exec /usr/sbin/rwhoisd eend $? }