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/, /, autoconfig-init.d-addons/
Date: Sun, 01 May 2011 02:51:14
Message-Id: 32e81d1a44f3bcce6cc2a23210bd5919ac2c45c2.williamH@gentoo
1 commit: 32e81d1a44f3bcce6cc2a23210bd5919ac2c45c2
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 13 19:43:08 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 02:46:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=32e81d1a
7
8 move init.d scripts to a common directory
9
10 We have several init.d scripts, and some of the names clash with other
11 parts of the package, so I have moved them to an init.d directory.
12
13 ---
14 autoconfig => init.d/autoconfig | 0
15 fixinittab => init.d/fixinittab | 0
16 .../autoconfig-gpm-pre => init.d/gpm-pre | 0
17 spind.init => init.d/spind | 0
18 unmute => init.d/unmute | 0
19 5 files changed, 0 insertions(+), 0 deletions(-)
20
21 diff --git a/autoconfig b/init.d/autoconfig
22 similarity index 100%
23 rename from autoconfig
24 rename to init.d/autoconfig
25
26 diff --git a/fixinittab b/init.d/fixinittab
27 similarity index 100%
28 rename from fixinittab
29 rename to init.d/fixinittab
30
31 diff --git a/autoconfig-init.d-addons/autoconfig-gpm-pre b/init.d/gpm-pre
32 similarity index 100%
33 rename from autoconfig-init.d-addons/autoconfig-gpm-pre
34 rename to init.d/gpm-pre
35
36 diff --git a/spind.init b/init.d/spind
37 similarity index 100%
38 rename from spind.init
39 rename to init.d/spind
40
41 diff --git a/unmute b/init.d/unmute
42 similarity index 100%
43 rename from unmute
44 rename to init.d/unmute