Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 1999 01:25:28 -0800
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, asami@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/chown Makefile
Message-ID:  <19991214012528.A42649@dragon.nuxi.com>
In-Reply-To: <19991214075528.B54761CA0@overcee.netplex.com.au>; from peter@netplex.com.au on Tue, Dec 14, 1999 at 03:55:28PM %2B0800
References:  <billf@chc-chimes.com> <19991214075528.B54761CA0@overcee.netplex.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
> > [hawk-billf] /home/billf > grep '^CHOWN' /usr/ports/Mk/bsd.port.mk 
> > CHOWN?=         /usr/sbin/chown
> 
> Oh, just wonderful.  And this is in the ports tree and hence "frozen" too.

Good god!  Ok, for the CVS-imparied:

Index: Makefile
===================================================================
RCS file: /home/ncvs/src/usr.sbin/chown/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	1994/08/05 16:30:04	1.2
+++ Makefile	1999/12/14 04:48:17	1.3
@@ -1,9 +1,15 @@
 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
+# $FreeBSD: src/usr.sbin/chown/Makefile,v 1.3 1999/12/14 04:48:17 obrien Exp $
 
+BINDIR=	/sbin
+NOSHARED?=	yes
+
 PROG=	chown
 CFLAGS+=-DSUPPORT_DOT
 MAN1=	chgrp.1
 MAN8=	chown.8
-LINKS=	${BINDIR}/chown /usr/bin/chgrp
+LINKS=	${BINDIR}/chown /bin/chgrp
+SYMLINKS+=	${BINDIR}/chown /usr/sbin/chown
+SYMLINKS+=	/bin/chgrp /usr/bin/chgrp
 
 .include <bsd.prog.mk>
 
-- 
-- David    (obrien@NUXI.com)


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




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