diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:47 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2a2155cf7b9d24b27bc443fa8a167f7187e70a41 (patch) | |
tree | badeba73fe42f450f47b750068ef2183bcd92e89 /sys-apps | |
parent | sys-apps/sparc-utils: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2a2155cf7b9d24b27bc443fa8a167f7187e70a41.tar.gz gentoo-2a2155cf7b9d24b27bc443fa8a167f7187e70a41.tar.bz2 gentoo-2a2155cf7b9d24b27bc443fa8a167f7187e70a41.zip |
sys-apps/timer_entropyd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/timer_entropyd/files/timer_entropyd.initd.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/timer_entropyd/files/timer_entropyd.initd.1 b/sys-apps/timer_entropyd/files/timer_entropyd.initd.1 index 865310967043..037fcc3c45b4 100644 --- a/sys-apps/timer_entropyd/files/timer_entropyd.initd.1 +++ b/sys-apps/timer_entropyd/files/timer_entropyd.initd.1 @@ -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$ |