diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:25 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f27233ce510d18c56673385a8b44395a8a39b38e (patch) | |
tree | 84ef2cad42b54c6be83d38b0317b23cdca05d9b0 /net-dns | |
parent | net-dialup/xl2tpd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f27233ce510d18c56673385a8b44395a8a39b38e.tar.gz gentoo-f27233ce510d18c56673385a8b44395a8a39b38e.tar.bz2 gentoo-f27233ce510d18c56673385a8b44395a8a39b38e.zip |
net-dns/bind: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/files/named.init-r13 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/bind/files/named.init-r13 b/net-dns/bind/files/named.init-r13 index 752338c43744..69f381324e66 100644 --- a/net-dns/bind/files/named.init-r13 +++ b/net-dns/bind/files/named.init-r13 @@ -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 # $Id$ |