[augeas-devel] resolv.aug bug - doesn't have decimal timeout values

Jo Rhett jrhett at netconsonance.com
Tue Oct 18 20:57:26 UTC 2011


--- /usr/share/augeas/lenses/dist/resolv.aug	2011-03-25 19:39:25.000000000 +0000
+++ /tmp/resolv.aug	2011-10-18 20:56:16.000000000 +0000
@@ -79,8 +79,10 @@
 (* View: options 
      Options values *)
 let options =
-      let options_entry = Build.key_value ("ndots"|"timeout"|"attempts") 
+      let options_entry = Build.key_value ("ndots"|"attempts") 
                                           (Util.del_str ":") (store Rx.integer)
+                        | Build.key_value ("timeout"
+                                          (Util.del_str ":") (store Rx.decimel)
                         | Build.flag ("debug"|"rotate"|"no-check-names"
                                      |"inet6"|"ip6-bytestring"|"edns0")
                         | ip6_dotint

-- 
Jo Rhett
Net Consonance : consonant endings by net philanthropy, open source and other randomness

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/augeas-devel/attachments/20111018/a2cc6a66/attachment.htm>


More information about the augeas-devel mailing list