diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:36 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 7a8973d62aba39da7b1711ca7df19f0ba0767b5a (patch) | |
tree | 68569c3ce4f63199dc8c20cb2e9a0151ed9f6b8f /net-dns/unbound | |
parent | net-dns/totd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-7a8973d62aba39da7b1711ca7df19f0ba0767b5a.tar.gz gentoo-7a8973d62aba39da7b1711ca7df19f0ba0767b5a.tar.bz2 gentoo-7a8973d62aba39da7b1711ca7df19f0ba0767b5a.zip |
net-dns/unbound: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/files/unbound.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/unbound/files/unbound.initd b/net-dns/unbound/files/unbound.initd index f17d0720b8f8..a1682800757a 100644 --- a/net-dns/unbound/files/unbound.initd +++ b/net-dns/unbound/files/unbound.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |