From 236bacc0a2c858ec25a48984e25834b91efc01c5 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 27 Oct 2009 10:30:08 -0400 Subject: conf/redhat: Prevent killproc from removing /usr/sbin/puppetmasterd Mattias Saou ran into a serious bug cause by 9dff71 (Use -p option to killproc). The puppetmaster init script lacked a pidfile variable, which ended up with /usr/sbin/puppetmasterd being removed. Signed-off-by: Todd Zullinger --- conf/redhat/server.init | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/redhat/server.init b/conf/redhat/server.init index 5505058ed..4f4420683 100644 --- a/conf/redhat/server.init +++ b/conf/redhat/server.init @@ -13,6 +13,7 @@ PATH=/usr/bin:/sbin:/bin:/usr/sbin export PATH lockfile=/var/lock/subsys/puppetmaster +pidfile=/var/run/puppet/puppetmasterd.pid # Source function library. . /etc/rc.d/init.d/functions -- cgit