From: Austin English Date: Wed, 18 May 2016 06:31:40 +0000 (-0500) Subject: net-misc/dhcp: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=654b88cd3b85640333299874fa31edf008fe20cb;p=gentoo.git net-misc/dhcp: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/net-misc/dhcp/files/dhcpd.init5 b/net-misc/dhcp/files/dhcpd.init5 index e4317aaa398e..6842888f8247 100644 --- a/net-misc/dhcp/files/dhcpd.init5 +++ b/net-misc/dhcp/files/dhcpd.init5 @@ -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/net-misc/dhcp/files/dhcrelay.init3 b/net-misc/dhcp/files/dhcrelay.init3 index 54dcd4fd948f..b7e28d86f42c 100644 --- a/net-misc/dhcp/files/dhcrelay.init3 +++ b/net-misc/dhcp/files/dhcrelay.init3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$