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