Commit Graph

25 Commits

Author SHA1 Message Date
jasper
fb2b4914f6 - update to augeas-1.1.0
* includes various new lenses among which a lens for our boot.conf and
  ntpd.conf
2013-06-17 07:39:49 +00:00
jasper
fa62f8e71b tyop 2013-04-15 20:51:50 +00:00
jasper
412bdcec9d allow parsing of hostname.if(5) files. 2013-04-15 20:31:22 +00:00
jasper
4c27b14ba8 fix setting sysctl values as the Simplevars.entry was used it inserted a
space between the key and value. but sysctl(8) doesn't like this, so use
a custom entry type instead.
2013-04-15 19:38:34 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
e406ed523f - fix MASTER_SITES 2013-03-02 12:21:26 +00:00
jasper
9fed2251d9 commmitted upstream 2013-01-10 11:13:39 +00:00
jasper
79b3fa7d8c add a parser for openntpd's ntpd.conf (committed upstream) 2013-01-04 07:55:47 +00:00
jasper
f709e12c25 committed upstream, no pkg change. 2013-01-04 07:23:39 +00:00
jasper
5b8846441b - various fixes to the BootConf lens, thanks to william@ for providing a
few boot.conf results.
2013-01-03 19:50:47 +00:00
jasper
3203df9e22 committed upstream 2013-01-03 07:53:28 +00:00
jasper
bcf77defec missed in previous 2013-01-02 20:37:11 +00:00
jasper
a5f7f2f869 add a lens which parses our boot.conf(8). 2013-01-02 20:28:08 +00:00
jasper
236e533fee - fix a path in the manpage
- adjust the fonts lens' exclusion rule to ignore all README files
2013-01-02 20:18:48 +00:00
jasper
ed840b131b actually, move /etc/{audio,mixer}ctl.conf into the shellvars lens. as discussed
with upstream.
2013-01-02 18:42:19 +00:00
jasper
1bb8640529 - handle /etc/{wscons,mixer}ctl.conf with the simplevars lens 2013-01-01 21:16:56 +00:00
jasper
f3883c5e00 add a patch from upstream which adds support for ipv6 addresses to the inetd lens. 2012-12-30 21:38:58 +00:00
jasper
f3d487ef45 committed upstream 2012-12-30 21:30:57 +00:00
jasper
adb05a5295 - also parse /etc/rc.conf.local as a shell script.
- dhclient.aug patch submitted upstream
2012-12-30 19:38:44 +00:00
jasper
97e1435e74 adduser.conf is not a shell script, so don't try to parse it as such. 2012-12-30 19:09:23 +00:00
jasper
03af1658ff Use the dhclient lense for our /etc/dhclient.conf, though it could
probably use some work for error checking.
2012-12-30 17:17:53 +00:00
jasper
bc1bd0ad0e Give regress tests a chance to run. 2012-12-29 13:38:51 +00:00
jasper
1f516b8197 add two new views (family and lookup) which aren't supported by the default
resolv.conf lens but that are supported by our resolv.conf.
2012-12-29 13:19:27 +00:00
jasper
642f43eb0d import augeas-1.0.0
Augeas is a configuration editing tool. It parses configuration files in
their native formats and transforms them into a tree. Configuration
changes are made by manipulating this tree and saving it back into
native config files.

ok aja@
2012-12-29 11:32:45 +00:00