summaryrefslogtreecommitdiff
blob: ebb9e3617fd1e5a5e2037a056eac7233dbad6e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2

  09 Dec 2005; Christian Heim <phreak@gentoo.org>:
  Merging latest changes to the baselayout branch. This merge is based
  upon revision 1753.

	ChangeLog                                             |    5 ++++
	ChangeLog.vserver                                     |   16 +++++++++++++
	net-scripts/init.d/net.lo                             |    9 -------
	net-scripts/net.modules.d/dhclient                    |    8 ------
	net-scripts/net.modules.d/dhcpcd                      |    7 ------
	net-scripts/net.modules.d/helpers.d/dhcp-state        |    4 ---
	net-scripts/net.modules.d/iwconfig                    |   11 ---------
	net-scripts/net.modules.d/pump                        |    7 ------
	net-scripts/net.modules.d/udhcpc                      |    7 ------
	net-scripts/net.modules.d/wpa_supplicant              |   21 +++---------------
	10 files changed, 26 insertions(+), 69 deletions(-)

  06 Dec 2005; Christian Heim <phreak@gentoo.org>:
  Merging latest changes to the baselayout branch. This merge is based
  upon revision 1733.

	ChangeLog                                             |    8 ++++++++
	ChangeLog.vserver                                     |   14 ++++++++++++++
	net-scripts/conf.d/net.example                        |    5 ++++-
	net-scripts/net.modules.d/dhclient                    |   10 +++++++---
	net-scripts/net.modules.d/dhcpcd                      |   18 +++++++++++-------
	net-scripts/net.modules.d/helpers.d/dhcp              |   11 +++++++----
	net-scripts/net.modules.d/helpers.d/dhcpcd-wrapper    |    4 +++-
	net-scripts/net.modules.d/pump                        |    9 +++++----
	net-scripts/net.modules.d/udhcpc                      |    8 ++++++--
	9 files changed, 65 insertions(+), 22 deletions(-)

  03 Dec 2005; Christian Heim <phreak@gentoo.org>:
  Readding check_statedir and the corresponding calls. Also adding net.lo
  which seems to be missing from my previous commit.

  Files changed:
	ChangeLog.vserver                                     |    9
	net-scripts/init.d/net.lo                             |  982 ++++++++++++++++++
	sbin/rc                                               |   28
	3 files changed, 1019 insertions(+)

  02 Dec 2005; Christian Heim <phreak@gentoo.org>:
  Starting over again with baselayout revision 1649.

  Files changed:
	ChangeLog.vserver                                     |   60 ++++
	bin/rc-status                                         |    6 
	etc/conf.d/clock                                      |   27 -
	etc/conf.d/consolefont                                |   16 -
	etc/conf.d/keymaps                                    |   26 -
	etc/conf.d/rc                                         |   84 ------
	etc/filesystems                                       |   14 -
	etc/fstab                                             |   30 --
	etc/inittab                                           |   25 +
	etc/issue                                             |    3 
	etc/issue.devfix                                      |   21 -
	etc/issue.logo                                        |   13 
	etc/modules.autoload.d/kernel-2.4                     |   11 
	etc/modules.autoload.d/kernel-2.6                     |   10 
	etc/modules.d/aliases                                 |   46 ---
	etc/modules.d/i386                                    |    4 
	etc/sysctl.conf                                       |   52 ---
	init.d/bootmisc                                       |   60 +---
	init.d/checkfs                                        |   54 ---
	init.d/checkroot                                      |  124 ---------
	init.d/clock                                          |  144 ----------
	init.d/consolefont                                    |   68 -----
	init.d/domainname                                     |    2 
	init.d/dummy                                          |   13 
	init.d/halt.sh                                        |  181 -------------
	init.d/hostname                                       |    4 
	init.d/keymaps                                        |   79 -----
	init.d/localmount                                     |   47 ---
	init.d/modules                                        |  122 ---------
	init.d/netmount                                       |  106 -------
	init.d/numlock                                        |   34 --
	init.d/reboot.sh                                      |    2 
	init.d/rmnologin                                      |    4 
	init.d/shutdown.sh                                    |    2 
	init.d/urandom                                        |   37 --
	mkrelease.sh                                          |   62 ++++
	man/modules-update.8                                  |   51 ---
	man/modules.autoload.5                                |   19 -
	rc-lists/boot                                         |    9 
	rc-lists/default                                      |    2 
	rc-lists/nonetwork                                    |    1 
	sbin/MAKEDEV                                          |   16 +
	sbin/MAKEDEV-gentoo.patch                             |  109 --------
	sbin/functions.sh                                     |  131 ---------
	sbin/modules-update                                   |  239 -----------------
	sbin/rc                                               |  515 +-------------------------------------
	sbin/rc-services.sh                                   |   10 
	sbin/runscript.sh                                     |    3 
	src/.cvsignore                                        |    5 
	tarball.sh                                            |   48 ---
	50 files changed, 241 insertions(+), 2510 deletions(-)

# vim:ts=4