ports/135414: Update port: mail/prayer fix paths to gzip, chown, and chgrp
Antonio Querubin
tony at lava.net
Tue Jun 9 13:00:14 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list