From 52ec5a675d63a066dbfb62a0f7a07ee22a31e28a Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 8 Jul 2016 23:27:07 -0500 Subject: convert shebangs from runscript to openrc-run --- init.d/autoconfig | 2 +- init.d/fixinittab | 2 +- init.d/gpm-pre | 2 +- init.d/hwsetup | 2 +- 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() { -- cgit v1.2.3-65-gdbad