diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:57 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 3af178723d482de83f6d81d211ecdbf233c40f98 (patch) | |
tree | c9163cd1e24d2245d64c4ad995ed29272c3dc5e9 /sys-process/atop | |
parent | sys-process/at: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-3af178723d482de83f6d81d211ecdbf233c40f98.tar.gz gentoo-3af178723d482de83f6d81d211ecdbf233c40f98.tar.bz2 gentoo-3af178723d482de83f6d81d211ecdbf233c40f98.zip |
sys-process/atop: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-process/atop')
-rw-r--r-- | sys-process/atop/files/atop.rc | 2 | ||||
-rw-r--r-- | sys-process/atop/files/atop.rc-r1 | 2 | ||||
-rw-r--r-- | sys-process/atop/files/atopacct.rc | 2 |
3 files changed, 3 insertions, 3 deletions
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$ |