summaryrefslogtreecommitdiff
blob: c17c037286f6a400245ffdba6f3a63fc66c0be36 (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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2


  23 Nov 2005; Christian Heim <phreak@gentoo.org>:
  baselayout folks just did a _pre11 so I'm syncing again (to 1626 this time).

	ChangeLog                                             |   10 +++++
	ChangeLog.vserver                                     |   11 ++++++
	etc/conf.d/rc                                         |    7 ++-
	net-scripts/conf.d/net.example                        |    8 ++++
	net-scripts/net.modules.d/macchanger                  |   32 +++++++++---------
	5 files changed, 50 insertions(+), 18 deletions(-)

  22 Nov 2005; Christian Heim <phreak@gentoo.org>:
  Uberlord did a commit right after my, so i'm syncing it again;
  but this time to r1622.

	ChangeLog                                |    4 ++++
	ChangeLog.vserver                        |   14 ++++++++++++++
	net-scripts/net.modules.d/bonding        |   13 ++++++++++---
	net-scripts/net.modules.d/essidnet       |    5 ++---
	net-scripts/net.modules.d/ifplugd        |   26 ++++++++++----------------
	net-scripts/net.modules.d/iwconfig       |    6 +++---
	net-scripts/net.modules.d/netplugd       |   30 ++++++++----------------------
	net-scripts/net.modules.d/vlan           |   10 +++++++++-
	net-scripts/net.modules.d/wpa_supplicant |   12 ++++++------
	9 files changed, 67 insertions(+), 54 deletions(-)

  22 Nov 2005; Christian Heim <phreak@gentoo.org>:
  Merging latest changes from baselayout (r1621).

	ChangeLog                                            |   22 +
	ChangeLog.vserver                                    |   40 +
	etc/profile                                          |    7 
	net-scripts/init.d/net.lo                            |   35 +
	net-scripts/net.modules.d/adsl                       |    4 
	net-scripts/net.modules.d/arping                     |   20 
	net-scripts/net.modules.d/bonding                    |   15 
	net-scripts/net.modules.d/bridge                     |   31 -
	net-scripts/net.modules.d/dhclient                   |   36 -
	net-scripts/net.modules.d/dhcpcd                     |   33 -
	net-scripts/net.modules.d/essidnet                   |    4 
	net-scripts/net.modules.d/helpers.d/dhclient-wrapper |    2 
	net-scripts/net.modules.d/helpers.d/dhcp             |   22 -
	net-scripts/net.modules.d/helpers.d/dhcpcd-wrapper   |   18 
	net-scripts/net.modules.d/helpers.d/functions        |   30 -
	net-scripts/net.modules.d/helpers.d/pump-wrapper     |    9 
	net-scripts/net.modules.d/ifconfig                   |   63 ++-
	net-scripts/net.modules.d/ifplugd                    |   12 
	net-scripts/net.modules.d/ipppd                      |   22 -
	net-scripts/net.modules.d/iproute2                   |   68 ++-
	net-scripts/net.modules.d/iptunnel                   |    6 
	net-scripts/net.modules.d/iwconfig                   |  123 +++--
	net-scripts/net.modules.d/macchanger                 |    6 
	net-scripts/net.modules.d/macnet                     |    2 
	net-scripts/net.modules.d/netplugd                   |    3 
	net-scripts/net.modules.d/pppd                       |  394 ++++++++++---------
	net-scripts/net.modules.d/pump                       |   32 -
	net-scripts/net.modules.d/rename                     |   18 
	net-scripts/net.modules.d/system                     |   66 +--
	net-scripts/net.modules.d/tuntap                     |    4 
	net-scripts/net.modules.d/udhcpc                     |   21 -
	net-scripts/net.modules.d/vlan                       |   19 
	net-scripts/net.modules.d/wpa_supplicant             |   14 
	src/env_whitelist                                    |    7 
	34 files changed, 677 insertions(+), 531 deletions(-)

  10 Nov 2005; Christian Heim <phreak@gentoo.org>:
  Merging uberlord's latest changes of baselayout (r1613).

	ChangeLog                                |   20 ++++++++++
	ChangeLog.vserver                        |   15 +++++++
	net-scripts/conf.d/net.example           |   59 +++++++++++++++++++------------
	net-scripts/init.d/net.lo                |    4 +-
	net-scripts/net.modules.d/ifplugd        |    4 +-
	net-scripts/net.modules.d/iwconfig       |    1 
	net-scripts/net.modules.d/netplugd       |    4 +-
	net-scripts/net.modules.d/pppd           |   23 ++++++------
	net-scripts/net.modules.d/wpa_supplicant |   27 +++++++++-----
	8 files changed, 96 insertions(+), 46 deletions(-)

  08 Nov 2005; Christian Heim <phreak@gentoo.org>:
  Merging uberlord's latest changes of baselayout (r1604).

	ChangeLog           |    7 +++++
	ChangeLog.vserver   |   10 +++++++
	bin/rc-status       |    8 ++---
	sbin/functions.sh   |   25 +++++++++---------
	sbin/rc-services.sh |   70 +++++++++++++++++-----------------------------------
	4 files changed, 47 insertions(+), 63 deletions(-)

  07 Nov 2005; Christian Heim <phreak@gentoo.org>:
  Merging uberlord's latest changes of baselayout (r1599).

	ChangeLog                      |    7 +
	ChangeLog.vserver              |   10 +
	bin/rc-status                  |   20 +++
	net-scripts/conf.d/net.example |   76 ++++++++++++++
	sbin/rc-services.sh            |  211 +++++++++++++++++------------------------
	4 files changed, 190 insertions(+), 124 deletions(-)

  05 Nov 2005; Christian Heim <phreak@gentoo.org>:
  Merging changes between baselayout r1583 and r1596.

	ChangeLog                                         |   57 ++++
	ChangeLog.vserver                                 |   42 +++
	bin/rc-status                                     |    2 
	etc/services                                      |  249 ++++++++++++++++--
	init.d/domainname                                 |    5 
	init.d/hostname                                   |    7 
	net-scripts/init.d/net.lo                         |  303 +++++++++++-----------
	net-scripts/net.modules.d/adsl                    |   62 ++--
	net-scripts/net.modules.d/arping                  |  100 +------
	net-scripts/net.modules.d/bonding                 |   35 --
	net-scripts/net.modules.d/bridge                  |   41 --
	net-scripts/net.modules.d/dhclient                |   42 ---
	net-scripts/net.modules.d/dhcpcd                  |   36 --
	net-scripts/net.modules.d/essidnet                |   35 --
	net-scripts/net.modules.d/helpers.d/dhcp          |    6 
	net-scripts/net.modules.d/helpers.d/functions     |   49 ++-
	net-scripts/net.modules.d/helpers.d/module-loader |   26 +
	net-scripts/net.modules.d/ifconfig                |   49 ---
	net-scripts/net.modules.d/ifplugd                 |   38 --
	net-scripts/net.modules.d/ipppd                   |   26 -
	net-scripts/net.modules.d/iproute2                |   50 ---
	net-scripts/net.modules.d/iptunnel                |   42 ---
	net-scripts/net.modules.d/iwconfig                |   34 --
	net-scripts/net.modules.d/macchanger              |   32 --
	net-scripts/net.modules.d/macnet                  |   35 --
	net-scripts/net.modules.d/netplugd                |   36 --
	net-scripts/net.modules.d/pppd                    |   15 -
	net-scripts/net.modules.d/pump                    |   35 --
	net-scripts/net.modules.d/rename                  |   33 --
	net-scripts/net.modules.d/system                  |   37 --
	net-scripts/net.modules.d/tuntap                  |   34 --
	net-scripts/net.modules.d/udhcpc                  |   52 ---
	net-scripts/net.modules.d/vlan                    |   40 --
	net-scripts/net.modules.d/wpa_supplicant          |   54 ---
	sbin/runscript.sh                                 |   12 
	src/core/parse.c                                  |    2 
	36 files changed, 747 insertions(+), 1006 deletions(-)

  20 Oct 2005; Christian Heim <phreak@gentoo.org> ChangeLog, ChangeLog.vserver,
  net-scripts/net.modules.d/helpers.d/dhcpcd-wrapper,
  net-scripts/net.modules.d/iwconfig, 
  net-scripts/net.modules.d/wpa_supplicant,
  sbin/MAKEDEV, sbin/functions.sh, sbin/rc-daemon.sh, sbin/rc-services.sh:
  Merging changes from baselayout 1583

  16 Oct 2005; Christian Heim <phreak@gentoo.org> ChangeLog, ChangeLog.vserver,
  etc/group, etc/passwd, sbin/rc-services.sh:
  Merging changes from baselayout revision 1572

  12 Oct 2005; Christian Heim <phreak@gentoo.org> ChangeLog, ChangeLog.vserver,
  man/start-stop-daemon.8, net-scripts/init.d/net.lo,
  net-scripts/net.modules.d/arping,
  net-scripts/net.modules.d/helpers.d/dhcpcd-wrapper,
  net-scripts/net.modules.d/ifconfig,
  net-scripts/net.modules.d/ifplugd, net-scripts/net.modules.d/netplugd,
  net-scripts/net.modules.d/tuntap, sbin/rc-daemon.sh, src/start-stop-daemon.c:
  Syncing up with baselayout revision 1566 (_pre9-r1)

  09 Oct 2005; Benedikt Boehm <hollow@gentoo.org> +net-scripts/:
  Adding back net services

  07 Oct 2005; Christian Heim <phreak@gentoo.org> src/consoletype.c, ChangeLog,
  sbin/rc-update:
  Refreshing baselayout-vserver with revision 1560 from baselayout.

  28 Sep 2005; Christian Heim <phreak@gentoo.org> +src/mount:
  Adding kir's proc mounting utility, which should save us from util-linux and
  its mass of dependencies.

  27 Sep 2005; Christian Heim <phreak@gentoo.org> sbin/MAKEDEV:
  Adding ptyp[0-5] and ttyP[0-5] to our generic-vserver rule, which makes
  baselayout-vserver also usable for openvz.

  26 Sep 2005; Benedikt Boehm <hollow@gentoo.org>:
  Merging our baselayout-vserver with baselayout (revision 1550)

  04 Sep 2005; Benedikt Boehm <hollow@gentoo.org>:
  Initial version. Here are the base changes:

  -etc/conf.d/net, -etc/conf.d/net.example, -etc/conf.d/wireless.example,
  etc/conf.d/rc, init.d/bootmisc, -init.d/net.lo, -init.d/net.eth0,
  +init.d/net, init.d/reboot.sh, init.d/shutdown.sh, -lib/, rc-lists/boot,
  rc-lists/default, sbin/functions.sh, sbin/rc, sbin/rc-services.sh,
  sbin/rc-update, sbin/runscript.sh, src/awk/cachedepends.awk,
  src/awk/gendepends.awk:
  Remove handling of network devices, it's done on the host.


  -etc/modules.autoload.d/, -etc/modules.d, init.d/modules,
  -man/modules-update.8, -man/modules.autoload.5, rc-lists/boot,
  sbin/modules-update, sbin/rc:
  Remove module support, we don't have them as we don't have a kernel.

  -etc/filesystems, -etc/fstab, init.d/halt.sh, -init.d/checkfs,
  -init.d/checkroot, -init.d/localmount, -init.d/netmount, init.d/shutdown.sh,
  rc-lists/boot, sbin/functions.sh, sbin/rc:
  Remove filesystem handling (mount, umount, volumes), it's done on the host

  -etc/conf.d/clock, -etc/conf.d/consolefont, -etc/conf.d/keymaps,
  etc/conf.d/rc, etc/rc.conf, -init.d/clock, -init.d/consolefont,
  -init.d/keymaps, -init.d/numlock, -init.d/urandom, rc-lists/boot,
  sbin/functions.sh, sbin/rc:
  Remove useless init scripts and its config files, they won't do anything

  etc/inittab, etc/rc.conf, init.d/bootmisc, init.d/halt.sh,
  sbin/functions.sh, sbin/rc, sbin/rc-services.sh:
  Remove as we don't have those: bootlogger, devfsd, keymaps, profiling,
  splash, terminals, udev and X11

  -etc/issue, -etc/issue.devfix, -etc/issue.logo, -etc/sysctl.conf,
  init.d/bootmisc, sbin/rc:
  Remove unsupported config files

  bin/rc-status, etc/inittab, rc-lists/nonetwork, sbin/rc, sbin/runscript.sh:
  Remove single/nonetwork runlevel, it would behave like any other

  init.d/bootmisc, init.d/domainname, +init.d/dummy, init.d/hostname,
  init.d/rmnologin, sbin/rc:
  Fix init script dependencies, but add a dummy to add compatibility with
  third party init scripts

  etc/conf.d/rc, sbin/rc:
  Add gentoo init style support hack

  init.d/bootmisc, init.d/halt.sh, sbin/rc:
  Remove LiveCD stuff

  sbin/MAKEDEV:
  Add generic-vserver for safe device nodes

  sbin/functions.sh:
  Remove kernel command line

  sbin/rc:
  Remove interactive boot

# vim:ts=4:filetype=gentoo-changelog