Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/
Date: Sat, 09 Jul 2016 04:27:47
Message-Id: 1468038427.52ec5a675d63a066dbfb62a0f7a07ee22a31e28a.williamh@gentoo
1 commit: 52ec5a675d63a066dbfb62a0f7a07ee22a31e28a
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 9 04:27:07 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 04:27:07 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=52ec5a67
7
8 convert shebangs from runscript to openrc-run
9
10 init.d/autoconfig | 2 +-
11 init.d/fixinittab | 2 +-
12 init.d/gpm-pre | 2 +-
13 init.d/hwsetup | 2 +-
14 init.d/unmute | 2 +-
15 5 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/init.d/autoconfig b/init.d/autoconfig
18 index de73b27..5991fef 100644
19 --- a/init.d/autoconfig
20 +++ b/init.d/autoconfig
21 @@ -1,4 +1,4 @@
22 -#!/sbin/runscript
23 +#!/sbin/openrc-run
24
25 # This script is used by Gentoo release media to start certain services and to
26 # ensure a sane setup for a CD-based boot.
27
28 diff --git a/init.d/fixinittab b/init.d/fixinittab
29 index 56bfbcc..35513a6 100644
30 --- a/init.d/fixinittab
31 +++ b/init.d/fixinittab
32 @@ -1,4 +1,4 @@
33 -#!/sbin/runscript
34 +#!/sbin/openrc-run
35
36 depend()
37 {
38
39 diff --git a/init.d/gpm-pre b/init.d/gpm-pre
40 index ef97e38..a03e881 100644
41 --- a/init.d/gpm-pre
42 +++ b/init.d/gpm-pre
43 @@ -1,4 +1,4 @@
44 -#!/sbin/runscript
45 +#!/sbin/openrc-run
46 # Copyright 1999-2011 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 diff --git a/init.d/hwsetup b/init.d/hwsetup
51 index 35cfdae..16ee967 100644
52 --- a/init.d/hwsetup
53 +++ b/init.d/hwsetup
54 @@ -1,4 +1,4 @@
55 -#!/sbin/runscript
56 +#!/sbin/openrc-run
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: $
60
61 diff --git a/init.d/unmute b/init.d/unmute
62 index 4ce6db9..e4892a8 100644
63 --- a/init.d/unmute
64 +++ b/init.d/unmute
65 @@ -1,4 +1,4 @@
66 -#!/sbin/runscript
67 +#!/sbin/openrc-run
68
69 depend()
70 {