diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:05 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 6e82bacbb0095149766c118d9186b12b50079a9b (patch) | |
tree | 94db89e0ad40c4c6396efda14fcbbdf1552ffd29 /app-crypt/tpm-emulator | |
parent | app-crypt/mit-krb5: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-6e82bacbb0095149766c118d9186b12b50079a9b.tar.gz gentoo-6e82bacbb0095149766c118d9186b12b50079a9b.tar.bz2 gentoo-6e82bacbb0095149766c118d9186b12b50079a9b.zip |
app-crypt/tpm-emulator: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-crypt/tpm-emulator')
-rw-r--r-- | app-crypt/tpm-emulator/files/tpm-emulator.initd | 2 | ||||
-rw-r--r-- | app-crypt/tpm-emulator/files/tpm-emulator.initd-0.7.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/tpm-emulator/files/tpm-emulator.initd b/app-crypt/tpm-emulator/files/tpm-emulator.initd index 7be11767c60e..6b2a648ae87c 100644 --- a/app-crypt/tpm-emulator/files/tpm-emulator.initd +++ b/app-crypt/tpm-emulator/files/tpm-emulator.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-crypt/tpm-emulator/files/tpm-emulator.initd-0.7.4 b/app-crypt/tpm-emulator/files/tpm-emulator.initd-0.7.4 index 0ae376ee9f77..6183b9c4720b 100644 --- a/app-crypt/tpm-emulator/files/tpm-emulator.initd-0.7.4 +++ b/app-crypt/tpm-emulator/files/tpm-emulator.initd-0.7.4 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |