From: Austin English Date: Wed, 18 May 2016 06:30:31 +0000 (-0500) Subject: net-dns/opendnssec: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5ec9286a6d4ba574c989a9734ddc78ef026c3d40;p=gentoo.git net-dns/opendnssec: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/net-dns/opendnssec/files/opendnssec.initd b/net-dns/opendnssec/files/opendnssec.initd index eebf01148038..4015f91be4e9 100644 --- a/net-dns/opendnssec/files/opendnssec.initd +++ b/net-dns/opendnssec/files/opendnssec.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-dns/opendnssec/files/opendnssec.initd-1.3.x b/net-dns/opendnssec/files/opendnssec.initd-1.3.x index d0e256b13d9b..d31dcd4aa36b 100644 --- a/net-dns/opendnssec/files/opendnssec.initd-1.3.x +++ b/net-dns/opendnssec/files/opendnssec.initd-1.3.x @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$