diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:27 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 93c2126dc757e3dc1baf14d6a6991e91d6bdfec5 (patch) | |
tree | c4913ecd0156b9a79c931d013fea643b52ab6bcb /sys-apps | |
parent | sys-apps/busybox: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-93c2126dc757e3dc1baf14d6a6991e91d6bdfec5.tar.gz gentoo-93c2126dc757e3dc1baf14d6a6991e91d6bdfec5.tar.bz2 gentoo-93c2126dc757e3dc1baf14d6a6991e91d6bdfec5.zip |
sys-apps/clrngd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/clrngd/files/clrngd-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/clrngd/files/clrngd-init.d b/sys-apps/clrngd/files/clrngd-init.d index 716eaeb86f27..86c001691378 100644 --- a/sys-apps/clrngd/files/clrngd-init.d +++ b/sys-apps/clrngd/files/clrngd-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |