From: Austin English Date: Wed, 18 May 2016 06:27:02 +0000 (-0500) Subject: app-crypt/ekeyd: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2280d8846158e31b1f949706d3e2b087261b6b67;p=gentoo.git app-crypt/ekeyd: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/app-crypt/ekeyd/files/ekey-egd-linux.init.2 b/app-crypt/ekeyd/files/ekey-egd-linux.init.2 index c843d19e1171..8acf571abe74 100644 --- a/app-crypt/ekeyd/files/ekey-egd-linux.init.2 +++ b/app-crypt/ekeyd/files/ekey-egd-linux.init.2 @@ -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$ diff --git a/app-crypt/ekeyd/files/ekey-ulusbd.init.2 b/app-crypt/ekeyd/files/ekey-ulusbd.init.2 index c448e8974de6..8821ee13c3d6 100644 --- a/app-crypt/ekeyd/files/ekey-ulusbd.init.2 +++ b/app-crypt/ekeyd/files/ekey-ulusbd.init.2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2009-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-crypt/ekeyd/files/ekeyd.init.2 b/app-crypt/ekeyd/files/ekeyd.init.2 index 27ef7a11e46b..22c1ebe5bda0 100644 --- a/app-crypt/ekeyd/files/ekeyd.init.2 +++ b/app-crypt/ekeyd/files/ekeyd.init.2 @@ -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$