diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-08 23:27:07 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-08 23:27:07 -0500 |
commit | 52ec5a675d63a066dbfb62a0f7a07ee22a31e28a (patch) | |
tree | 60fce5ab727dc3017562cef26ef186ad8770a9ed | |
parent | Replace nfsmount with nfsclient (diff) | |
download | livecd-tools-52ec5a675d63a066dbfb62a0f7a07ee22a31e28a.tar.gz livecd-tools-52ec5a675d63a066dbfb62a0f7a07ee22a31e28a.tar.bz2 livecd-tools-52ec5a675d63a066dbfb62a0f7a07ee22a31e28a.zip |
convert shebangs from runscript to openrc-run2.2
-rw-r--r-- | init.d/autoconfig | 2 | ||||
-rw-r--r-- | init.d/fixinittab | 2 | ||||
-rw-r--r-- | init.d/gpm-pre | 2 | ||||
-rw-r--r-- | init.d/hwsetup | 2 | ||||
-rw-r--r-- | init.d/unmute | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/init.d/autoconfig b/init.d/autoconfig index de73b27..5991fef 100644 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # This script is used by Gentoo release media to start certain services and to # ensure a sane setup for a CD-based boot. diff --git a/init.d/fixinittab b/init.d/fixinittab index 56bfbcc..35513a6 100644 --- a/init.d/fixinittab +++ b/init.d/fixinittab @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { diff --git a/init.d/gpm-pre b/init.d/gpm-pre index ef97e38..a03e881 100644 --- a/init.d/gpm-pre +++ b/init.d/gpm-pre @@ -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 # $Header: $ diff --git a/init.d/hwsetup b/init.d/hwsetup index 35cfdae..16ee967 100644 --- a/init.d/hwsetup +++ b/init.d/hwsetup @@ -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 # $Header: $ diff --git a/init.d/unmute b/init.d/unmute index 4ce6db9..e4892a8 100644 --- a/init.d/unmute +++ b/init.d/unmute @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { |