freebsd-ports/sysutils/freebsd-snapshot/files/patch-snapshot
Marcus Alves Grando 14d52e858a New port
"UFS2 snapshot utilities by Ralf S. Engelschall"

PR:		ports/86144
Submitted by:	Graham Todd <gtodd@bellanet.org>
Approved by:	pav (mentor)
2005-09-23 20:16:31 +00:00

25 lines
664 B
Text

--- snapshot.orig Thu Sep 15 17:44:46 2005
+++ snapshot Thu Sep 15 17:47:59 2005
@@ -29,7 +29,7 @@
##
# make sure system tools are used first
-PATH="/bin:/usr/bin:/sbin:/usr/sbin:$PATH"
+PATH="/bin:/usr/bin:/sbin:/usr/sbin:%%PREFIX%%/sbin:$PATH"
# option defaults
fs_subdir=".snap"
cat files/patch-periodic-snapshot
--- periodic-snapshot.orig Thu Sep 15 17:44:57 2005
+++ periodic-snapshot Thu Sep 15 17:46:31 2005
@@ -29,7 +29,7 @@
##
# make sure system tools are used first
-PATH="/bin:/usr/bin:/sbin:/usr/sbin:$PATH"
+PATH="/bin:/usr/bin:/sbin:/usr/sbin:%%PREFIX%%/sbin:$PATH"
# configuration defaults
snapshot_enable="NO"