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