From: Austin English Date: Wed, 18 May 2016 06:26:38 +0000 (-0500) Subject: app-admin/puppet-agent: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8bfbdc0dcf3fcc57b56843ccce3f87d96d000c96;p=gentoo.git app-admin/puppet-agent: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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$