Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2003 02:20:03 -0800 (PST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47390: Updated Port: security/fakeident
Message-ID:  <200301231020.h0NAK30B029741@freefall.freebsd.org>

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

From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: Dean Hollister <dean@odyssey.apana.org.au>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/47390: Updated Port: security/fakeident
Date: Thu, 23 Jan 2003 11:14:15 +0100

 --=.xXvPcNWZ'hXCi=
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Lately Dean Hollister told:
 
 > Following diff I believe addresses all issues satisfactorily now. :-)
 > 
 > diff -ruN fakeident.old/Makefile fakeident/Makefile
 [...]
 >  do-install:
 > -	$(INSTALL) -m 755 -o root -g wheel $(WRKSRC)/identd $(PREFIX)/sbin
 > -	$(INSTALL) -m 755 -o root -g wheel $(WRKSRC)/fakeident.sh $(PREFIX)/etc/rc.d
 > +	$(INSTALL) -m 755 -o root -g wheel $(WRKSRC)/identd $(LOCALBASE)/sbin
 > +	$(INSTALL) -m 755 -o root -g wheel $(FILESDIR)/fakeident.sh $(LOCALBASE)/etc/rc.d
 
 uhm, i don't want to appear as being a nitpicky bitchy person, but
 please install into ${PREFIX}
 and while you're at it you may use ${INSTALL_PROGRAM} and
 ${INSTALL_SCRIPT} to get the owners and modes set as desired
 
 > diff -ruN fakeident.old/files/fakeident.sh fakeident/files/fakeident.sh
 [...]
 > +stop)
 > +    if [ -r /var/run/identd.pid ] ; then
 > +    kill -9 `cat /var/run/identd.pid` >>/dev/null 2>&1
 > +    rm -f /var/run/identd.pid
 > +    fi
 > +    ;;
 
 very nice
 
 cheers
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.xXvPcNWZ'hXCi=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+L8B3r5S+dk6z85oRAu1UAKCbyJ9rFi+ukGcfaC7fq4LQCCFtdgCfev96
 8a80wCFsOajPAHNZLODWnEE=
 =zNbm
 -----END PGP SIGNATURE-----
 
 --=.xXvPcNWZ'hXCi=--

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?200301231020.h0NAK30B029741>