Date: Tue, 8 Jul 2003 23:04:03 -0500 (CDT) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vidalrod@in.tum.de Subject: ports/54242: [patch][non-maintianer] correct chown syntax for misc/xdf Message-ID: <200307090404.h69443dU062969@lonesome.lonesome.com> Resent-Message-ID: <200307090410.h694A3g4000226@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 54242 >Category: ports >Synopsis: [patch][non-maintianer] correct chown syntax for misc/xdf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 08 21:10:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: The usage chown uid.gid is deprecated in favor of uid:gid these days. >How-To-Repeat: see bento errorlog for build on i386-5-current >Fix: --- patch-Makefile.dist Tue Jul 8 22:59:36 2003 +++ patch-Makefile Tue Jul 8 22:58:31 2003 @@ -1,5 +1,5 @@ --- Makefile.orig Wed Nov 13 07:06:28 2002 -+++ Makefile Tue Jul 8 22:59:25 2003 ++++ Makefile Tue Jul 8 22:58:13 2003 @@ -7,9 +7,7 @@ # on Linux systems "make ; make install" (run as superuser) should do everything # @@ -20,3 +20,12 @@ SOURCES.h = SOURCES.c = SOURCES.G = +@@ -110,7 +108,7 @@ + install: + cp $(PROGRAM) $(INSTALLPATH) + cd $(INSTALLPATH) +- chown root.bin $(PROGRAM) ++ chown root:bin $(PROGRAM) + chmod 755 $(PROGRAM) + + run: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307090404.h69443dU062969>