[augeas-devel] [Augeas] #226: resolv.conf doesn't support decimal timeout values

Augeas trac at fedorahosted.org
Wed Nov 2 04:31:25 UTC 2011


#226: resolv.conf doesn't support decimal timeout values
---------------------+------------------------------------------------------
 Reporter:  jorhett  |       Owner:  lutter
     Type:  defect   |      Status:  new   
 Priority:  major    |   Milestone:  next  
Component:  Augeas   |     Version:  0.9.0 
 Keywords:           |  
---------------------+------------------------------------------------------
 --- /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

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/226>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list