diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:51 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 14f58fb1f0411a1bb916b0bf2dfc51f4c87b0bb2 (patch) | |
tree | dc65cf7925e4a5dc3b750c387086504cd7c7b252 /sys-apps | |
parent | sys-apps/xinetd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-14f58fb1f0411a1bb916b0bf2dfc51f4c87b0bb2.tar.gz gentoo-14f58fb1f0411a1bb916b0bf2dfc51f4c87b0bb2.tar.bz2 gentoo-14f58fb1f0411a1bb916b0bf2dfc51f4c87b0bb2.zip |
sys-apps/xmbmon: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/xmbmon/files/mbmon.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/xmbmon/files/mbmon.rc b/sys-apps/xmbmon/files/mbmon.rc index 6ca761f5e42f..1a7be36b7381 100644 --- a/sys-apps/xmbmon/files/mbmon.rc +++ b/sys-apps/xmbmon/files/mbmon.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |