Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Jun 2009 02:55:34 -1000 (HST)
From:      Antonio Querubin <tony@lava.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/135414: Update port:  mail/prayer  fix paths to gzip, chown, and chgrp
Message-ID:  <20090609125534.1EF8056459@guriguri.lava.net>
Resent-Message-ID: <200906091300.n59D0DQX080822@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         135414
>Category:       ports
>Synopsis:       Update port:  mail/prayer  fix paths to gzip, chown, and chgrp
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 09 13:00:13 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Antonio Querubin
>Release:        FreeBSD 6.2-RELEASE-p11 i386
>Organization:
LavaNet
>Environment:
System: FreeBSD guriguri.lava.net 6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11 #0: Wed Feb 13 06:44:57 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	Fix incorrect paths to gzip, chown, and chgrp.
>How-To-Repeat:

>Fix:

	Install following patch file.

--- utils/prayer-cyclog.SRC   2003/04/15 13:00:03     1.1
+++ utils/prayer-cyclog.SRC   2003/07/30 18:43:46
@@ -4,9 +4,16 @@
 suffix=gz

 # Following is correct for Linux.
-compress="/bin/gzip"
-chown="/bin/chown"
-chgrp="/bin/chgrp"
+#compress="/bin/gzip"
+#chown="/bin/chown"
+#chgrp="/bin/chgrp"
+#mv="/bin/mv"
+#rm="/bin/rm"
+
+# Following is correct for FreeBSD
+compress="/usr/bin/gzip"
+chown="/usr/sbin/chown"
+chgrp="/usr/bin/chgrp"
 mv="/bin/mv"
 rm="/bin/rm"

>Release-Note:
>Audit-Trail:
>Unformatted:



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