since we got a conflict with id-utils regarding the name gid, rename that

binary to ggid.  pointed out by espie@
This commit is contained in:
lebel 2001-04-15 21:10:59 +00:00
parent a48da28f49
commit a5c8162d51
3 changed files with 14 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2001/04/10 13:35:26 lebel Exp $
# $OpenBSD: Makefile,v 1.4 2001/04/15 21:10:59 lebel Exp $
COMMENT= "GNU command line utilities"
@ -25,4 +25,12 @@ CONFIGURE_ARGS= --program-prefix="g"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# since we got a conflict with id-utils regarding the name gid, rename that
# binary to ggid.
post-install:
@[ -x ${PREFIX}/bin/gid ] && mv ${PREFIX}/bin/gid ${PREFIX}/bin/ggid
@[ -f ${PREFIX}/man/man1/gid.1 ] && mv ${PREFIX}/man/man1/gid.1 \
${PREFIX}/man/man1/ggid.1
.include <bsd.port.mk>

View File

@ -8,4 +8,5 @@ stty, tee, test, true, tty, uname, users, who, whoami, and yes.
su is not installed with this package.
All the binaries are prefixed by the letter g to differentiate them
with the standard applications with the same name.
with the standard applications with the same name. `id' is prefixed
by two g (ggid) in other to avoid a conflict with gid in id-utils.

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2001/03/16 00:43:38 brad Exp $
@comment $OpenBSD: PLIST,v 1.4 2001/04/15 21:10:59 lebel Exp $
bin/gbasename
bin/gchroot
bin/gdate
@ -11,7 +11,7 @@ bin/gfalse
bin/ggroups
bin/ghostid
bin/ghostname
bin/gid
bin/ggid
bin/glogname
bin/gnice
bin/gnohup
@ -46,7 +46,7 @@ man/man1/gfalse.1
man/man1/ggroups.1
man/man1/ghostid.1
man/man1/ghostname.1
man/man1/gid.1
man/man1/ggid.1
man/man1/glogname.1
man/man1/gnice.1
man/man1/gnohup.1