> I don't think you need to see it. Take a look at this... This might
> actually be a redhat bug.

For what it's worth, this all works great in sles (at least sles 11 -
haven't checked elsewhere):

uldbdb204e:/etc/rc.d # chkconfig snmpd
snmpd  on
uldbdb204e:/etc/rc.d # find . -name '*snmpd*'
./rc3.d/K01snmpd
./rc3.d/S08snmpd
./snmpd
./rc5.d/K01snmpd
./rc5.d/S08snmpd
./rc2.d/K01snmpd
./rc2.d/S08snmpd
uldbdb204e:/etc/rc.d # chkconfig snmpd off
uldbdb204e:/etc/rc.d # find . -name '*snmpd*'
./snmpd
uldbdb204e:/etc/rc.d # chkconfig snmpd on
uldbdb204e:/etc/rc.d # find . -name '*snmpd*'
./rc3.d/K01snmpd
./rc3.d/S08snmpd
./snmpd
./rc5.d/K01snmpd
./rc5.d/S08snmpd
./rc2.d/K01snmpd
./rc2.d/S08snmpd

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to