[augeas-devel] [Augeas] #30: [xinetd.aug] syntax error

Augeas trac at fedorahosted.org
Thu Nov 27 02:52:43 UTC 2008


#30: [xinetd.aug] syntax error
-------------------------+--------------------------------------------------
 Reporter:  abnormaliti  |       Owner:  lutter
     Type:  defect       |      Status:  new   
 Priority:  minor        |   Milestone:  next  
Component:  Augeas       |     Version:  0.3.4 
 Keywords:               |  
-------------------------+--------------------------------------------------
 "set /files/etc/xinetd.d/telnet/telnet/instances UNLIMITED"

 produces

 "instances= UNLIMITED"

 xinetd errors like

 "Attribute instances needs a space before operator"

 needs a space before "instances".

 i would also like to see attributes indented like in the original files.
 the above produces:

 {{{
 service telnet
 {
         disable = no
         flags           = REUSE
         socket_type     = stream
         wait            = no
         user            = root
         server          = /usr/sbin/in.telnetd
         log_on_failure  += USERID
 instances= UNLIMITED
 }
 }}}

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




More information about the augeas-devel mailing list