1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
6 | |
|
|
7 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
8 | |
|
|
9 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
10 | to awk. This is also much faster than its bash version. |
|
|
11 | |
|
|
12 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
13 | things even slower on older boxes. Bug #10548. |
|
|
14 | |
|
|
15 | After a bored Vapier decided that he needed to update the |
|
|
16 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
17 | not too many people will nuke thier fstab :/ |
|
|
18 | |
|
|
19 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
20 | |
|
|
21 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
22 | |
|
|
23 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
24 | fixing the need for find which broke systems with /usr on |
|
|
25 | a different partition. |
|
|
26 | |
|
|
27 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
28 | |
|
|
29 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
30 | src/awk/gendepends.awk. |
|
|
31 | |
|
|
32 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
33 | to src/awk/functions.awk. |
|
|
34 | |
|
|
35 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
36 | |
|
|
37 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
38 | |
|
|
39 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
40 | to do the main work, giving about 10 times speed improvement on |
|
|
41 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
42 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
43 | for this. This should close bug #10548. |
|
|
44 | |
|
|
45 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
46 | |
|
|
47 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
48 | |
|
|
49 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
50 | |
|
|
51 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
52 | |
|
|
53 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
54 | bug #10048. |
|
|
55 | |
|
|
56 | Get deps on logger sane again. I wanted to get the logger started |
|
|
57 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
58 | on seperate partition. |
|
|
59 | |
|
|
60 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
61 | |
|
|
62 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
63 | do not exists. Closes bug #7738, comment #5. |
|
|
64 | |
|
|
65 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
66 | |
|
|
67 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
68 | |
|
|
69 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
70 | bug #9707. |
|
|
71 | |
|
|
72 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
73 | |
|
|
74 | Fix update-modules borking if there are directories present |
|
|
75 | in /etc/modules.d/. Closes bug #9632. |
|
|
76 | |
|
|
77 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
78 | |
|
|
79 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
80 | depend on localmount, but rather on checkroot, as all of them |
|
|
81 | just need / to be mounted. This should fix race conditions |
|
|
82 | because of checkfs dependency on modules. This should close |
|
|
83 | bug #9266. |
|
|
84 | |
|
|
85 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
86 | |
|
|
87 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
88 | |
|
|
89 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
90 | is additional measures for bug #8281. |
|
|
91 | |
|
|
92 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
93 | |
|
|
94 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
95 | |
|
|
96 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
97 | close bug #8867. |
|
|
98 | |
|
|
99 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
100 | |
|
|
101 | Fix indentation in /etc/inputrc. This should close |
|
|
102 | bug #8368. |
|
|
103 | |
|
|
104 | Add extended status functionality. Should close bug #2462. |
|
|
105 | |
|
|
106 | Add support for /sbin/rc-update to check if the rc-script |
|
|
107 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
108 | bug #8326. |
|
|
109 | |
|
|
110 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
111 | |
|
|
112 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
113 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
114 | |
|
|
115 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
116 | |
|
|
117 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
118 | forgot to change a few DEVICE's to IFACE ... |
|
|
119 | |
|
|
120 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
121 | |
|
|
122 | NGPT support. |
|
|
123 | |
|
|
124 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
125 | |
|
|
126 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
127 | naanyaar2000@yahoo.com, bug #7407. |
|
|
128 | |
|
|
129 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
130 | |
|
|
131 | Add the permission stuff for generic scsi when compiled as |
|
|
132 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
133 | |
|
|
134 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
135 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
136 | |
|
|
137 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
138 | |
|
|
139 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
140 | Should resolve bug #7803. |
|
|
141 | |
|
|
142 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
143 | |
|
|
144 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
145 | |
|
|
146 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
147 | and netmask for aliases. Should close bug #7407. |
|
|
148 | |
|
|
149 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
150 | and ownership. First steps in fixing bug #7630. |
|
|
151 | |
|
|
152 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
153 | |
|
|
154 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
155 | |
|
|
156 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
157 | |
|
|
158 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
159 | |
|
|
160 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
161 | |
|
|
162 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
163 | bug #6887. |
|
|
164 | |
|
|
165 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
166 | This closes bug #6378. |
|
|
167 | |
|
|
168 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
169 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
170 | |
|
|
171 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
172 | |
|
|
173 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
174 | |
|
|
175 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
176 | line for getting devfs to work with pam_console. |
|
|
177 | |
|
|
178 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
179 | |
|
|
180 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
181 | the user selected one, fixing bug #6295. |
|
|
182 | |
|
|
183 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
184 | |
|
|
185 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
186 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
187 | loop exists too early. Resolves bug #5961. |
|
|
188 | |
|
|
189 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
190 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
191 | |
|
|
192 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
193 | |
|
|
194 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
195 | |
|
|
196 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
197 | |
|
|
198 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
199 | |
|
|
200 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
201 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
202 | |
|
|
203 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
204 | |
|
|
205 | Fix the 'Usage' line in the help to return the correct options for |
|
|
206 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
207 | |
|
|
208 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
209 | |
|
|
210 | Added UPS shutdown support for nut to halt.sh. |
|
|
211 | Added nut user/group as uid/gid 84. |
4 | |
212 | |
5 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
213 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
214 | |
7 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
215 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
8 | awk, as it is more accurate). Closes bug #5458. |
216 | awk, as it is more accurate). Closes bug #5458. |
… | |
… | |
42 | |
250 | |
43 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
251 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
44 | mounted automatically on boot. This requires awk in /bin, so baselayout |
252 | mounted automatically on boot. This requires awk in /bin, so baselayout |
45 | should depend on >=sys-apps/gawk-3.1.0-r3. |
253 | should depend on >=sys-apps/gawk-3.1.0-r3. |
46 | |
254 | |
47 | * rc-scripts 1.3.6 (17 Jul 2002) |
255 | * rc-scripts 1.3.7 (17 Jul 2002) |
48 | |
256 | |
49 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
257 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
50 | |
258 | |
51 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
259 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
52 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
260 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |