From 654b88cd3b85640333299874fa31edf008fe20cb Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:31:40 -0500 Subject: [PATCH] net-misc/dhcp: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-misc/dhcp/files/dhcpd.init5 | 2 +- net-misc/dhcp/files/dhcrelay.init3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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$ -- 2.26.2