diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:32 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 28620cb50d2157bbda1af3d9faf41d2d58952e5a (patch) | |
tree | 5dd804ff3d8642b0e8075a76ea3842a5e9573c29 /net-dns/pdns | |
parent | net-dns/opendnssec: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-28620cb50d2157bbda1af3d9faf41d2d58952e5a.tar.gz gentoo-28620cb50d2157bbda1af3d9faf41d2d58952e5a.tar.bz2 gentoo-28620cb50d2157bbda1af3d9faf41d2d58952e5a.zip |
net-dns/pdns: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-dns/pdns')
-rw-r--r-- | net-dns/pdns/files/pdns | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/pdns/files/pdns b/net-dns/pdns/files/pdns index 6fd30219fe0f..2894b34921d4 100644 --- a/net-dns/pdns/files/pdns +++ b/net-dns/pdns/files/pdns @@ -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$ |