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 | |
4 | |
|
|
5 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
6 | |
|
|
7 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
8 | |
|
|
9 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
10 | to do the main work, giving about 10 times speed improvement on |
|
|
11 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
12 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
13 | for this. This should close bug #10548. |
|
|
14 | |
|
|
15 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
16 | |
|
|
17 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
18 | |
|
|
19 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
20 | |
|
|
21 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
22 | |
|
|
23 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
24 | bug #10048. |
|
|
25 | |
|
|
26 | Get deps on logger sane again. I wanted to get the logger started |
|
|
27 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
28 | on seperate partition. |
|
|
29 | |
|
|
30 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
31 | |
|
|
32 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
33 | do not exists. Closes bug #7738, comment #5. |
|
|
34 | |
|
|
35 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
36 | |
|
|
37 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
38 | |
|
|
39 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
40 | bug #9707. |
|
|
41 | |
|
|
42 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
43 | |
|
|
44 | Fix update-modules borking if there are directories present |
|
|
45 | in /etc/modules.d/. Closes bug #9632. |
|
|
46 | |
|
|
47 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
48 | |
|
|
49 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
50 | depend on localmount, but rather on checkroot, as all of them |
|
|
51 | just need / to be mounted. This should fix race conditions |
|
|
52 | because of checkfs dependency on modules. This should close |
|
|
53 | bug #9266. |
|
|
54 | |
|
|
55 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
56 | |
|
|
57 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
58 | |
|
|
59 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
60 | is additional measures for bug #8281. |
|
|
61 | |
|
|
62 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
63 | |
|
|
64 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
65 | |
|
|
66 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
67 | close bug #8867. |
|
|
68 | |
|
|
69 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
70 | |
|
|
71 | Fix indentation in /etc/inputrc. This should close |
|
|
72 | bug #8368. |
|
|
73 | |
|
|
74 | Add extended status functionality. Should close bug #2462. |
|
|
75 | |
|
|
76 | Add support for /sbin/rc-update to check if the rc-script |
|
|
77 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
78 | bug #8326. |
|
|
79 | |
|
|
80 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
81 | |
|
|
82 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
83 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
84 | |
|
|
85 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
86 | |
|
|
87 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
88 | forgot to change a few DEVICE's to IFACE ... |
|
|
89 | |
|
|
90 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
91 | |
|
|
92 | NGPT support. |
|
|
93 | |
|
|
94 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
95 | |
|
|
96 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
97 | naanyaar2000@yahoo.com, bug #7407. |
|
|
98 | |
|
|
99 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
100 | |
|
|
101 | Add the permission stuff for generic scsi when compiled as |
|
|
102 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
103 | |
|
|
104 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
105 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
106 | |
|
|
107 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
108 | |
|
|
109 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
110 | Should resolve bug #7803. |
|
|
111 | |
|
|
112 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
113 | |
|
|
114 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
115 | |
|
|
116 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
117 | and netmask for aliases. Should close bug #7407. |
|
|
118 | |
|
|
119 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
120 | and ownership. First steps in fixing bug #7630. |
|
|
121 | |
|
|
122 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
123 | |
|
|
124 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
125 | |
|
|
126 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
127 | |
|
|
128 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
129 | |
|
|
130 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
131 | |
|
|
132 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
133 | bug #6887. |
|
|
134 | |
|
|
135 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
136 | This closes bug #6378. |
|
|
137 | |
|
|
138 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
139 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
140 | |
|
|
141 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
142 | |
|
|
143 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
144 | |
|
|
145 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
146 | line for getting devfs to work with pam_console. |
|
|
147 | |
|
|
148 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
149 | |
|
|
150 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
151 | the user selected one, fixing bug #6295. |
|
|
152 | |
|
|
153 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
154 | |
|
|
155 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
156 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
157 | loop exists too early. Resolves bug #5961. |
|
|
158 | |
|
|
159 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
160 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
161 | |
|
|
162 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
163 | |
|
|
164 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
165 | |
|
|
166 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
167 | |
|
|
168 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
169 | |
|
|
170 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
171 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
172 | |
|
|
173 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
174 | |
|
|
175 | Fix the 'Usage' line in the help to return the correct options for |
|
|
176 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
177 | |
|
|
178 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
179 | |
|
|
180 | Added UPS shutdown support for nut to halt.sh. |
|
|
181 | Added nut user/group as uid/gid 84. |
|
|
182 | |
|
|
183 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
184 | |
|
|
185 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
186 | awk, as it is more accurate). Closes bug #5458. |
|
|
187 | |
|
|
188 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
189 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
190 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
191 | |
|
|
192 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
193 | |
|
|
194 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
195 | |
|
|
196 | Added vpopmail user and group as 89:89 |
|
|
197 | |
|
|
198 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
199 | |
|
|
200 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
201 | |
|
|
202 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
203 | last changes. |
|
|
204 | |
|
|
205 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
206 | get some speed improvements. |
|
|
207 | |
|
|
208 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
209 | |
|
|
210 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
211 | Kyle Manna <nitro@gentoo.org>. |
|
|
212 | |
|
|
213 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
214 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
215 | |
|
|
216 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
217 | quit on any "}", but only on the one matching the first "{". This |
|
|
218 | requires wc in /bin, so baselayout should depend on |
|
|
219 | >=sys-apps/textutils-2.0.19-r2 |
|
|
220 | |
|
|
221 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
222 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
223 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
224 | |
5 | * rc-scripts 1.3.6 (17 Jul 2002) |
225 | * rc-scripts 1.3.7 (17 Jul 2002) |
6 | |
226 | |
7 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
227 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
8 | |
228 | |
9 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
229 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
10 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
230 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
11 | |
231 | |
12 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
232 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
13 | |
233 | |
14 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
234 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
15 | to raker@gentoo.org. |
235 | to Nick Hadaway <raker@gentoo.org>. |
16 | |
236 | |
17 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
237 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
18 | problem with non 7bit ascii symbols. |
238 | problem with non 7bit ascii symbols. |
19 | |
239 | |
20 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
240 | Updated /etc/init.d/checkfs to detect if lvm is already active. |