opnsense-ports/mail/prayer/files/patch-utils__prayer-cyclog.SRC
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
461 B
Text

--- 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"