Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
20 lines
461 B
Text
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"
|