[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ports/47390: Updated Port: security/fakeident
The following reply was made to PR ports/47390; it has been noted by GNATS.
From: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxxxxx>
To: Dean Hollister <dean@xxxxxxxxxxxxxxxxxxxx>
Cc: FreeBSD-gnats-submit@xxxxxxxxxxx
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@xxxxxxxxxxx
with "unsubscribe freebsd-ports-bugs" in the body of the message