diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:28 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 9b40e3d980e5d4710a2f38a18c22b55189c1762b (patch) | |
tree | 9780d18dd950ef2a6a4a7d35f372ef52025d6092 /net-dns/dnsmasq | |
parent | net-dns/dnscrypt-proxy: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-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-r1 | 2 | ||||
-rw-r--r-- | net-dns/dnsmasq/files/dnsmasq-init-r2 | 2 |
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$ |