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 | 020279a7a63e859bcc2935d4a22e45c1f07ca5db (patch) | |
tree | 911c1d9228827e896392f62e8e65af17ff3f91ac /app-crypt | |
parent | app-crypt/tpm-emulator: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-020279a7a63e859bcc2935d4a22e45c1f07ca5db.tar.gz gentoo-020279a7a63e859bcc2935d4a22e45c1f07ca5db.tar.bz2 gentoo-020279a7a63e859bcc2935d4a22e45c1f07ca5db.zip |
app-crypt/trousers: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/trousers/files/tcsd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/trousers/files/tcsd.initd b/app-crypt/trousers/files/tcsd.initd index 969ccc170159..567dc5eff64b 100644 --- a/app-crypt/trousers/files/tcsd.initd +++ b/app-crypt/trousers/files/tcsd.initd @@ -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$ |