[augeas-devel] [Augeas] #193: In-line xorg module insert not working (works interactively)

Augeas trac at fedorahosted.org
Thu Apr 14 19:17:28 UTC 2011


#193: In-line xorg module insert not working (works interactively)
------------------------+---------------------------------------------------
 Reporter:  n4th4nr1ch  |       Owner:  lutter
     Type:  defect      |      Status:  new   
 Priority:  major       |   Milestone:  next  
Component:  Augeas      |     Version:  0.8.0 
 Keywords:              |  
------------------------+---------------------------------------------------
 {{{
 root at ws:~/scripts # cat /etc/redhat-release
 Fedora release 14 (Laughlin)
 root at ws:~/scripts # uname -a
 Linux ws-028.luma-pictures.com 2.6.35.11-83.fc14.x86_64 #1 SMP Mon Feb 7
 07:06:44 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
 root at ws:~/scripts # augtool --version 2>&1 | head -1
 augtool 0.8.0 <http://augeas.net/>
 root at ws:~ # augtool -s set "/files/etc/X11/xorg.conf/Module/Load[1]"
 "test"
 root at ws:~ # grep -E "Module|test" /etc/X11/xorg.conf
 root at ws:~ # augtool
 augtool> set "/files/etc/X11/xorg.conf/Module/Load[1]" "test"
 augtool> save
 Saved 1 file(s)
 augtool>
 root at ws:~ # grep -E "Module|test" /etc/X11/xorg.conf
 Section "Module"
 Load test
 root at ws:~ #
 }}}

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




More information about the augeas-devel mailing list