summaryrefslogtreecommitdiff
path: root/app-admin/puppet-agent
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
parentc50dde0f18e1ab2e912b50d241818e3dd555b645 (diff)
downloadgentoo-8bfbdc0dcf3fcc57b56843ccce3f87d96d000c96.tar.gz
gentoo-8bfbdc0dcf3fcc57b56843ccce3f87d96d000c96.tar.xz
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 1fc171586e9..74a9f9b9c5d 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 693ab1496c6..8e4ae0f4abb 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$