summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:30:28 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit9b40e3d980e5d4710a2f38a18c22b55189c1762b (patch)
tree9780d18dd950ef2a6a4a7d35f372ef52025d6092 /net-dns/dnsmasq
parentnet-dns/dnscrypt-proxy: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-9b40e3d980e5d4710a2f38a18c22b55189c1762b.tar.gz
gentoo-9b40e3d980e5d4710a2f38a18c22b55189c1762b.tar.bz2
gentoo-9b40e3d980e5d4710a2f38a18c22b55189c1762b.zip
net-dns/dnsmasq: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r--net-dns/dnsmasq/files/dnsmasq-init-dhcp-r12
-rw-r--r--net-dns/dnsmasq/files/dnsmasq-init-r22
2 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/files/dnsmasq-init-dhcp-r1 b/net-dns/dnsmasq/files/dnsmasq-init-dhcp-r1
index 07f0d2181d98..b7cab784768f 100644
--- a/net-dns/dnsmasq/files/dnsmasq-init-dhcp-r1
+++ b/net-dns/dnsmasq/files/dnsmasq-init-dhcp-r1
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# $Id$
diff --git a/net-dns/dnsmasq/files/dnsmasq-init-r2 b/net-dns/dnsmasq/files/dnsmasq-init-r2
index 94627ef95b00..38a59a818550 100644
--- a/net-dns/dnsmasq/files/dnsmasq-init-r2
+++ b/net-dns/dnsmasq/files/dnsmasq-init-r2
@@ -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 or later
# $Id$