[augeas-devel] [Augeas] #265: newlines in postfix main.cf

Augeas trac at fedorahosted.org
Mon Mar 26 13:13:22 UTC 2012


#265: newlines in postfix main.cf
----------------------+---------------------
 Reporter:  rgevaert  |       Owner:  lutter
     Type:  defect    |      Status:  new
 Priority:  major     |   Milestone:  next
Component:  Augeas    |     Version:  0.10.0
 Keywords:            |  Blocked By:
 Blocking:            |
----------------------+---------------------
 Print of a parameter which spans multiple lines works, but updating it
 fails:

 {{{
 augtool> print /files/etc/postfix/main.cf/transport_maps
 /files/etc/postfix/main.cf/transport_maps =
 "btree:/etc/postfix/maps/static_transport\n
 proxy:ldap:/etc/postfix/maps/transport.cfg"
 augtool> set /files/etc/postfix/main.cf/transport_maps
 "btree:/etc/postfix/maps/static_transport\n
 proxy:ldap:/etc/postfix/maps/transport.cfg2"
 error: Failed to execute command
 unknown escape sequence
 augtool> print /augeas/version/
 /augeas/version = "0.10.0"


 }}}

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




More information about the augeas-devel mailing list