diff options
author | swills <swills@FreeBSD.org> | 2012-05-03 09:55:04 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-05-03 09:55:04 +0800 |
commit | 72ada8fdeba11e7bfebc339b7f52a5f658070ad7 (patch) | |
tree | 728d3761b6e39d9224a19e0837290a442efc21e3 /textproc/augeas | |
parent | 747d7f39fcd349d89ef2041523ce771cc06684bc (diff) | |
download | freebsd-ports-gnome-72ada8fdeba11e7bfebc339b7f52a5f658070ad7.tar.gz freebsd-ports-gnome-72ada8fdeba11e7bfebc339b7f52a5f658070ad7.tar.zst freebsd-ports-gnome-72ada8fdeba11e7bfebc339b7f52a5f658070ad7.zip |
- The shellvars lens can also be used to parse /etc/periodic.conf and
/boot/loader.conf, so patch that in
Suggested by: tdb
Diffstat (limited to 'textproc/augeas')
-rw-r--r-- | textproc/augeas/Makefile | 2 | ||||
-rw-r--r-- | textproc/augeas/files/patch-lenses__shellvars.aug | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 65acacc9d2f6..2d3411a1f632 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -8,7 +8,7 @@ PORTNAME= augeas PORTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://augeas.net/download/ diff --git a/textproc/augeas/files/patch-lenses__shellvars.aug b/textproc/augeas/files/patch-lenses__shellvars.aug index 3e185cbc84c2..abbf36aff813 100644 --- a/textproc/augeas/files/patch-lenses__shellvars.aug +++ b/textproc/augeas/files/patch-lenses__shellvars.aug @@ -1,10 +1,12 @@ ---- ./lenses/shellvars.aug.orig 2012-05-01 13:51:21.934163842 -0400 -+++ ./lenses/shellvars.aug 2012-05-01 13:52:04.015160071 -0400 -@@ -196,6 +196,7 @@ +--- lenses/shellvars.aug.orig 2011-11-28 18:51:05.000000000 -0500 ++++ lenses/shellvars.aug 2012-05-02 21:42:02.878164637 -0400 +@@ -196,6 +196,9 @@ . incl "/etc/cron-apt/config" . incl "/etc/environment" . incl "/etc/blkid.conf" + . incl "/etc/rc.conf" ++ . incl "/etc/periodic.conf" ++ . incl "/boot/loader.conf" let filter = filter_sysconfig . filter_ifcfg |