diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:26:38 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 8bfbdc0dcf3fcc57b56843ccce3f87d96d000c96 (patch) | |
tree | 037d44e2764465a93892c4c809606f9b1d7775eb | |
parent | c50dde0f18e1ab2e912b50d241818e3dd555b645 (diff) | |
download | gentoo-8bfbdc0dcf3fcc57b56843ccce3f87d96d000c96.tar.gz gentoo-8bfbdc0dcf3fcc57b56843ccce3f87d96d000c96.tar.xz |
app-admin/puppet-agent: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | app-admin/puppet-agent/files/mcollective.initd | 2 | ||||
-rw-r--r-- | app-admin/puppet-agent/files/puppet.initd | 2 |
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$ |