On Nov 10, 12:16 am, Douglas Garstang <doug.garst...@gmail.com> wrote:
> Here's what I get with an unmodified httpd startup script...
>
> gumby /etc/rc.d:# chkconfig --del httpd
>
> gumby /etc/rc.d:# chkconfig httpd on
>
> gumby /etc/rc.d:# find . -name *httpd*
> ./rc3.d/S85httpd
> ./rc4.d/S85httpd
> ./init.d/httpd
> ./rc5.d/S85httpd
> ./rc2.d/S85httpd
>
> Same result. No kill links.
This is exactly what you should expect. If you specify <on|off|reset>
without --level, then chkconfig operates on runlevels 2345. Thus,
chkconfig httpd on
means "configure httpd to start in runlevels 2, 3, 4, and 5". You
should not expect it to create kill links -- or any links at all --
for runlevels 0, 1 or 6.
I have no idea why yum-updatesd seems to be behaving differently in
this regard, but it's the one that's erroneous.
John
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---