summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:31:40 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit654b88cd3b85640333299874fa31edf008fe20cb (patch)
treea9e9b497a9c68cdd9925f27400e18bf78edd78e3 /net-misc/dhcp/files
parentnet-misc/dahdi-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-654b88cd3b85640333299874fa31edf008fe20cb.tar.gz
gentoo-654b88cd3b85640333299874fa31edf008fe20cb.tar.bz2
gentoo-654b88cd3b85640333299874fa31edf008fe20cb.zip
net-misc/dhcp: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/dhcp/files')
-rw-r--r--net-misc/dhcp/files/dhcpd.init52
-rw-r--r--net-misc/dhcp/files/dhcrelay.init32
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$