diff options
-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() { |