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