From: Austin English Date: Wed, 18 May 2016 06:35:03 +0000 (-0500) Subject: sys-process/vixie-cron: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a8eb04d483e1e1c786235b7bc35055db1f5b6d62;p=gentoo.git sys-process/vixie-cron: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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$