diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-14 23:16:08 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-14 23:16:08 +0000 |
commit | ab3852a1a619eb05f7b9ed09ece34474b7545c91 (patch) | |
tree | d052743704a6c951391c6591ae5151774dec8481 /sysutils/freebsd-snapshot/files/patch-snapshot | |
parent | - Fix gnutls linking error by using pkg-config (diff) |
- Use the RC system correct
PR: ports/141187
Submitted by: Anselm Strauss <amsibamsi@gmail.com>
Approved by: maintainer timeout (1 month 6 days)
Notes
Notes:
svn path=/head/; revision=247892
Diffstat (limited to 'sysutils/freebsd-snapshot/files/patch-snapshot')
-rw-r--r-- | sysutils/freebsd-snapshot/files/patch-snapshot | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/sysutils/freebsd-snapshot/files/patch-snapshot b/sysutils/freebsd-snapshot/files/patch-snapshot index 86e1ba2f1977..310799f8d9d2 100644 --- a/sysutils/freebsd-snapshot/files/patch-snapshot +++ b/sysutils/freebsd-snapshot/files/patch-snapshot @@ -1,13 +1,21 @@ ---- snapshot~ 2008-12-06 19:37:53.598862157 -0600 -+++ snapshot 2008-12-06 19:37:53.599877379 -0600 +--- ./snapshot.orig 2009-08-01 11:34:34.000000000 -0400 ++++ ./snapshot 2010-01-14 18:14:06.940846133 -0500 @@ -29,7 +29,9 @@ ## - + # 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" +LC_ALL=C +LANG=C - + # option defaults - fs_subdir=".snap" + verbose=no +@@ -79,6 +81,7 @@ + source_rc_confs; \ + fi; \ + . /etc/rc.subr; \ ++ load_rc_config zfs; \ + if checkyesno zfs_enable; then \ + echo 'yes'; \ + else \ |