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 | 64ec2a48d75991fbd4c3ad2857fa8a7adb774c04 (patch) | |
tree | e1d2f1a3837858c735c55d86cfa8324894d31ac3 /net-dns/rbldnsd | |
parent | net-dns/pdns-recursor: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-64ec2a48d75991fbd4c3ad2857fa8a7adb774c04.tar.gz gentoo-64ec2a48d75991fbd4c3ad2857fa8a7adb774c04.tar.bz2 gentoo-64ec2a48d75991fbd4c3ad2857fa8a7adb774c04.zip |
net-dns/rbldnsd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-dns/rbldnsd')
-rw-r--r-- | net-dns/rbldnsd/files/initd-0.997a | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/rbldnsd/files/initd-0.997a b/net-dns/rbldnsd/files/initd-0.997a index c3ade4d15e36..069b48315f64 100644 --- a/net-dns/rbldnsd/files/initd-0.997a +++ b/net-dns/rbldnsd/files/initd-0.997a @@ -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$ |