From: Austin English Date: Wed, 18 May 2016 06:34:57 +0000 (-0500) Subject: sys-process/atop: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3af178723d482de83f6d81d211ecdbf233c40f98;p=gentoo.git sys-process/atop: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-process/atop/files/atop.rc b/sys-process/atop/files/atop.rc index 19db6e2b08cb..fb8c8595fdfe 100644 --- a/sys-process/atop/files/atop.rc +++ b/sys-process/atop/files/atop.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-process/atop/files/atop.rc-r1 b/sys-process/atop/files/atop.rc-r1 index ba20f3a071a7..c5e4636bf37f 100644 --- a/sys-process/atop/files/atop.rc-r1 +++ b/sys-process/atop/files/atop.rc-r1 @@ -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$ diff --git a/sys-process/atop/files/atopacct.rc b/sys-process/atop/files/atopacct.rc index f70f0395409b..d68760033f93 100644 --- a/sys-process/atop/files/atopacct.rc +++ b/sys-process/atop/files/atopacct.rc @@ -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$