diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:30 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2113cf9767476ac9781731a232bd59e64f7bcd17 (patch) | |
tree | a10b6804610a0acbc8d2e8b8f94e3da131436014 /net-dns | |
parent | net-dns/dnssec-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2113cf9767476ac9781731a232bd59e64f7bcd17.tar.gz gentoo-2113cf9767476ac9781731a232bd59e64f7bcd17.tar.bz2 gentoo-2113cf9767476ac9781731a232bd59e64f7bcd17.zip |
net-dns/knot: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/knot/files/knot.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/knot/files/knot.init b/net-dns/knot/files/knot.init index 0894c2080daf..2ca0b8e62b57 100644 --- a/net-dns/knot/files/knot.init +++ b/net-dns/knot/files/knot.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |