> When I update my rpm packages on the master (RHEL 5.4), when the > "service puppetmaster stop" command is run, the /usr/sbin/puppetmasterd > file is removed. Ouch! > > I've just done an strace run of "service puppetmaster stop" after > installing the packages using --noscripts and clearly see this : > > [pid 413] execve("/bin/rm", ["rm", "-f", "/usr/sbin/puppetmasterd"], > [/* 6 vars */]) = 0 > > The packages are using only the init scripts included in the source.
the only rm I see there is the one of the lockfile: http://github.com/reductivelabs/puppet/raw/master/conf/redhat/server.init the only change since rc2 imho have been http://github.com/reductivelabs/puppet/commit/b62d9668e04f40f2e3aa6c0f26dd26d1f75d8e22 which shouldn't introduce this behaviour... :/ can you reproduce it and find from where the actual call came and then file a bug? cheers pete --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---