Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 04:00:22 -0800 (PST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47302: fakeident port installs nonfunctional rc.d script
Message-ID:  <200301221200.h0MC0Mcf080011@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47302; it has been noted by GNATS.

From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: Vivek Khera <khera@kciLink.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org, dean@odyssey.apana.org.au
Subject: Re: ports/47302: fakeident port installs nonfunctional rc.d script
Date: Wed, 22 Jan 2003 12:57:27 +0100

 --=.92GQDEbgjiiqNt
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Lately Vivek Khera told:
 
 > install this rc.d script instead:
 > 
 > --cut here--
 > #! /bin/sh
 > #
 > PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
 > 
 > case "$1" in
 > start)
 >     # Start the fakeident server
 >     /usr/local/sbin/identd && echo -n ' fakeidentd'
 
 ${PREFIX} clean?
 either patch it for the right prefix or use some basename $0 | sed magic
 to get the right path
 
 >     ;;
 > 
 > stop)
 >     # Stop the server
 >     kill `cat /var/run/identd.pid` && echo -n ' fakeidentd'
 
 test for pidfile existance? this prevents ugly stray error messages
 
 cheers
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.92GQDEbgjiiqNt
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+Locvr5S+dk6z85oRAqNEAJ9j4MinlwlgmKKp6mTT/z7ohEOvigCfdtSZ
 b1NIetCnkkQVbpS0ddRVyQg=
 =MbXy
 -----END PGP SIGNATURE-----
 
 --=.92GQDEbgjiiqNt--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301221200.h0MC0Mcf080011>