diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:25 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 40487f0d75435a12711b6185e0c78caebfacc556 (patch) | |
tree | 86f76fb7ff098316a9325931d6026bebb58c5536 /sys-apps/audio-entropyd | |
parent | sys-apps/apparmor: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-40487f0d75435a12711b6185e0c78caebfacc556.tar.gz gentoo-40487f0d75435a12711b6185e0c78caebfacc556.tar.bz2 gentoo-40487f0d75435a12711b6185e0c78caebfacc556.zip |
sys-apps/audio-entropyd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/audio-entropyd')
-rw-r--r-- | sys-apps/audio-entropyd/files/audio-entropyd.init-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/audio-entropyd/files/audio-entropyd.init-2 b/sys-apps/audio-entropyd/files/audio-entropyd.init-2 index a31993b727c0..063884ef61a6 100644 --- a/sys-apps/audio-entropyd/files/audio-entropyd.init-2 +++ b/sys-apps/audio-entropyd/files/audio-entropyd.init-2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |