diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2012-03-03 00:08:33 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2012-03-03 00:08:33 +0000 |
commit | 9c91a7e3adeeb439beb04e2d62d52d5f489568da (patch) | |
tree | b52dd5a45ef38c7fb80eb38bf4694356f681ca4b /app-admin/puppet/files | |
parent | remove myself from metadata (diff) | |
download | gentoo-2-9c91a7e3adeeb439beb04e2d62d52d5f489568da.tar.gz gentoo-2-9c91a7e3adeeb439beb04e2d62d52d5f489568da.tar.bz2 gentoo-2-9c91a7e3adeeb439beb04e2d62d52d5f489568da.zip |
Fixed checkpath args. The patch was submitted by Eric Martin, wrt bug #406053.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/puppet/files')
-rw-r--r-- | app-admin/puppet/files/puppetmaster-2.7.6.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/puppet/files/puppetmaster-2.7.6.init b/app-admin/puppet/files/puppetmaster-2.7.6.init index 05ed1eb30878..0fb0669ef224 100644 --- a/app-admin/puppet/files/puppetmaster-2.7.6.init +++ b/app-admin/puppet/files/puppetmaster-2.7.6.init @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 if [ "${SVCNAME}" = "puppetmaster" ] ; then @@ -24,7 +24,7 @@ depend() { } start_pre() { - checkpath --dir --owner puppet:puppet "${PUPPETMASTER_PID_DIR}" + checkpath --directory --owner puppet:puppet "${PUPPETMASTER_PID_DIR}" } reload() { |