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