diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:03 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a8eb04d483e1e1c786235b7bc35055db1f5b6d62 (patch) | |
tree | 731a08dc6dee2765f794007bcc0bb1dd71e49984 /sys-process | |
parent | sys-process/incron: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a8eb04d483e1e1c786235b7bc35055db1f5b6d62.tar.gz gentoo-a8eb04d483e1e1c786235b7bc35055db1f5b6d62.tar.bz2 gentoo-a8eb04d483e1e1c786235b7bc35055db1f5b6d62.zip |
sys-process/vixie-cron: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/vixie-cron/files/vixie-cron.rc6 | 2 | ||||
-rw-r--r-- | sys-process/vixie-cron/files/vixie-cron.rc7 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/vixie-cron/files/vixie-cron.rc6 b/sys-process/vixie-cron/files/vixie-cron.rc6 index ea72ceddde80..9dfa7dc60ba7 100644 --- a/sys-process/vixie-cron/files/vixie-cron.rc6 +++ b/sys-process/vixie-cron/files/vixie-cron.rc6 @@ -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$ diff --git a/sys-process/vixie-cron/files/vixie-cron.rc7 b/sys-process/vixie-cron/files/vixie-cron.rc7 index 25d6bd116f71..58adcd4fbc57 100644 --- a/sys-process/vixie-cron/files/vixie-cron.rc7 +++ b/sys-process/vixie-cron/files/vixie-cron.rc7 @@ -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$ |