diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f1674b72cbac1e8e6d37b249c4099873ffa212b5 (patch) | |
tree | e28b7e86447965224f69f4b6d35e6bb968afdf66 /sys-process/anacron | |
parent | sys-process/acct: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f1674b72cbac1e8e6d37b249c4099873ffa212b5.tar.gz gentoo-f1674b72cbac1e8e6d37b249c4099873ffa212b5.tar.bz2 gentoo-f1674b72cbac1e8e6d37b249c4099873ffa212b5.zip |
sys-process/anacron: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-process/anacron')
-rwxr-xr-x | sys-process/anacron/files/anacron.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/anacron/files/anacron.rc6 b/sys-process/anacron/files/anacron.rc6 index 0baa217e5241..dc47f7b253af 100755 --- a/sys-process/anacron/files/anacron.rc6 +++ b/sys-process/anacron/files/anacron.rc6 @@ -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$ |