diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:33 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 93002cd3a7f54ee2b9233900373eaf50b423c290 (patch) | |
tree | 671dac495317c236ee51be32609b13c6bd51c0e4 /net-dns/pdnsd | |
parent | net-dns/pdns: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-93002cd3a7f54ee2b9233900373eaf50b423c290.tar.gz gentoo-93002cd3a7f54ee2b9233900373eaf50b423c290.tar.bz2 gentoo-93002cd3a7f54ee2b9233900373eaf50b423c290.zip |
net-dns/pdnsd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-dns/pdnsd')
-rw-r--r-- | net-dns/pdnsd/files/pdnsd.online.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/pdnsd/files/pdnsd.online.2 b/net-dns/pdnsd/files/pdnsd.online.2 index ba4c19d39e19..7efe89d4f98d 100644 --- a/net-dns/pdnsd/files/pdnsd.online.2 +++ b/net-dns/pdnsd/files/pdnsd.online.2 @@ -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 # $Id$ |