diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-15 07:16:08 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-15 07:16:08 +0800 |
commit | 754b8f26a33a191e4d33217b810f3d2a66a1df96 (patch) | |
tree | e686113f2476aaebab8a759e256dcf10df145457 /sysutils | |
parent | 4a9c4c56a75da5b954b308bf39e04af9df197d11 (diff) | |
download | freebsd-ports-gnome-754b8f26a33a191e4d33217b810f3d2a66a1df96.tar.gz freebsd-ports-gnome-754b8f26a33a191e4d33217b810f3d2a66a1df96.tar.zst freebsd-ports-gnome-754b8f26a33a191e4d33217b810f3d2a66a1df96.zip |
- Use the RC system correct
PR: ports/141187
Submitted by: Anselm Strauss <amsibamsi@gmail.com>
Approved by: maintainer timeout (1 month 6 days)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/freebsd-snapshot/Makefile | 1 | ||||
-rw-r--r-- | sysutils/freebsd-snapshot/files/patch-snapshot | 18 |
2 files changed, 14 insertions, 5 deletions
diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile index 74e6d9a53c05..0c2389b9fd58 100644 --- a/sysutils/freebsd-snapshot/Makefile +++ b/sysutils/freebsd-snapshot/Makefile @@ -7,6 +7,7 @@ PORTNAME= freebsd-snapshot DISTVERSION= 20090914.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~rse/dist/ 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 \ |