| 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-2003 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 | 11 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Modify /etc/init.d/modules not to print the autoloading stuff if |
|
|
8 | no modules should be loaded (resolving bug #26288), per request from |
|
|
9 | Michael Frysinger <vapier@gentoo.org>. |
|
|
10 | |
|
|
11 | Fix get_bootparam() in /sbin/functions.sh to check for existance of |
|
|
12 | the /proc/cmdline proc entry. |
|
|
13 | |
|
|
14 | 10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
15 | |
|
|
16 | Modify /etc/init.d/halt.sh to first kill, and then deactivate swap on |
|
|
17 | request of Luke-Jr <luke-jr@gentoo.org>. It should be ok now, as the |
|
|
18 | whole way of devfs handling changed long ago already. |
|
|
19 | |
|
|
20 | Fix /etc/init.d/halt.sh to unmount the mount point and not the device. |
|
|
21 | Also change it to 'mount -d' to detach the loop device. Patch by |
|
|
22 | Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256. |
|
|
23 | |
|
|
24 | Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf |
|
|
25 | is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>). |
|
|
26 | |
|
|
27 | * rc-scripts 1.4.3.10 (04 Aug 2003) |
|
|
28 | |
|
|
29 | 04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
30 | |
|
|
31 | Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue), |
|
|
32 | bug #4222, thanks to Sean E Russell <ser@germane-software.com>, |
|
|
33 | Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show' |
|
|
34 | stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>. |
|
|
35 | |
|
|
36 | Fixed modules-update to only do the /etc/modprobe.conf generation if we |
|
|
37 | are actually running a 2.5+ kernel. |
|
|
38 | |
|
|
39 | Add pop3 entries to /etc/services, bug #25501. |
|
|
40 | |
|
|
41 | Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check |
|
|
42 | RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from |
|
|
43 | Kurt V. Hindenburg <khindenburg@cherrynebula.net>. |
|
|
44 | |
|
|
45 | Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908). |
|
|
46 | |
|
|
47 | Add IPV6 versions of localhost and co in /etc/hosts, bug #25859. |
|
|
48 | |
|
|
49 | Fix type-o in /sbin/rc-update, bug #25854. |
|
|
50 | |
|
|
51 | 29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
52 | |
|
|
53 | Tweak /etc/init.d/check{root,fs} to set retval after each fsck call, |
|
|
54 | and not the whole block. Tweak check checkroot to reboot if need be |
|
|
55 | (This is with sufficient warning and message). Tweak checkfs to not |
|
|
56 | drop to a sulogin if return code 2 or 3 is given - as we did not |
|
|
57 | mount the filesystems yet, we should not need to reboot ... bug #25398. |
|
|
58 | |
|
|
59 | Add '-T' option to fsck (/etc/init.d/check{root,fs} - requested by |
|
|
60 | Michael Frysinger <vapier@gentoo.org>. |
|
|
61 | |
|
|
62 | 28 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
63 | |
|
|
64 | Rework changes for the Adelie project to support boot config profiles |
|
|
65 | better. Added support for /etc/runlevels/LEVEL/.fake to specify which |
|
|
66 | runlevels should be marked started or stopped without executing the |
|
|
67 | script. Renamed the /etc/runlevels/LEVEL/critical to ".critical" for |
|
|
68 | more uniformity. Modified /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh |
|
|
69 | for this. |
|
|
70 | |
|
|
71 | Add better support for services that provide the "logger" virtual. We |
|
|
72 | should really start the logger earlier, and stop it as late as possible. |
|
|
73 | Modified /sbin/rc, /lib/rcscripts/sh/rc-services.sh and gendepends.awk |
|
|
74 | for this. |
|
|
75 | |
|
|
76 | Fix .../boot/... paths hardcoded in /lib/rcscripts/sh/rc-services.sh, |
|
|
77 | thanks to Jean-Francois Richard <jean-francois@richard.name>. |
|
|
78 | |
|
|
79 | Replace the Suse /etc/inputrc with a non copyrighted one, bug #24918. |
|
|
80 | |
|
|
81 | 23 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
82 | |
|
|
83 | From Jean-Francois Richard <jean-francois@richard.name> and |
|
|
84 | Olivier Crete <tester@gentoo.org> from the Adelie project: |
|
|
85 | |
|
|
86 | The last four patches are the "adaptation" of our previous patches to |
|
|
87 | the new "no-tmpfs" init system in Gentoo. Since we were using quite |
|
|
88 | different scripts for the boot runlevel (no "checkroot" for example) and |
|
|
89 | that the new system hardcodes some of the boot services, we had to find |
|
|
90 | a simple yet elegant solution. |
|
|
91 | |
|
|
92 | We chose to make init scripts read "/etc/runlevels/LEVEL/critical" to |
|
|
93 | know what are the boot runlevel services. If this file is not present, |
|
|
94 | it uses the Gentoo hardcoded defaults. |
|
|
95 | |
|
|
96 | This touches /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh and |
|
|
97 | /etc/init.d/halt.sh. |
|
|
98 | |
|
|
99 | I just changed the behaviour of 'softlevel' kernel command line argument |
|
|
100 | to not only add a suffix and some other cleanups. |
|
|
101 | |
|
|
102 | Add support for irqbalance. |
|
|
103 | |
|
|
104 | 22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
105 | |
|
|
106 | Fix the /dev/root entry in /etc/mtab, bug #24916. |
|
|
107 | |
|
|
108 | Add EVMS2 support, thanks to Mike Javorski <mike_javorski@bigfoot.com>, |
|
|
109 | bug #24064. |
|
|
110 | |
|
|
111 | * rc-scripts 1.4.3.9 (17 Jul 2003) |
|
|
112 | |
|
|
113 | 17 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
114 | |
|
|
115 | Add vlan support to /etc/init.d/net.eth0, bug #15588, thanks to |
|
|
116 | Andy Dustman <andy-gentoo.54e552@dustman.net>. |
|
|
117 | |
|
|
118 | Add 'TERM=Eterm' to /etc/DIR_COLORS, bug #23423. |
|
|
119 | |
|
|
120 | Add mdadm support to /etc/init.d/checkfs, bug #23437, many thanks |
|
|
121 | to Wes Kurdziolek <wkurdzio@vtluug.org>. |
|
|
122 | |
|
|
123 | Rather use 'uname -r' to get kernel version, as else we need sysctl. |
|
|
124 | This closes bug #23923, modified /etc/init.d/modules. |
|
|
125 | |
|
|
126 | Fix a type-o in /etc/fstab, bug #23308. |
|
|
127 | |
|
|
128 | Add support for the new 'O' agetty option to display the DNS domainname |
|
|
129 | in the issue file thanks to Marius Mauch <genone@genone.de>, bug #22275. |
|
|
130 | Updated /etc/issue and /etc/issue.logo for this. |
|
|
131 | |
|
|
132 | 16 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
133 | |
|
|
134 | Add aliases for add/del to /sbin/rc-update closing bug #24317, thanks |
|
|
135 | to Antonio Dolcetta <zagarna@yahoo.com>. |
|
|
136 | |
|
|
137 | Fix /etc/init.d/net.eth0 to not set rp_filter if already set via |
|
|
138 | /etc/sysctl.conf, bug #24235 - thanks jochen <jochen.eisinger@gmx.de>. |
|
|
139 | |
|
|
140 | Fix /sbin/runscript.sh and /lib/rcscripts/awk/cachedepend.awk to work |
|
|
141 | with symlinks in /etc/init.d/, closing bug #24228. |
|
|
142 | |
|
|
143 | Fix /etc/init.d/clock to work with UML, closing bug #24225 thanks to |
|
|
144 | John Mylchreest <johnm@gentoo.org>. |
|
|
145 | |
|
|
146 | Fix hardcoded color escape sequence in /sbin/rc, closing bug #24109, |
|
|
147 | thanks to splite <splite-gentoo@sigint.cs.purdue.edu>. |
|
|
148 | |
|
|
149 | Fix /sbin/functions.sh to disable color printing if NOCOLOR is set to |
|
|
150 | "true" in /etc/make.conf, closing bug #24107. |
|
|
151 | |
|
|
152 | Fix /etc/init.d/keymaps to be more non-x86 friendly, and also allow |
|
|
153 | more keymaps to be specified in /etc/rc.conf, bug #24084. |
|
|
154 | |
|
|
155 | 15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
156 | |
|
|
157 | Add /bin/csh to /etc/shells. |
|
|
158 | |
|
|
159 | Add new protocols to /etc/services, thanks Rajiv Aaron Manglani |
|
|
160 | <rajiv@gentoo.org>. |
|
|
161 | |
|
|
162 | 23 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
163 | |
|
|
164 | Cleanups for bug #21438 from bug #22637, thanks to |
|
|
165 | Christian Strauf <christian.strauf@gmx.de> and Ian Abbott <ian@abbott.org>. |
|
|
166 | |
|
|
167 | 22 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
168 | |
|
|
169 | Really commit fix for bug #21438 to CVS. |
|
|
170 | |
|
|
171 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
172 | |
|
|
173 | Call /proc mount with explicit options to fix issues where user |
|
|
174 | have 'bind' mounts for /proc in fstab as well, bug #21068. |
|
|
175 | |
|
|
176 | Fix /etc/init.d/bootmisc to check for /sbin/env-update.sh, bug #21384, |
|
|
177 | reported by Gunnlaugur Thor Briem <gthb@hi.is>. |
|
|
178 | |
|
|
179 | Add 'before bootmisc' to /etc/init.d/domainname, as we need to start |
|
|
180 | it before 'env-update.sh' gets run by /etc/init.d/bootmisc. |
|
|
181 | |
|
|
182 | * rc-scripts 1.4.3.8p1 (21 May 2003) |
|
|
183 | |
|
|
184 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
185 | |
|
|
186 | Last fix I did not use the modified 'myservice', but used $1 again, |
|
|
187 | causing the network dependencies to bork. I did not notice this |
|
|
188 | as I have net.eth0 in default runlevel. |
|
|
189 | |
|
|
190 | * rc-scripts 1.4.3.8 (20 May 2003) |
|
|
191 | |
|
|
192 | 20 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
193 | |
|
|
194 | A '-' in a bash variable is not valid as well. Fix gendepend.awk and |
|
|
195 | rc-service.sh to handle this, thanks to YAMAKURA Makoto |
|
|
196 | <makoto@dsb.club.ne.jp>. |
|
|
197 | |
|
|
198 | Move /etc/issue to /etc/issue.logo, and have /etc/issue only print info |
|
|
199 | about the host it is running on. |
|
|
200 | |
|
|
201 | 18 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
202 | |
|
|
203 | Do not let devfsd handle /dev/log's permission management, as it breaks |
|
|
204 | selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito |
|
|
205 | <pebenito@gentoo.org>. |
|
|
206 | |
|
|
207 | Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support. |
|
|
208 | |
|
|
209 | 14 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
210 | |
|
|
211 | We should not export the RC_GOT_* variables, as it breaks on some systems, |
|
|
212 | thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851. |
|
|
213 | |
|
|
214 | From C. Brewer <killian@gentoo.org>: |
|
|
215 | - Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is |
|
|
216 | suppose to be default, but why take chances? |
|
|
217 | - Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the |
|
|
218 | kppp complaint. |
|
|
219 | |
|
|
220 | 13 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
221 | |
|
|
222 | For the network functions, the dependency code tried to create a funcion |
|
|
223 | with a '.' in the name, causing the network rc-scripts to not have any |
|
|
224 | dependencies. This should fix bug #20849 's order issue, thanks to |
|
|
225 | YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing. |
|
|
226 | |
|
|
227 | Fix query_{before,after} to also check 'net' if 'service2' is a network |
|
|
228 | service. |
|
|
229 | |
|
|
230 | 12 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
231 | |
|
|
232 | More cleanups: |
|
|
233 | - Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree. |
|
|
234 | Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for |
|
|
235 | this. |
|
|
236 | - Add functions for more common tasks in /sbin/runscript.sh to |
|
|
237 | /sbin/rc-services.sh. |
|
|
238 | - Move 'consoletype' to /sbin. |
|
|
239 | - Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated |
|
|
240 | /etc/init.d/bootmisc for this. |
|
|
241 | - Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh. |
|
|
242 | - Improve detection of circular depends ... modified gendepend.awk for this. |
|
|
243 | |
|
|
244 | * rc-scripts 1.4.3.7 (11 May 2003) |
|
|
245 | |
|
|
246 | 11 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
247 | |
|
|
248 | Too many things to remember, so here is changes of note: |
|
|
249 | - More changes to gendepend.awk. This basically modifies it to not use |
|
|
250 | symlinks in $svcdir/{need,use,before,after,provide} anymore, but rather |
|
|
251 | create a file that can be sourced. Seems to speedup things nicely. |
|
|
252 | - Add /sbin/rc-services.sh. This is basically a module to get dependency |
|
|
253 | info from the new $svcdir/deptree, and some other new service functions. |
|
|
254 | - Modify the whole works to *only* source all needed files once. This |
|
|
255 | includes /sbin/{functions.sh,rc-services.sh,rc-daemon.sh}. Also |
|
|
256 | rc-services.sh will only source $svcdir/deptree once. /sbin/runscript.sh |
|
|
257 | is sourced more than once (actually each time a service is started or |
|
|
258 | stopped, but is is cut down much). Also seems to speed things up again. |
|
|
259 | - Fix a long outstanding bug in gendepend.awk that caused the 'net' |
|
|
260 | dependency to not be actually used in shutdown, causing the services |
|
|
261 | needing it to be stoped before net.* services. |
|
|
262 | - Add the RC_PARALLEL_STARTUP variable, with schedule_service_startup() to |
|
|
263 | /sbin/rc-services.sh and /etc/conf.d/rc. This is experimental parallel |
|
|
264 | startup of services, and seems to work nicely. Only issues to date is |
|
|
265 | that printing of messages is not synced, and a race very intermittantly |
|
|
266 | that causes a service to be started when it was already scheduled. |
|
|
267 | - Add a new dependency type 'parallel' that can be used to control if a |
|
|
268 | service can be started in paralled or not. Possible arguments is "yes" |
|
|
269 | or "no"; if it is not present, it is considered as "yes": |
|
|
270 | |
|
|
271 | depend() { |
|
|
272 | parallel yes|no |
|
|
273 | } |
|
|
274 | |
|
|
275 | Modified cachedepend.awk, gendepend.awk and /sbin/rc-services.sh. |
|
|
276 | - Fix the 'single' runlevel to actually work properly, and without a |
|
|
277 | /etc/runlevels/single directory. |
|
|
278 | - Remove the BOOT variable, and update /sbin/rc to set SOFTLEVEL properly. |
|
|
279 | Fix /etc/init.d/{checkroot,bootmisc} to use SOFTLEVEL instead of BOOT. |
|
|
280 | |
|
|
281 | 08 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
282 | |
|
|
283 | Major rework of /lib/rcscript/awk/gendepend.awk, cleaning it up nicely, |
|
|
284 | and adding more sanity checks. |
|
|
285 | |
|
|
286 | 04 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
287 | |
|
|
288 | Revert /etc/init.d/hostname the way it was, as it should be the user's |
|
|
289 | choice if he want to have a FQDN in there or not, bug #14946. |
|
|
290 | |
|
|
291 | Add /etc/init.d/domainname for those that want to use it. |
|
|
292 | |
|
|
293 | 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
294 | |
|
|
295 | Change the root check back the way it was, else it breaks with non bash |
|
|
296 | shells; modified /etc/profile. |
|
|
297 | |
|
|
298 | 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
299 | |
|
|
300 | Change test in /etc/profile for root to '[ "$EUID" -eq 0 ]', bug #20140. |
|
|
301 | |
|
|
302 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
303 | |
|
|
304 | Add various patches from Rachel Holmes <rach@gmx.net>: |
|
|
305 | |
|
|
306 | Dropped use of 'cat' in bash scripts, '$(<$file)' is there for that |
|
|
307 | purpose. Modified: |
|
|
308 | |
|
|
309 | /etc/init.d/net.ppp0 |
|
|
310 | /etc/init.d/nscd |
|
|
311 | /sbin/functions.sh |
|
|
312 | /sbin/rc |
|
|
313 | /sbin/rc-daemon.sh |
|
|
314 | /sbin/rc-envupdate.sh.bash |
|
|
315 | /sbin/runscript.sh |
|
|
316 | |
|
|
317 | Exchanged some gratuitous use of awk for grep. Awk is a little resource |
|
|
318 | hungry just for a simple test. (I [azarah] did not apply the changes to |
|
|
319 | tests for 'devfs', as having 'usbdevfs' in the equation will break |
|
|
320 | things). Modified /sbin/rc for this. |
|
|
321 | |
|
|
322 | Gentoo enforces having /proc, so uname -r is a little redundant when the |
|
|
323 | information is available without an external command. Modified: |
|
|
324 | |
|
|
325 | /etc/init.d/modules |
|
|
326 | /etc/init.d/serial |
|
|
327 | /sbin/functions.sh |
|
|
328 | /sbin/modules-update |
|
|
329 | |
|
|
330 | Changed 'id -u' commands to use $EUID in bash executed scripts, same |
|
|
331 | result no extra command. Modified: |
|
|
332 | |
|
|
333 | /sbin/rc-envupdate.sh |
|
|
334 | /sbin/rc-envupdate.sh.bash |
|
|
335 | /sbin/rc-update |
|
|
336 | |
|
|
337 | Removed all the cat sections, and the separate echo sections. The output |
|
|
338 | is _exactly_ the same, minus some spare spaces that have been removed. |
|
|
339 | Fourfold speed increase in the (granted flimsy) tests I have done. |
|
|
340 | Modified /sbin/rc-help.sh for this. |
|
|
341 | |
|
|
342 | Final remaining 'cat' commands removed, in favour of using bash's internal |
|
|
343 | '$(< )' or 'echo'. Use of echo leads the way to future support for bash's |
|
|
344 | i18n anyway. Modified: |
|
|
345 | |
|
|
346 | /sbin/rc |
|
|
347 | /sbin/rc-envupdate.sh |
|
|
348 | /sbin/rc-envupdate.sh.bash |
|
|
349 | |
|
|
350 | |
|
|
351 | |
|
|
352 | * rc-scripts 1.4.3.6 (27 Apr 2003) |
|
|
353 | |
|
|
354 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
355 | |
|
|
356 | Add a 'save' function /etc/init.d/clock, bug #19685. |
|
|
357 | |
|
|
358 | Add a slocate group to /etc/group, bug #19604. |
|
|
359 | |
|
|
360 | Do not stop a network service if we do not reboot on runlevel change, |
|
|
361 | as it could have been started by the user or hotplug. This should |
|
|
362 | address bug #12763; modified /sbin/rc for this. |
|
|
363 | |
|
|
364 | Fix /etc/init.d/hostname to set only the hostname, and not the NIS |
|
|
365 | domainname. |
|
|
366 | |
|
|
367 | Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf. |
|
|
368 | This should close bug #16884. |
|
|
369 | |
|
|
370 | Fix /etc/profile to be /bin/sh compadible, bug #18918. |
|
|
371 | |
|
|
372 | Change the swap comments in /sbin/rc to "Activating (possible) swap" to |
|
|
373 | be more 'generic' ? Only try to disable swap if any devices/files was |
|
|
374 | activated. This should close bug #19089. |
|
|
375 | |
|
|
376 | Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to |
|
|
377 | rw in /etc/fstab, bug #19158. |
|
|
378 | |
|
|
379 | 24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
380 | |
|
|
381 | Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called, |
|
|
382 | but the ppp link was already down, bug #15333. |
|
|
383 | |
|
|
384 | 12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
385 | |
|
|
386 | Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?'). |
|
|
387 | Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344). |
|
|
388 | |
|
|
389 | From linux-2.5.68, we need to mount devpts on /dev/pts again ... |
|
|
390 | updated /sbin/rc for this. |
|
|
391 | |
|
|
392 | 11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
393 | |
|
|
394 | Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995. |
|
|
395 | |
|
|
396 | 10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
397 | |
|
|
398 | Make checking in unmount more strict, fixing bug #19007. |
|
|
399 | |
|
|
400 | 09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
401 | |
|
|
402 | Add one more check to genenviron.awk, to spot cases where there is a |
|
|
403 | space between the variable and the '='. |
|
|
404 | |
|
|
405 | 08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
406 | |
|
|
407 | Fix interactive shell not to have coloured prompt when used as a |
|
|
408 | dumb client, bug #18886. Fix was inspired by patch from |
|
|
409 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
410 | |
|
|
411 | * rc-scripts 1.4.3.5 (06 Apr 2003) |
|
|
412 | |
|
|
413 | 06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
414 | |
|
|
415 | Hopefully get the serial support sane again. Added /bin/consoletype |
|
|
416 | from Redhat to check for serial console. This should resolve bug |
|
|
417 | #18329 partly. |
|
|
418 | |
|
|
419 | Add the --nocolor option to suppress the use of colors. |
|
|
420 | |
|
|
421 | Change the 'status' option to return true if the service is running, |
|
|
422 | and false if stopped. This is only if the '--quiet' flag was also |
|
|
423 | given. |
|
|
424 | |
|
|
425 | Change the start and stop options not to output or return false if |
|
|
426 | the '--quiet' flag was given. |
|
|
427 | |
|
|
428 | Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null |
|
|
429 | as well, fixing bug #18344. |
|
|
430 | |
|
|
431 | Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to |
|
|
432 | Aron Griffis <agriffis@gentoo.org>. |
|
|
433 | |
|
|
434 | Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down |
|
|
435 | or rebooting. |
|
|
436 | |
|
|
437 | 30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
438 | |
|
|
439 | Fix bug #18329 ... $COLS was not setup properly for serial console. |
|
|
440 | |
|
|
441 | 24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
442 | |
|
|
443 | Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc. |
|
|
444 | Fix a problem where it might not have mounted the USB fs when usbcore |
|
|
445 | was compiled as module, and the kernel did not mount it by the time |
|
|
446 | the script was started. Get it to rather check what filesystems is |
|
|
447 | supported when deciding if it should use 'usbdevfs' or 'usbfs', as |
|
|
448 | later 2.4 kernels now also support the newer 'usbfs'. |
|
|
449 | |
|
|
450 | Optimize RAID stuff in /etc/init.d/checkfs a bit. |
|
|
451 | |
|
|
452 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
453 | |
|
|
454 | Update sbin/rc-envupdate.sh.bash for bug #17549. |
|
|
455 | |
|
|
456 | * rc-scripts 1.4.3.4 (16 Mar 2003) |
|
|
457 | |
|
|
458 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
459 | |
|
|
460 | Add /etc/issue done by a Polish ascii-artists, v|rus with some slight |
|
|
461 | modifications (purple and display hostname, etc). Closes bug #16806. |
|
|
462 | |
|
|
463 | Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to |
|
|
464 | work properly. Closes bug #17348. |
|
|
465 | |
|
|
466 | Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown |
|
|
467 | of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0. |
|
|
468 | |
|
|
469 | 11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
470 | |
|
|
471 | Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low |
|
|
472 | <lostlogic@gentoo.org>! |
|
|
473 | |
|
|
474 | 10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
475 | |
|
|
476 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
477 | and /etc/init.d/halt.sh for this. |
|
|
478 | |
|
|
479 | Update /etc/fstab to correctly mount /proc with: |
|
|
480 | |
|
|
481 | mount -t proc none /proc |
|
|
482 | |
|
|
483 | Do the same for /dev/shm: |
|
|
484 | |
|
|
485 | mount -t tmpfs none /dev/shm |
|
|
486 | |
|
|
487 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
488 | noise if we exited a recovery console. |
|
|
489 | |
|
|
490 | Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks |
|
|
491 | to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this. |
|
|
492 | |
|
|
493 | Bring down default gateway before adding new one .. this fixes issues |
|
|
494 | where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0 |
|
|
495 | for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the |
|
|
496 | fix. |
|
|
497 | |
|
|
498 | Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where |
|
|
499 | it fails for module-init-tools if the module is already loaded. This |
|
|
500 | closes bug #17163, thanks to nth <y.lesaint@free.fr>. |
|
|
501 | |
|
|
502 | * rc-scripts 1.4.3.3 (09 Mar 2003) |
|
|
503 | |
|
|
504 | 09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
505 | |
|
|
506 | Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
|
|
507 | |
|
|
508 | Fix net.eth0 not to try and start an interface if already up. |
|
|
509 | |
|
|
510 | Update MAKEDEV from Debian to support more archs. This adds support |
|
|
511 | for 'arm', 'hppa' among others. URL: |
|
|
512 | |
|
|
513 | http://packages.debian.org/stable/base/makedev.html |
|
|
514 | |
|
|
515 | Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
|
|
516 | if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
|
|
517 | are using a 2.5 kernel ... bug #17109. |
|
|
518 | |
|
|
519 | 02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
520 | |
|
|
521 | Update /etc/init.d/hostname to only set the hostname to whatever is before |
|
|
522 | the first '.', and then set the domainname to the rest, closing bug #14946. |
|
|
523 | |
|
|
524 | 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
525 | |
|
|
526 | Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
|
|
527 | |
|
|
528 | Fix spelling of dependency and some other spelling/grammer issues. |
|
|
529 | Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
|
|
530 | Mike Frysinger <vapier@gentoo.org>, bug #15498. |
|
|
531 | |
|
|
532 | Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
|
|
533 | |
|
|
534 | Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
|
|
535 | |
|
|
536 | Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
|
|
537 | bug #14556. |
|
|
538 | |
|
|
539 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
540 | |
|
|
541 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
542 | |
|
|
543 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
544 | |
|
|
545 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
546 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
547 | |
|
|
548 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
549 | |
|
|
550 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
551 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
552 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
553 | with devfs, and makes it work a bit better. |
|
|
554 | |
|
|
555 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
556 | |
|
|
557 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
558 | |
|
|
559 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
560 | |
|
|
561 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
562 | support. This resolves bug #14994. |
|
|
563 | |
|
|
564 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
565 | according to /etc/rc.conf. |
|
|
566 | |
|
|
567 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
568 | and used 'basename' which is located in /usr/bin. |
|
|
569 | |
|
|
570 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
571 | |
|
|
572 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
573 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
574 | this. |
|
|
575 | |
|
|
576 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
577 | |
|
|
578 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
579 | rc-script's depend() function by sourcing required config files. |
|
|
580 | |
|
|
581 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
582 | |
|
|
583 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
584 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
585 | |
|
|
586 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
587 | |
|
|
588 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
589 | |
|
|
590 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
591 | |
|
|
592 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
593 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
594 | |
|
|
595 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
596 | |
|
|
597 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
598 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
599 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
600 | |
|
|
601 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
602 | |
|
|
603 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
604 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
605 | |
|
|
606 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
607 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
608 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
609 | |
|
|
610 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
611 | |
|
|
612 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
613 | |
|
|
614 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
615 | |
|
|
616 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
617 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
618 | |
|
|
619 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
620 | |
|
|
621 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
622 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
623 | for this. |
|
|
624 | |
|
|
625 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
626 | This closes bug #13868. |
|
|
627 | |
|
|
628 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
629 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
630 | |
|
|
631 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
632 | |
|
|
633 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
634 | |
|
|
635 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
636 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
637 | irc. |
|
|
638 | |
|
|
639 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
640 | |
|
|
641 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
642 | |
|
|
643 | Truely fix bootup on seperate /var. |
|
|
644 | |
|
|
645 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
646 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
647 | |
|
|
648 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
649 | |
|
|
650 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
651 | |
|
|
652 | Fix bootup on seperate /var. |
|
|
653 | |
|
|
654 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
655 | |
|
|
656 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
657 | |
|
|
658 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
659 | |
|
|
660 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
661 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
662 | |
|
|
663 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
664 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
665 | |
|
|
666 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
667 | |
|
|
668 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
669 | |
|
|
670 | Too much to mention, but here are a few: |
|
|
671 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
672 | ours was pretty broken :( |
|
|
673 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
674 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
675 | to support this. |
|
|
676 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
677 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
678 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
679 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
680 | /sbin/rc a bit. |
|
|
681 | - Updated Copyright dates to 2003. |
|
|
682 | |
|
|
683 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
684 | |
|
|
685 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
686 | |
|
|
687 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
688 | lines, as it seems users do not note the need to have them all on |
|
|
689 | one line .... |
|
|
690 | |
|
|
691 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
692 | script not ending on a digit. This closes bug #12887. |
|
|
693 | |
|
|
694 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
695 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
696 | with new get_KV ... |
|
|
697 | |
|
|
698 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
699 | |
|
|
700 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
701 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
702 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
703 | /sbin/modules-update for this. |
|
|
704 | |
|
|
705 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
706 | we are running kernel 2.5 or later ... |
|
|
707 | |
|
|
708 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
709 | |
|
|
710 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
711 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
712 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
713 | |
|
|
714 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
715 | |
|
|
716 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
717 | bug #8901. |
|
|
718 | |
|
|
719 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
720 | spaces ... |
|
|
721 | |
|
|
722 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
723 | |
|
|
724 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
725 | |
|
|
726 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
727 | |
|
|
728 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
729 | |
|
|
730 | Add INFOPATH to /etc/env.d/00basic. |
|
|
731 | |
|
|
732 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
733 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
734 | This closes bug #12411. |
|
|
735 | |
|
|
736 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
737 | |
|
|
738 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
739 | |
|
|
740 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
741 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
742 | |
|
|
743 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
744 | in bug # |
|
|
745 | |
|
|
746 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
747 | |
|
|
748 | Update shell for postgres user, closing bug #12258. |
|
|
749 | |
|
|
750 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
751 | |
|
|
752 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
753 | bug #8999. |
|
|
754 | |
|
|
755 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
756 | |
|
|
757 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
758 | |
|
|
759 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
760 | |
|
|
761 | Add smmsp uid and gid. Closes bug #8952. |
|
|
762 | |
|
|
763 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
764 | |
|
|
765 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
766 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
767 | |
|
|
768 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
769 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
770 | src/awk/genenviron.awk for this. |
|
|
771 | |
|
|
772 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
773 | |
|
|
774 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
775 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
776 | |
|
|
777 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
778 | bug #11445. |
|
|
779 | |
|
|
780 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
781 | /etc/env.d/00basic, bug #10916. |
|
|
782 | |
|
|
783 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
784 | |
|
|
785 | Add more improvements to clustering code. This is from |
|
|
786 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
787 | |
|
|
788 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
789 | |
|
|
790 | Change default 'net' dependency behaviour to be more suited |
|
|
791 | for notebook users. Basically if at least one net.* service |
|
|
792 | beside net.lo start successfully, the 'net' dependency is |
|
|
793 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
794 | in /etc/conf.d/rc to change this back to the old default. |
|
|
795 | This is the start to address bug #2706. |
|
|
796 | |
|
|
797 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
798 | |
|
|
799 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
800 | |
|
|
801 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
802 | info at: |
|
|
803 | |
|
|
804 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
805 | |
|
|
806 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
807 | |
|
|
808 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
809 | bug #7803. |
|
|
810 | |
|
|
811 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
812 | |
|
|
813 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
814 | This should close bug #10891. |
|
|
815 | |
|
|
816 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
817 | |
|
|
818 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
819 | |
|
|
820 | Add some more checks to src/awk/*. Fix error printing for |
|
|
821 | /sbin/depscan.sh. |
|
|
822 | |
|
|
823 | Link awk module with gcc and not with ld. This should fix |
|
|
824 | problems on sparc and alpha. Many thanks for this fix to |
|
|
825 | Stephan Jones <cretin@gentoo.org>. |
|
|
826 | |
|
|
827 | Remove the copyright info from config files, thanks to |
|
|
828 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
829 | |
|
|
830 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
831 | |
|
|
832 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
833 | |
|
|
834 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
835 | to awk. This is also much faster than its bash version. |
|
|
836 | |
|
|
837 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
838 | things even slower on older boxes. Bug #10548. |
|
|
839 | |
|
|
840 | After a bored Vapier decided that he needed to update the |
|
|
841 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
842 | not too many people will nuke thier fstab :/ |
|
|
843 | |
|
|
844 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
845 | |
|
|
846 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
847 | |
|
|
848 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
849 | fixing the need for find which broke systems with /usr on |
|
|
850 | a different partition. |
|
|
851 | |
|
|
852 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
853 | |
|
|
854 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
855 | src/awk/gendepends.awk. |
|
|
856 | |
|
|
857 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
858 | to src/awk/functions.awk. |
|
|
859 | |
|
|
860 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
861 | |
|
|
862 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
863 | |
|
|
864 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
865 | to do the main work, giving about 10 times speed improvement on |
|
|
866 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
867 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
868 | for this. This should close bug #10548. |
|
|
869 | |
|
|
870 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
871 | |
|
|
872 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
873 | |
|
|
874 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
875 | |
|
|
876 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
877 | |
|
|
878 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
879 | bug #10048. |
|
|
880 | |
|
|
881 | Get deps on logger sane again. I wanted to get the logger started |
|
|
882 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
883 | on seperate partition. |
|
|
884 | |
|
|
885 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
886 | |
|
|
887 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
888 | do not exists. Closes bug #7738, comment #5. |
|
|
889 | |
|
|
890 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
891 | |
|
|
892 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
893 | |
|
|
894 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
895 | bug #9707. |
|
|
896 | |
|
|
897 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
898 | |
|
|
899 | Fix update-modules borking if there are directories present |
|
|
900 | in /etc/modules.d/. Closes bug #9632. |
|
|
901 | |
|
|
902 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
903 | |
|
|
904 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
905 | depend on localmount, but rather on checkroot, as all of them |
|
|
906 | just need / to be mounted. This should fix race conditions |
|
|
907 | because of checkfs dependency on modules. This should close |
|
|
908 | bug #9266. |
|
|
909 | |
|
|
910 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
911 | |
|
|
912 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
913 | |
|
|
914 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
915 | is additional measures for bug #8281. |
|
|
916 | |
|
|
917 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
918 | |
|
|
919 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
920 | |
|
|
921 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
922 | close bug #8867. |
|
|
923 | |
|
|
924 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
925 | |
|
|
926 | Fix indentation in /etc/inputrc. This should close |
|
|
927 | bug #8368. |
|
|
928 | |
|
|
929 | Add extended status functionality. Should close bug #2462. |
|
|
930 | |
|
|
931 | Add support for /sbin/rc-update to check if the rc-script |
|
|
932 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
933 | bug #8326. |
|
|
934 | |
|
|
935 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
936 | |
|
|
937 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
938 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
939 | |
|
|
940 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
941 | |
|
|
942 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
943 | forgot to change a few DEVICE's to IFACE ... |
|
|
944 | |
|
|
945 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
946 | |
|
|
947 | NGPT support. |
|
|
948 | |
|
|
949 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
950 | |
|
|
951 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
952 | naanyaar2000@yahoo.com, bug #7407. |
|
|
953 | |
|
|
954 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
955 | |
|
|
956 | Add the permission stuff for generic scsi when compiled as |
|
|
957 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
958 | |
|
|
959 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
960 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
961 | |
|
|
962 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
963 | |
|
|
964 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
965 | Should resolve bug #7803. |
|
|
966 | |
|
|
967 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
968 | |
|
|
969 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
970 | |
|
|
971 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
972 | and netmask for aliases. Should close bug #7407. |
|
|
973 | |
|
|
974 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
975 | and ownership. First steps in fixing bug #7630. |
|
|
976 | |
|
|
977 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
978 | |
|
|
979 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
980 | |
|
|
981 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
982 | |
|
|
983 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
984 | |
|
|
985 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
986 | |
|
|
987 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
988 | bug #6887. |
|
|
989 | |
|
|
990 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
991 | This closes bug #6378. |
|
|
992 | |
|
|
993 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
994 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
995 | |
|
|
996 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
997 | |
|
|
998 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
999 | |
|
|
1000 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
1001 | line for getting devfs to work with pam_console. |
|
|
1002 | |
|
|
1003 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1004 | |
|
|
1005 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
1006 | the user selected one, fixing bug #6295. |
|
|
1007 | |
|
|
1008 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1009 | |
|
|
1010 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
1011 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
1012 | loop exists too early. Resolves bug #5961. |
|
|
1013 | |
|
|
1014 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
1015 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
1016 | |
|
|
1017 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
1018 | |
|
|
1019 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1020 | |
|
|
1021 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
1022 | |
|
|
1023 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
1024 | |
|
|
1025 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
1026 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
1027 | |
|
|
1028 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1029 | |
|
|
1030 | Fix the 'Usage' line in the help to return the correct options for |
|
|
1031 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
1032 | |
|
|
1033 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
1034 | |
|
|
1035 | Added UPS shutdown support for nut to halt.sh. |
|
|
1036 | Added nut user/group as uid/gid 84. |
|
|
1037 | |
|
|
1038 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1039 | |
|
|
1040 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
1041 | awk, as it is more accurate). Closes bug #5458. |
|
|
1042 | |
|
|
1043 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
1044 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
1045 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
1046 | |
|
|
1047 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
1048 | |
|
|
1049 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
1050 | |
|
|
1051 | Added vpopmail user and group as 89:89 |
|
|
1052 | |
|
|
1053 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1054 | |
|
|
1055 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
1056 | |
|
|
1057 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
1058 | last changes. |
|
|
1059 | |
|
|
1060 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
1061 | get some speed improvements. |
|
|
1062 | |
|
|
1063 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1064 | |
|
|
1065 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
1066 | Kyle Manna <nitro@gentoo.org>. |
|
|
1067 | |
|
|
1068 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
1069 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
1070 | |
|
|
1071 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
1072 | quit on any "}", but only on the one matching the first "{". This |
|
|
1073 | requires wc in /bin, so baselayout should depend on |
|
|
1074 | >=sys-apps/textutils-2.0.19-r2 |
|
|
1075 | |
|
|
1076 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
1077 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
1078 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
1079 | |
|
|
1080 | * rc-scripts 1.3.7 (17 Jul 2002) |
|
|
1081 | |
|
|
1082 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1083 | |
|
|
1084 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
1085 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
1086 | |
|
|
1087 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1088 | |
|
|
1089 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
1090 | to Nick Hadaway <raker@gentoo.org>. |
|
|
1091 | |
|
|
1092 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
1093 | problem with non 7bit ascii symbols. |
|
|
1094 | |
|
|
1095 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
1096 | This should resolve bug #3613. |
|
|
1097 | |
|
|
1098 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1099 | |
|
|
1100 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
1101 | "games" user and group to 35 |
|
|
1102 | |
|
|
1103 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1104 | |
|
|
1105 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
|
|
1106 | (aka cybersystem). Updated /sbin/rc for this. |
|
|
1107 | |
|
|
1108 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1109 | |
|
|
1110 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
1111 | that supports it. Closes bug #4232. |
|
|
1112 | |
|
|
1113 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1114 | |
|
|
1115 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
1116 | |
|
|
1117 | Update /etc/inputrc to resolve bug #2599. |
|
|
1118 | |
|
|
1119 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1120 | |
|
|
1121 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
1122 | /etc/env.d/00basic for this. |
|
|
1123 | |
|
|
1124 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
1125 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
1126 | |
|
|
1127 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
1128 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
1129 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
1130 | stderr to /dev/null. |
|
|
1131 | |
|
|
1132 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1133 | |
|
|
1134 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
1135 | bug #3363 |
| 4 | |
1136 | |
| 5 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
1137 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
1138 | |
| 7 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
1139 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
| 8 | if portmap was not started. This is to stop "hang" problems for |
1140 | if portmap was not started. This is to stop "hang" problems for |
| … | |
… | |
| 56 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
1188 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 57 | |
1189 | |
| 58 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
1190 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
| 59 | and is needed for some fixes. |
1191 | and is needed for some fixes. |
| 60 | |
1192 | |
| 61 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1193 | 28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 62 | |
1194 | |
| 63 | Update /etc/rc.conf to be more clear and state that you should |
1195 | Update /etc/rc.conf to be more clear and state that you should |
| 64 | remove consolefont from startup if you do not use it. Should |
1196 | remove consolefont from startup if you do not use it. Should |
| 65 | resolve bug #2174. |
1197 | resolve bug #2174. |
| 66 | |
1198 | |
| 67 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
1199 | 26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
| 68 | |
1200 | |
| 69 | Added user/group apache with uid/gid 81. |
1201 | Added user/group apache with uid/gid 81. |
| 70 | |
1202 | |
| 71 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1203 | 25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 72 | |
1204 | |
| 73 | Remove the "-net" from the line setting the default gateway |
1205 | Remove the "-net" from the line setting the default gateway |
| 74 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
1206 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
| 75 | noting this. |
1207 | noting this. |
| 76 | |
1208 | |
| 77 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
1209 | 24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
| 78 | |
1210 | |
| 79 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
1211 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
| 80 | which is installed with the nfs-utils package. Also tidied up some |
1212 | which is installed with the nfs-utils package. Also tidied up some |
| 81 | really old, leftover junk like the non-supported stuff from rc5. |
1213 | really old, leftover junk like the non-supported stuff from rc5. |
| 82 | Closes #1754. |
1214 | Closes #1754. |
| 83 | |
1215 | |
| 84 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1216 | 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 85 | |
1217 | |
| 86 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
1218 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
| 87 | other people have wierd problems. |
1219 | other people have wierd problems. |
| 88 | |
1220 | |
| 89 | * rc-scripts 1.3.4 (21 April 2002) |
1221 | * rc-scripts 1.3.4 (21 Apr 2002) |
| 90 | |
1222 | |
| 91 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1223 | 21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 92 | |
1224 | |
| 93 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
1225 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
| 94 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
1226 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
| 95 | |
1227 | |
| 96 | Implement the status commandline argument. Updated /sbin/runscript.sh |
1228 | Implement the status commandline argument. Updated /sbin/runscript.sh |
| 97 | and /sbin/rc-help.sh for this. |
1229 | and /sbin/rc-help.sh for this. |
| 98 | |
1230 | |
| 99 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
1231 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
| 100 | and AFTER. |
1232 | and AFTER. |
| 101 | |
1233 | |
| 102 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1234 | 12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 103 | |
1235 | |
| 104 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
1236 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
| 105 | is needed, else /usr/bin/newgrp segfault. |
1237 | is needed, else /usr/bin/newgrp segfault. |
| 106 | |
1238 | |
| 107 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1239 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 108 | |
1240 | |
| 109 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
1241 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
| 110 | Thanks to Väinö Järvelä for this fix. |
1242 | Thanks to Väinö Järvelä for this fix. |
| 111 | |
1243 | |
| 112 | Update /etc/profile to also set the PS? variables if $SHELL |
1244 | Update /etc/profile to also set the PS? variables if $SHELL |
| … | |
… | |
| 114 | bootstrap work again. |
1246 | bootstrap work again. |
| 115 | |
1247 | |
| 116 | Move LVM stuff to checkfs to ensure that they get fscked. |
1248 | Move LVM stuff to checkfs to ensure that they get fscked. |
| 117 | This resolves bug #1552. |
1249 | This resolves bug #1552. |
| 118 | |
1250 | |
| 119 | * rc-scripts 1.3.3 (5 April 2002) |
1251 | * rc-scripts 1.3.3 (5 Apr 2002) |
| 120 | |
1252 | |
| 121 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1253 | 5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 122 | |
1254 | |
| 123 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
1255 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
| 124 | This is done to try and ensure system integrity. |
1256 | This is done to try and ensure system integrity. |
| 125 | |
1257 | |
| 126 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1258 | 1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 127 | |
1259 | |
| 128 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
1260 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
| 129 | |
1261 | |
| 130 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
1262 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
| 131 | |
1263 | |
| 132 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
1264 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
| 133 | |
1265 | |
| 134 | * rc-scripts 1.3.2 (24 Mar 2002) |
1266 | * rc-scripts 1.3.2 (24 Mar 2002) |
| 135 | |
1267 | |
| 136 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1268 | 24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 137 | |
1269 | |
| 138 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
1270 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
| 139 | for this. |
1271 | for this. |
| 140 | |
1272 | |
| 141 | With the "before" and "after" stuff, recursion levels was getting too high, |
1273 | With the "before" and "after" stuff, recursion levels was getting too high, |
| … | |
… | |
| 155 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
1287 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
| 156 | and it seems it has fallen now to my discression. |
1288 | and it seems it has fallen now to my discression. |
| 157 | |
1289 | |
| 158 | * rc-scripts 1.3.1 (23 Mar 2002) |
1290 | * rc-scripts 1.3.1 (23 Mar 2002) |
| 159 | |
1291 | |
| 160 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
1292 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
| 161 | DHCP lease release from Jim Nutt. |
1293 | DHCP lease release from Jim Nutt. |
| 162 | |
1294 | |
| 163 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
1295 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
| 164 | since there are a lot of important bug fixes in here that are needed. |
1296 | since there are a lot of important bug fixes in here that are needed. |
| 165 | |
1297 | |
| 166 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1298 | 23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 167 | |
1299 | |
| 168 | Resolve bug #1292. |
1300 | Resolve bug #1292. |
| 169 | |
1301 | |
| 170 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
1302 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
| 171 | Spidler. |
1303 | Spidler. |
| 172 | |
1304 | |
| 173 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1305 | 21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 174 | |
1306 | |
| 175 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
1307 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
| 176 | version, 'cat /proc/mounts'. |
1308 | version, 'cat /proc/mounts'. |
| 177 | |
1309 | |
| 178 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1310 | 19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 179 | |
1311 | |
| 180 | Add initial support for the --quiet flag that suppress output. |
1312 | Add initial support for the --quiet flag that suppress output. |
| 181 | |
1313 | |
| 182 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1314 | 18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 183 | |
1315 | |
| 184 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
1316 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
| 185 | as not all errors by depscan.sh is critical. It should be |
1317 | as not all errors by depscan.sh is critical. It should be |
| 186 | reworked to do better error handeling. |
1318 | reworked to do better error handeling. |
| 187 | |
1319 | |
| 188 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1320 | 14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 189 | |
1321 | |
| 190 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
1322 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
| 191 | /etc/group to match those of Debian, FBSD and others. Thanks |
1323 | /etc/group to match those of Debian, FBSD and others. Thanks |
| 192 | to those who reported it, and Woodchip for looking up the |
1324 | to those who reported it, and Woodchip for looking up the |
| 193 | proper values. |
1325 | proper values. |
| 194 | |
1326 | |
| 195 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
1327 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
| 196 | This resolves bug #1150, thanks to Paul Fleischer. |
1328 | This resolves bug #1150, thanks to Paul Fleischer. |
| 197 | |
1329 | |
| 198 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1330 | 11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 199 | |
1331 | |
| 200 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
1332 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
| 201 | as some users have /usr on seperate partition which is not |
1333 | as some users have /usr on seperate partition which is not |
| 202 | mounted when depscan.sh is run the first time. |
1334 | mounted when depscan.sh is run the first time. |
| 203 | |
1335 | |
| 204 | Updated the checking for more than one service providing the |
1336 | Updated the checking for more than one service providing the |
| 205 | same virtual function in /etc/init.d/depscan.sh. It should |
1337 | same virtual function in /etc/init.d/depscan.sh. It should |
| 206 | be working now, and this also fix a problem that when there is no |
1338 | be working now, and this also fix a problem that when there is no |
| 207 | service providing a virtual, counter was used uninitialized. |
1339 | service providing a virtual, counter was used uninitialized. |
| 208 | |
1340 | |
| 209 | * rc-scripts 1.3.0 (10 March 2002) |
1341 | * rc-scripts 1.3.0 (10 Mar 2002) |
| 210 | |
1342 | |
| 211 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1343 | 10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 212 | |
1344 | |
| 213 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
1345 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
| 214 | |
1346 | |
| 215 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
1347 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
| 216 | |
1348 | |
| … | |
… | |
| 235 | Also fixed try() for mounting /proc (maybe all mount commands). |
1367 | Also fixed try() for mounting /proc (maybe all mount commands). |
| 236 | The function worked fine in a simulated test, but in real life failed |
1368 | The function worked fine in a simulated test, but in real life failed |
| 237 | to detect a error when mounting /proc (remember to thank Grant for |
1369 | to detect a error when mounting /proc (remember to thank Grant for |
| 238 | his UserMode ebuilds, and Guide). |
1370 | his UserMode ebuilds, and Guide). |
| 239 | |
1371 | |
| 240 | * rc-scripts 1.2.9 (6 March 2002) |
1372 | * rc-scripts 1.2.9 (6 Mar 2002) |
| 241 | |
1373 | |
| 242 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1374 | 6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 243 | |
1375 | |
| 244 | General form updates and some piping fixes. |
1376 | General form updates and some piping fixes. |
| 245 | |
1377 | |
| 246 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
1378 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
| 247 | to fix a problem where startDM.sh would be respawned repeatedly |
1379 | to fix a problem where startDM.sh would be respawned repeatedly |
| 248 | if xdm was not in the default runlevel. |
1380 | if xdm was not in the default runlevel. |
| 249 | |
1381 | |
| 250 | * rc-scripts 1.2.8 (4 March 2002) |
1382 | * rc-scripts 1.2.8 (4 Mar 2002) |
| 251 | |
1383 | |
| 252 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1384 | 4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 253 | |
1385 | |
| 254 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
1386 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
| 255 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
1387 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
| 256 | move them to the xfree ebuild later on when things settles down. |
1388 | move them to the xfree ebuild later on when things settles down. |
| 257 | |
1389 | |
| … | |
… | |
| 261 | where we had a invalid $PATH on boot in some cases. |
1393 | where we had a invalid $PATH on boot in some cases. |
| 262 | |
1394 | |
| 263 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
1395 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
| 264 | the new sys-apps/kbd package. |
1396 | the new sys-apps/kbd package. |
| 265 | |
1397 | |
| 266 | * rc-scripts 1.2.7 (3 March 2002) |
1398 | * rc-scripts 1.2.7 (3 Mar 2002) |
| 267 | |
1399 | |
| 268 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1400 | 3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 269 | |
1401 | |
| 270 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
1402 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
| 271 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
1403 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
| 272 | for this. |
1404 | for this. |
| 273 | |
1405 | |
| … | |
… | |
| 275 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
1407 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
| 276 | this. |
1408 | this. |
| 277 | |
1409 | |
| 278 | Added caching of the "depend() { need foo; } " lines, and updated |
1410 | Added caching of the "depend() { need foo; } " lines, and updated |
| 279 | /etc/init.d/depscan.sh to touch the actual files less. This should |
1411 | /etc/init.d/depscan.sh to touch the actual files less. This should |
| 280 | speedup dependancy caching a lot, especially on slow machines. |
1412 | speedup dependency caching a lot, especially on slow machines. |
| 281 | |
1413 | |
| 282 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
1414 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
| 283 | for security. |
1415 | for security. |
| 284 | |
1416 | |
| 285 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
1417 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
| 286 | |
1418 | |
| 287 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1419 | 1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 288 | |
1420 | |
| 289 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
1421 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
| 290 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
1422 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
| 291 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
1423 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
| 292 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
1424 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
| 293 | |
1425 | |
| 294 | Removed stopping of dependant services that have current service as |
1426 | Removed stopping of dependent services that have current service as |
| 295 | a 'use'dependancy ... should be less confusing now. |
1427 | a 'use'dependency ... should be less confusing now. |
| 296 | Updated /etc/init.d/runscript.sh for this. |
1428 | Updated /etc/init.d/runscript.sh for this. |
| 297 | |
1429 | |
| 298 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
1430 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 299 | |
1431 | |
| 300 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
1432 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
| … | |
… | |
| 382 | Added the 'before' depend type. This is more for changing the |
1514 | Added the 'before' depend type. This is more for changing the |
| 383 | order services start in. Updated /etc/init.d/depscan.sh and |
1515 | order services start in. Updated /etc/init.d/depscan.sh and |
| 384 | /etc/init.d/functions.sh for this. |
1516 | /etc/init.d/functions.sh for this. |
| 385 | |
1517 | |
| 386 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
1518 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
| 387 | dependancy types. This can be used with 'use' and 'before' to |
1519 | dependency types. This can be used with 'use' and 'before' to |
| 388 | start a script last or first respectively. |
1520 | start a script last or first respectively. |
| 389 | |
1521 | |
| 390 | Added save_options() and get_options() to /etc/init.d/functions.sh |
1522 | Added save_options() and get_options() to /etc/init.d/functions.sh |
| 391 | for saving misc settings between startup/shutdown. Updated |
1523 | for saving misc settings between startup/shutdown. Updated |
| 392 | /etc/init.d/net.eth0 to use these and properly down virtual |
1524 | /etc/init.d/net.eth0 to use these and properly down virtual |
| … | |
… | |
| 461 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
1593 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| 462 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
1594 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
| 463 | |
1595 | |
| 464 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
1596 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 465 | |
1597 | |
| 466 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
1598 | Updated /etc/init.d/depscan.sh to store info about missing dependencies |
| 467 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
1599 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
| 468 | to use this when starting a script ('need' dependancies is critical for |
1600 | to use this when starting a script ('need' dependencies is critical for |
| 469 | startup). Added the broken() function to /etc/init.d/runscript.sh |
1601 | startup). Added the broken() function to /etc/init.d/runscript.sh |
| 470 | to list the missing dependancies. |
1602 | to list the missing dependencies. |
| 471 | |
1603 | |
| 472 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
1604 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
| 473 | checking. |
1605 | checking. |
| 474 | |
1606 | |
| 475 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
1607 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
| … | |
… | |
| 708 | |
1840 | |
| 709 | * rc-scripts 1.1.7 (18 Oct 2001) |
1841 | * rc-scripts 1.1.7 (18 Oct 2001) |
| 710 | |
1842 | |
| 711 | [old changelog format follows] |
1843 | [old changelog format follows] |
| 712 | |
1844 | |
| 713 | *lots of scripts; woodchip |
1845 | *lots of scripts; woodchip |
| 714 | removed old rc5 scripts from cvs |
1846 | removed old rc5 scripts from cvs |
| 715 | |
1847 | |
| 716 | *init.d/runscript.sh; agriffis |
1848 | *init.d/runscript.sh; agriffis |
| 717 | Added support for rc.conf and home-grown functions |
1849 | Added support for rc.conf and home-grown functions |
| 718 | |
1850 | |
| 719 | *init.d/modules; |
1851 | *init.d/modules; |
| 720 | Now correctly looks at /etc/modules.autoload |
1852 | Now correctly looks at /etc/modules.autoload |
| 721 | |
1853 | |
| 722 | rc-scripts-1.1.6, released 15 Sep 2001 |
1854 | rc-scripts-1.1.6, released 15 Sep 2001 |
| 723 | ====================================== |
1855 | ====================================== |
| 724 | |
1856 | |
| 725 | *init.d/runscript.sh, others |
1857 | *init.d/runscript.sh, others |
| 726 | Handling of "net" dependencies resolve to all net devices in |
1858 | Handling of "net" dependencies resolve to all net devices in |
| 727 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
1859 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
| 728 | variable in /etc/rc.conf has been removed. |
1860 | variable in /etc/rc.conf has been removed. |
| 729 | |
1861 | |
| 730 | *init.d/runscript.sh |
1862 | *init.d/runscript.sh |
| 731 | New "zap" option for manually resetting the state of an initscript |
1863 | New "zap" option for manually resetting the state of an initscript |
| 732 | to stopped. |
1864 | to stopped. |
| 733 | |
1865 | |
| 734 | *init.d/{samba,sysklogd,sshd} |
1866 | *init.d/{samba,sysklogd,sshd} |
| 735 | Removed from CVS; they live in their respective packages. |
1867 | Removed from CVS; they live in their respective packages. |
| 736 | |
1868 | |
| 737 | rc-scripts-1.1.5, released 02 Sep 2001 |
1869 | rc-scripts-1.1.5, released 02 Sep 2001 |
| 738 | ==================================== |
1870 | ==================================== |
| 739 | |
1871 | |
| 740 | *sbin/rc-update |
1872 | *sbin/rc-update |
| 741 | New version of the rc-update command for the new initscripts. Works |
1873 | New version of the rc-update command for the new initscripts. Works |
| 742 | similarly to the old version, except this one updates our dependency |
1874 | similarly to the old version, except this one updates our dependency |
| 743 | cache. |
1875 | cache. |
| 744 | |
1876 | |
| 745 | *init.d/functions.sh |
1877 | *init.d/functions.sh |
| 746 | New and better looking informational message functions (einfo, einfon). |
1878 | New and better looking informational message functions (einfo, einfon). |
| 747 | Brand new message functions (ewarn). |
1879 | Brand new message functions (ewarn). |
| 748 | |
1880 | |
| 749 | *sbin/init, init.d/checkroot |
1881 | *sbin/init, init.d/checkroot |
| 750 | We're going back to a /proc/mounts-based mtab symlink because it's |
1882 | We're going back to a /proc/mounts-based mtab symlink because it's |
| 751 | just plain better. Appropriate changes made. |
1883 | just plain better. Appropriate changes made. |
| 752 | |
1884 | |
| 753 | # vim:expandtab |
1885 | # vim:expandtab |