diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:37 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4f22c02a68472a156ffffbc4da93445740dd58af (patch) | |
tree | 33ff2c6a950c9f01f9e56f35517d5748d6ad331d /sys-apps/linux-misc-apps | |
parent | sys-apps/kmod: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4f22c02a68472a156ffffbc4da93445740dd58af.tar.gz gentoo-4f22c02a68472a156ffffbc4da93445740dd58af.tar.bz2 gentoo-4f22c02a68472a156ffffbc4da93445740dd58af.zip |
sys-apps/linux-misc-apps: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/linux-misc-apps')
-rw-r--r-- | sys-apps/linux-misc-apps/files/freefall.initd | 2 | ||||
-rw-r--r-- | sys-apps/linux-misc-apps/files/hpfall.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/linux-misc-apps/files/freefall.initd b/sys-apps/linux-misc-apps/files/freefall.initd index 1df5294534e9..dac021d069ed 100644 --- a/sys-apps/linux-misc-apps/files/freefall.initd +++ b/sys-apps/linux-misc-apps/files/freefall.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2012-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-apps/linux-misc-apps/files/hpfall.initd b/sys-apps/linux-misc-apps/files/hpfall.initd index 5b9a55ba5a8f..571d5651effd 100644 --- a/sys-apps/linux-misc-apps/files/hpfall.initd +++ b/sys-apps/linux-misc-apps/files/hpfall.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |