public
Fork of shadoi/puppet
Description: Puppet is a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration.
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/nullstyle/puppet.git
Fixed #1195 - support for gentoo openrc
jamtur01 (author)
Thu Apr 17 08:19:11 -0700 2008
commit  0a5d8a639014495388b2b6c87c295ab4877f9139
tree    18c878bec9eeca74847e4212d6bc41e89a8f758d
parent  459979165956fb12874b9d7672ad1b3d960e9512
...
34
35
36
37
 
 
38
39
40
...
34
35
36
 
37
38
39
40
41
0
@@ -34,7 +34,8 @@ start() {
0
         [[ -n "${PUPPETMASTER_EXTRA_OPTS}" ]] && options="${options} ${PUPPETMASTER_EXTRA_OPTS}"
0
 
0
         ebegin "Starting puppetmaster"
0
- start-stop-daemon --start --quiet --exec /usr/bin/puppetmasterd \
0
+ start-stop-daemon --start --quiet \
0
+ --pidfile ${PUPPETMASTER_PID_DIR}/puppetmasterd.pid --exec /usr/bin/puppetmasterd \
0
                 -- ${options}
0
         eend $? "Failed to start puppetmaster"
0
 }

Comments

    No one has commented yet.