summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:26:38 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit8bfbdc0dcf3fcc57b56843ccce3f87d96d000c96 (patch)
tree037d44e2764465a93892c4c809606f9b1d7775eb /app-admin/puppet-agent
parentapp-admin/puppet: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-8bfbdc0dcf3fcc57b56843ccce3f87d96d000c96.tar.gz
gentoo-8bfbdc0dcf3fcc57b56843ccce3f87d96d000c96.tar.bz2
gentoo-8bfbdc0dcf3fcc57b56843ccce3f87d96d000c96.zip
app-admin/puppet-agent: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-admin/puppet-agent')
-rw-r--r--app-admin/puppet-agent/files/mcollective.initd2
-rw-r--r--app-admin/puppet-agent/files/puppet.initd2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/puppet-agent/files/mcollective.initd b/app-admin/puppet-agent/files/mcollective.initd
index 1fc171586e98..74a9f9b9c5d4 100644
--- a/app-admin/puppet-agent/files/mcollective.initd
+++ b/app-admin/puppet-agent/files/mcollective.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/app-admin/puppet-agent/files/puppet.initd b/app-admin/puppet-agent/files/puppet.initd
index 693ab1496c61..8e4ae0f4abb5 100644
--- a/app-admin/puppet-agent/files/puppet.initd
+++ b/app-admin/puppet-agent/files/puppet.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$