diff options
author | 2016-04-28 17:42:00 -0500 | |
---|---|---|
committer | 2016-04-28 17:42:00 -0500 | |
commit | 70d311026cfc6e9fb80c19ffc063c712ed091f29 (patch) | |
tree | f706ac8b7478ea5756627e499d1c3e58a1295448 /net-dns/maradns/files | |
parent | net-dns/maradns: remove unused init scripts (diff) | |
download | gentoo-70d311026cfc6e9fb80c19ffc063c712ed091f29.tar.gz gentoo-70d311026cfc6e9fb80c19ffc063c712ed091f29.tar.bz2 gentoo-70d311026cfc6e9fb80c19ffc063c712ed091f29.zip |
net-dns/maradns: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-dns/maradns/files')
-rw-r--r-- | net-dns/maradns/files/deadwood | 4 | ||||
-rw-r--r-- | net-dns/maradns/files/maradns2 | 4 | ||||
-rw-r--r-- | net-dns/maradns/files/zoneserver2 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-dns/maradns/files/deadwood b/net-dns/maradns/files/deadwood index d9e8175ad5eb..69fe0a434c89 100644 --- a/net-dns/maradns/files/deadwood +++ b/net-dns/maradns/files/deadwood @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-dns/maradns/files/maradns2 b/net-dns/maradns/files/maradns2 index cc6915f5b8e2..a6fb9e479af3 100644 --- a/net-dns/maradns/files/maradns2 +++ b/net-dns/maradns/files/maradns2 @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-dns/maradns/files/zoneserver2 b/net-dns/maradns/files/zoneserver2 index 6c6486d5e9ba..b2abe26110f5 100644 --- a/net-dns/maradns/files/zoneserver2 +++ b/net-dns/maradns/files/zoneserver2 @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |