diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:02 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2280d8846158e31b1f949706d3e2b087261b6b67 (patch) | |
tree | bd905fb4e8b65a2a87b9f3c305d2561209ea26be /app-crypt/ekeyd | |
parent | app-crypt/bestcrypt: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2280d8846158e31b1f949706d3e2b087261b6b67.tar.gz gentoo-2280d8846158e31b1f949706d3e2b087261b6b67.tar.bz2 gentoo-2280d8846158e31b1f949706d3e2b087261b6b67.zip |
app-crypt/ekeyd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-crypt/ekeyd')
-rw-r--r-- | app-crypt/ekeyd/files/ekey-egd-linux.init.2 | 2 | ||||
-rw-r--r-- | app-crypt/ekeyd/files/ekey-ulusbd.init.2 | 2 | ||||
-rw-r--r-- | app-crypt/ekeyd/files/ekeyd.init.2 | 2 |
3 files changed, 3 insertions, 3 deletions
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$ |