[augeas-devel] [Augeas] #170: Add /etc/sysconfig/snmp* to shellvars

Augeas trac at fedorahosted.org
Fri Dec 24 20:50:37 UTC 2010


#170: Add /etc/sysconfig/snmp* to shellvars
-------------------------+--------------------------------------------------
 Reporter:  erinn        |       Owner:  lutter
     Type:  enhancement  |      Status:  new   
 Priority:  minor        |   Milestone:  next  
Component:  Augeas       |     Version:  0.7.4 
 Keywords:               |  
-------------------------+--------------------------------------------------
 Need four files as RHEL 5 use snmp*.options and RHEL 6 just uses snmp*.

 git diff shellvars.aug
 diff --git a/lenses/shellvars.aug b/lenses/shellvars.aug
 index 5005075..d25768d 100644
 --- a/lenses/shellvars.aug
 +++ b/lenses/shellvars.aug
 @@ -99,6 +99,10 @@ module Shellvars =
        sc_incl "selinux" .
        sc_incl "sendmail" .
        sc_incl "smartmontools" .
 +      sc_incl "snmpd" .
 +      sc_incl "snmpd.options" .
 +      sc_incl "snmptrapd" .
 +      sc_incl "snmptrapd.options" .
        sc_incl "spamassassin" .
        sc_incl "suseconfig" .
        sc_incl "sysstat" .

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




More information about the augeas-devel mailing list