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