diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:31 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 61a8de4468876c735d0394a07a0ff6aed5a93d40 (patch) | |
tree | 47e20c44975df83f4380ff660b455894e5e20431 /sys-fs/cryptsetup | |
parent | sys-fs/cachefilesd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-61a8de4468876c735d0394a07a0ff6aed5a93d40.tar.gz gentoo-61a8de4468876c735d0394a07a0ff6aed5a93d40.tar.bz2 gentoo-61a8de4468876c735d0394a07a0ff6aed5a93d40.zip |
sys-fs/cryptsetup: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs/cryptsetup')
-rw-r--r-- | sys-fs/cryptsetup/files/1.5.1-dmcrypt.rc | 2 | ||||
-rw-r--r-- | sys-fs/cryptsetup/files/1.6.7-dmcrypt.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/cryptsetup/files/1.5.1-dmcrypt.rc b/sys-fs/cryptsetup/files/1.5.1-dmcrypt.rc index b6db91036040..4c62e6673169 100644 --- a/sys-fs/cryptsetup/files/1.5.1-dmcrypt.rc +++ b/sys-fs/cryptsetup/files/1.5.1-dmcrypt.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-fs/cryptsetup/files/1.6.7-dmcrypt.rc b/sys-fs/cryptsetup/files/1.6.7-dmcrypt.rc index e52ad68b94c2..4d5f01e4727c 100644 --- a/sys-fs/cryptsetup/files/1.6.7-dmcrypt.rc +++ b/sys-fs/cryptsetup/files/1.6.7-dmcrypt.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |