| 1 |
# ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 |
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 |
# Written by Daniel Robbins (drobbins@gentoo.org) |
| 4 |
|
| 5 |
7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 |
|
| 7 |
Update /etc/init.d/net.eth0 to handle individual broadcast |
| 8 |
and netmask for aliases. Should close bug #7407. |
| 9 |
|
| 10 |
26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
| 11 |
|
| 12 |
Give root a 'root' GECOS in /etc/passwd, was NULL before. |
| 13 |
|
| 14 |
* rc-scripts 1.3.9 (25 Aug 2002) |
| 15 |
|
| 16 |
25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 17 |
|
| 18 |
Update /sbin/rc to fix some spelling/slang mistakes. Closes |
| 19 |
bug #6887. |
| 20 |
|
| 21 |
Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
| 22 |
This closes bug #6378. |
| 23 |
|
| 24 |
Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
| 25 |
with many thanks to Asbjorn Sannes <ace@sannes.org>. |
| 26 |
|
| 27 |
20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 28 |
|
| 29 |
Update /etc/init.d/bootmisc to reset pam_console permissions. |
| 30 |
|
| 31 |
Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
| 32 |
line for getting devfs to work with pam_console. |
| 33 |
|
| 34 |
12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 35 |
|
| 36 |
Update /etc/init.d/keymaps to first load the windowkeys.inc then |
| 37 |
the user selected one, fixing bug #6295. |
| 38 |
|
| 39 |
11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 40 |
|
| 41 |
Change the 'cat' in check_rcscript() to a single 'awk' in |
| 42 |
/sbin/depscan.sh. This should fix broken pipe issues if the |
| 43 |
loop exists too early. Resolves bug #5961. |
| 44 |
|
| 45 |
Fix software RAID startup/shutdown, bug #5310. Modified |
| 46 |
/etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
| 47 |
|
| 48 |
* rc-scripts 1.3.8 (08 Aug 2002) |
| 49 |
|
| 50 |
7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 51 |
|
| 52 |
Move the color ls stuff to .bashrc. Fix bug #5250. |
| 53 |
|
| 54 |
6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
| 55 |
|
| 56 |
Correct the comments in rc.conf about the XSESSION variable: it should |
| 57 |
be set to "kde-<version>" not "KDE". Closes bug #5948. |
| 58 |
|
| 59 |
5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 60 |
|
| 61 |
Fix the 'Usage' line in the help to return the correct options for |
| 62 |
the script (/sbin/runscript.sh). Resolve bug #6029. |
| 63 |
|
| 64 |
3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
| 65 |
|
| 66 |
Added UPS shutdown support for nut to halt.sh. |
| 67 |
Added nut user/group as uid/gid 84. |
| 68 |
|
| 69 |
27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 70 |
|
| 71 |
Updated /sbin/rc's way of checking for devfs support (now rather uses |
| 72 |
awk, as it is more accurate). Closes bug #5458. |
| 73 |
|
| 74 |
Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
| 75 |
and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
| 76 |
Thanks goes to Chris PeBenito (bug #5570). |
| 77 |
|
| 78 |
Changed most daemons to use /bin/false as shell. Should close bug #5388. |
| 79 |
|
| 80 |
27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
| 81 |
|
| 82 |
Added vpopmail user and group as 89:89 |
| 83 |
|
| 84 |
22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 85 |
|
| 86 |
Add the cyrus user to /etc/passwd. Resolves bug #4100. |
| 87 |
|
| 88 |
Some bugfixes and speed improvements to /sbin/depscan.sh after |
| 89 |
last changes. |
| 90 |
|
| 91 |
Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
| 92 |
get some speed improvements. |
| 93 |
|
| 94 |
21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 95 |
|
| 96 |
Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
| 97 |
Kyle Manna <nitro@gentoo.org>. |
| 98 |
|
| 99 |
Add software RAID support to /etc/init.d/checkfs, thanks to |
| 100 |
Daniel Ahlberg <aliz@gentoo.org>. |
| 101 |
|
| 102 |
Update the cache_depend() funtion in /sbin/depscan.sh not to |
| 103 |
quit on any "}", but only on the one matching the first "{". This |
| 104 |
requires wc in /bin, so baselayout should depend on |
| 105 |
>=sys-apps/textutils-2.0.19-r2 |
| 106 |
|
| 107 |
Update /etc/init.d/netmount to try and detect nfs mounts that should be |
| 108 |
mounted automatically on boot. This requires awk in /bin, so baselayout |
| 109 |
should depend on >=sys-apps/gawk-3.1.0-r3. |
| 110 |
|
| 111 |
* rc-scripts 1.3.7 (17 Jul 2002) |
| 112 |
|
| 113 |
17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 114 |
|
| 115 |
Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
| 116 |
bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
| 117 |
|
| 118 |
16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 119 |
|
| 120 |
Add additional entries to /etc/services to support cyrus-imapd, thanks |
| 121 |
to Nick Hadaway <raker@gentoo.org>. |
| 122 |
|
| 123 |
Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
| 124 |
problem with non 7bit ascii symbols. |
| 125 |
|
| 126 |
Updated /etc/init.d/checkfs to detect if lvm is already active. |
| 127 |
This should resolve bug #3613. |
| 128 |
|
| 129 |
5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 130 |
|
| 131 |
Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
| 132 |
"games" user and group to 35 |
| 133 |
|
| 134 |
3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 135 |
|
| 136 |
Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
| 137 |
(aka cybersystem). Updated /sbin/rc for this. |
| 138 |
|
| 139 |
30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 140 |
|
| 141 |
Update /etc/skel/.bashrc to update the window title of X terminals |
| 142 |
that supports it. Closes bug #4232. |
| 143 |
|
| 144 |
26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 145 |
|
| 146 |
Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
| 147 |
|
| 148 |
Update /etc/inputrc to resolve bug #2599. |
| 149 |
|
| 150 |
20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 151 |
|
| 152 |
Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
| 153 |
/etc/env.d/00basic for this. |
| 154 |
|
| 155 |
Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
| 156 |
Nothing official, but I spent enouth time on it not to want to loose it :) |
| 157 |
|
| 158 |
Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
| 159 |
to give output to stderr. This was caused by a call to "stty", which when |
| 160 |
run without a attatched terminal, have this effect. Basically just pipe |
| 161 |
stderr to /dev/null. |
| 162 |
|
| 163 |
5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 164 |
|
| 165 |
Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
| 166 |
bug #3363 |
| 167 |
|
| 168 |
26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 169 |
|
| 170 |
Update /etc/init.d/netmount not to try and mount NFS filesystems |
| 171 |
if portmap was not started. This is to stop "hang" problems for |
| 172 |
new users who do not add portmap to the default runlevel. See |
| 173 |
bug #2555. |
| 174 |
|
| 175 |
Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
| 176 |
|
| 177 |
19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 178 |
|
| 179 |
Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
| 180 |
|
| 181 |
13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 182 |
|
| 183 |
Change the homes of user "at" and "cron" in /etc/passwd, as |
| 184 |
they moved to /var/spool/cron... |
| 185 |
|
| 186 |
* rc-scripts 1.3.5 (12 May 2002) |
| 187 |
|
| 188 |
12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 189 |
|
| 190 |
Make slight modifications to /sbin/depscan.sh to improve speed (about |
| 191 |
1 second on a celeron 633). |
| 192 |
|
| 193 |
Finally fix /sbin/runscript.sh to properly handle interdependencies |
| 194 |
between types need/use and before/after on runlevel change. I can |
| 195 |
actually kick myself for previous implementations, as this fix simplifies |
| 196 |
things a lot, and is almost 30 lines of code less! |
| 197 |
|
| 198 |
Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
| 199 |
It rather just exit with a warning, as I think most people have like |
| 200 |
me mounts that are to boxes that are not always up. |
| 201 |
|
| 202 |
Resolve bug #2439 (should not use try with the dd command for ramdisk |
| 203 |
stuff). Also increase the number of inodes used for the ramdisk to |
| 204 |
fix "out of space" errors. Updated /sbin/rc for this. |
| 205 |
|
| 206 |
10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 207 |
|
| 208 |
Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
| 209 |
backup files to generate /etc/profile.env. |
| 210 |
|
| 211 |
Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
| 212 |
for this. |
| 213 |
|
| 214 |
6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 215 |
|
| 216 |
Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
| 217 |
/etc/env.d/ file. Same for $QTDIR. |
| 218 |
|
| 219 |
5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 220 |
|
| 221 |
Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
| 222 |
and is needed for some fixes. |
| 223 |
|
| 224 |
28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 225 |
|
| 226 |
Update /etc/rc.conf to be more clear and state that you should |
| 227 |
remove consolefont from startup if you do not use it. Should |
| 228 |
resolve bug #2174. |
| 229 |
|
| 230 |
26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
| 231 |
|
| 232 |
Added user/group apache with uid/gid 81. |
| 233 |
|
| 234 |
25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 235 |
|
| 236 |
Remove the "-net" from the line setting the default gateway |
| 237 |
in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
| 238 |
noting this. |
| 239 |
|
| 240 |
24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
| 241 |
|
| 242 |
Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
| 243 |
which is installed with the nfs-utils package. Also tidied up some |
| 244 |
really old, leftover junk like the non-supported stuff from rc5. |
| 245 |
Closes #1754. |
| 246 |
|
| 247 |
23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 248 |
|
| 249 |
Remove creation of /var/run/utmpx from bootmisc again. Seems |
| 250 |
other people have wierd problems. |
| 251 |
|
| 252 |
* rc-scripts 1.3.4 (21 April 2002) |
| 253 |
|
| 254 |
21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 255 |
|
| 256 |
Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
| 257 |
and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
| 258 |
|
| 259 |
Implement the status commandline argument. Updated /sbin/runscript.sh |
| 260 |
and /sbin/rc-help.sh for this. |
| 261 |
|
| 262 |
Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
| 263 |
and AFTER. |
| 264 |
|
| 265 |
12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 266 |
|
| 267 |
Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
| 268 |
is needed, else /usr/bin/newgrp segfault. |
| 269 |
|
| 270 |
11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 271 |
|
| 272 |
Update /etc/skel/.bash_profile to make it tcsh compadible. |
| 273 |
Thanks to Väinö Järvelä for this fix. |
| 274 |
|
| 275 |
Update /etc/profile to also set the PS? variables if $SHELL |
| 276 |
is set to /bin/sh. This should make prompt colours in |
| 277 |
bootstrap work again. |
| 278 |
|
| 279 |
Move LVM stuff to checkfs to ensure that they get fscked. |
| 280 |
This resolves bug #1552. |
| 281 |
|
| 282 |
* rc-scripts 1.3.3 (5 April 2002) |
| 283 |
|
| 284 |
5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 285 |
|
| 286 |
Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
| 287 |
This is done to try and ensure system integrity. |
| 288 |
|
| 289 |
1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 290 |
|
| 291 |
Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
| 292 |
|
| 293 |
Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
| 294 |
|
| 295 |
Add a bash check to the code that sets the prompt, fixing bug #1078. |
| 296 |
|
| 297 |
* rc-scripts 1.3.2 (24 Mar 2002) |
| 298 |
|
| 299 |
24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 300 |
|
| 301 |
Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
| 302 |
for this. |
| 303 |
|
| 304 |
With the "before" and "after" stuff, recursion levels was getting too high, |
| 305 |
and with some cases, things just plain did not work as it should. Reworked |
| 306 |
things to to lower the levels of recursion and get the order right. Updated |
| 307 |
/etc/init.d/runscript.sh for this. |
| 308 |
|
| 309 |
Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
| 310 |
${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
| 311 |
|
| 312 |
Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
| 313 |
|
| 314 |
Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
| 315 |
|
| 316 |
Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
| 317 |
|
| 318 |
Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
| 319 |
and it seems it has fallen now to my discression. |
| 320 |
|
| 321 |
* rc-scripts 1.3.1 (23 Mar 2002) |
| 322 |
|
| 323 |
23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
| 324 |
DHCP lease release from Jim Nutt. |
| 325 |
|
| 326 |
23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
| 327 |
since there are a lot of important bug fixes in here that are needed. |
| 328 |
|
| 329 |
23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 330 |
|
| 331 |
Resolve bug #1292. |
| 332 |
|
| 333 |
Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
| 334 |
Spidler. |
| 335 |
|
| 336 |
21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 337 |
|
| 338 |
Update /sbin/rc to fix a 'cat mounts' instead of the correct |
| 339 |
version, 'cat /proc/mounts'. |
| 340 |
|
| 341 |
19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 342 |
|
| 343 |
Add initial support for the --quiet flag that suppress output. |
| 344 |
|
| 345 |
18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 346 |
|
| 347 |
Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
| 348 |
as not all errors by depscan.sh is critical. It should be |
| 349 |
reworked to do better error handeling. |
| 350 |
|
| 351 |
14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 352 |
|
| 353 |
Fix the GID and UID of nobody and nogroup in /etc/passwd and |
| 354 |
/etc/group to match those of Debian, FBSD and others. Thanks |
| 355 |
to those who reported it, and Woodchip for looking up the |
| 356 |
proper values. |
| 357 |
|
| 358 |
Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
| 359 |
This resolves bug #1150, thanks to Paul Fleischer. |
| 360 |
|
| 361 |
11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 362 |
|
| 363 |
Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
| 364 |
as some users have /usr on seperate partition which is not |
| 365 |
mounted when depscan.sh is run the first time. |
| 366 |
|
| 367 |
Updated the checking for more than one service providing the |
| 368 |
same virtual function in /etc/init.d/depscan.sh. It should |
| 369 |
be working now, and this also fix a problem that when there is no |
| 370 |
service providing a virtual, counter was used uninitialized. |
| 371 |
|
| 372 |
* rc-scripts 1.3.0 (10 March 2002) |
| 373 |
|
| 374 |
10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 375 |
|
| 376 |
Resolved bug #1021; updated /etc/init.d/consolefont for this. |
| 377 |
|
| 378 |
Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
| 379 |
|
| 380 |
Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
| 381 |
and /etc/init.d/localmount for this. |
| 382 |
|
| 383 |
Lots of form/syntax cleanups, most things should be more |
| 384 |
consistant now. Fixed fail detection/return values of lots of |
| 385 |
scripts. |
| 386 |
|
| 387 |
Lots of cleanup/fixes in the three main scripts behind our |
| 388 |
rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh |
| 389 |
|
| 390 |
Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh |
| 391 |
is sourced in a ebuild. |
| 392 |
|
| 393 |
Fix a bug that our rc-script wrapper introduced: Global variables |
| 394 |
in scripts no longer worked. Updated /etc/init.d/runscript.sh for |
| 395 |
this. |
| 396 |
|
| 397 |
Implemented more error checking for the main startup code in /sbin/rc. |
| 398 |
Also fixed try() for mounting /proc (maybe all mount commands). |
| 399 |
The function worked fine in a simulated test, but in real life failed |
| 400 |
to detect a error when mounting /proc (remember to thank Grant for |
| 401 |
his UserMode ebuilds, and Guide). |
| 402 |
|
| 403 |
* rc-scripts 1.2.9 (6 March 2002) |
| 404 |
|
| 405 |
6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 406 |
|
| 407 |
General form updates and some piping fixes. |
| 408 |
|
| 409 |
Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
| 410 |
to fix a problem where startDM.sh would be respawned repeatedly |
| 411 |
if xdm was not in the default runlevel. |
| 412 |
|
| 413 |
* rc-scripts 1.2.8 (4 March 2002) |
| 414 |
|
| 415 |
4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 416 |
|
| 417 |
Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
| 418 |
to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
| 419 |
move them to the xfree ebuild later on when things settles down. |
| 420 |
|
| 421 |
Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
| 422 |
|
| 423 |
Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
| 424 |
where we had a invalid $PATH on boot in some cases. |
| 425 |
|
| 426 |
Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
| 427 |
the new sys-apps/kbd package. |
| 428 |
|
| 429 |
* rc-scripts 1.2.7 (3 March 2002) |
| 430 |
|
| 431 |
3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 432 |
|
| 433 |
Fixed the problem of rc-scripts trying to start/stop a service multiple |
| 434 |
times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
| 435 |
for this. |
| 436 |
|
| 437 |
Fixing some variable declarations in /etc/init.d/runscript.sh caused |
| 438 |
/etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
| 439 |
this. |
| 440 |
|
| 441 |
Added caching of the "depend() { need foo; } " lines, and updated |
| 442 |
/etc/init.d/depscan.sh to touch the actual files less. This should |
| 443 |
speedup dependancy caching a lot, especially on slow machines. |
| 444 |
|
| 445 |
Updated /etc/passwd to have users with no shell defined, use /bin/false |
| 446 |
for security. |
| 447 |
|
| 448 |
Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
| 449 |
|
| 450 |
1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 451 |
|
| 452 |
Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
| 453 |
Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
| 454 |
/etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
| 455 |
/etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
| 456 |
|
| 457 |
Removed stopping of dependant services that have current service as |
| 458 |
a 'use'dependancy ... should be less confusing now. |
| 459 |
Updated /etc/init.d/runscript.sh for this. |
| 460 |
|
| 461 |
28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 462 |
|
| 463 |
Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
| 464 |
programs to startup. This should pretty much have /etc/init.d/ static, |
| 465 |
except for baselayout updates, etc. |
| 466 |
|
| 467 |
27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 468 |
|
| 469 |
In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
| 470 |
problems. Fixed this in /sbin/rc. |
| 471 |
|
| 472 |
Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
| 473 |
use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
| 474 |
/etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
| 475 |
|
| 476 |
26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 477 |
|
| 478 |
Fix my brain dead update of the 25th. It really should keep |
| 479 |
"gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
| 480 |
retrieving kernel options. Updated /etc/init.d/functions.sh, |
| 481 |
/etc/init.d/checkroot and /sbin/rc for this. |
| 482 |
|
| 483 |
Updated /etc/init.d/consolefont to work without devfs as well. |
| 484 |
|
| 485 |
When rebooting or shutting down, a service should not fail to stop |
| 486 |
if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
| 487 |
for this. |
| 488 |
|
| 489 |
25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 490 |
|
| 491 |
Added a check if /dev is mounted when creating entries for /etc/mtab. |
| 492 |
This should solve a invalid entry or /dev being mounted even with |
| 493 |
'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
| 494 |
|
| 495 |
17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
| 496 |
filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
| 497 |
just in a comment now) |
| 498 |
|
| 499 |
17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 500 |
|
| 501 |
Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
| 502 |
this. This should fix services not getting started in the correct order |
| 503 |
in a tight loop, services getting stopped out of order, and some other |
| 504 |
sanity checks. Updated rc-script.sh for updated help. |
| 505 |
|
| 506 |
15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 507 |
|
| 508 |
Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
| 509 |
and added the 'after' type. 'before' and 'after' will only work currently |
| 510 |
for a change of runlevel. Updated /etc/init.d/depscan.sh, |
| 511 |
/etc/init.d/runscript.sh and /sbin/rc for this. |
| 512 |
|
| 513 |
13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 514 |
|
| 515 |
Add some more entries to /etc/devfsd.conf to make alsa users life |
| 516 |
easier ... thanks Tod. |
| 517 |
|
| 518 |
12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 519 |
|
| 520 |
Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
| 521 |
|
| 522 |
Fixed some services not starting again when restarting a service. |
| 523 |
Seems simple is still the best way. |
| 524 |
|
| 525 |
Fixed some other problems created with feature additions and cleanups. |
| 526 |
|
| 527 |
11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 528 |
|
| 529 |
General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
| 530 |
|
| 531 |
Added 'before *' to /etc/init.d/checkroot to make sure it gets |
| 532 |
started first. |
| 533 |
|
| 534 |
Added 'use *' to /etc/init.d/local to make sure it gets started |
| 535 |
last. |
| 536 |
|
| 537 |
10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 538 |
|
| 539 |
Fixed /sbin/rc to stop a service on change of runlevel if it is |
| 540 |
in 'use' by another service. |
| 541 |
|
| 542 |
Added the 'provide' depend type for creating virtual services. |
| 543 |
Updated /etc/init.d/depscan.sh for this. |
| 544 |
|
| 545 |
Added the 'before' depend type. This is more for changing the |
| 546 |
order services start in. Updated /etc/init.d/depscan.sh and |
| 547 |
/etc/init.d/functions.sh for this. |
| 548 |
|
| 549 |
Updated /etc/init.d/depscan.sh to work with '*' as argument for |
| 550 |
dependancy types. This can be used with 'use' and 'before' to |
| 551 |
start a script last or first respectively. |
| 552 |
|
| 553 |
Added save_options() and get_options() to /etc/init.d/functions.sh |
| 554 |
for saving misc settings between startup/shutdown. Updated |
| 555 |
/etc/init.d/net.eth0 to use these and properly down virtual |
| 556 |
interfaces. |
| 557 |
|
| 558 |
6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 559 |
|
| 560 |
Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
| 561 |
on no errors. |
| 562 |
|
| 563 |
* rc-scripts 1.2.6 (6 Feb 2002) |
| 564 |
|
| 565 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 566 |
|
| 567 |
Updated /etc/net.eth0 to specify the gateway device via the $gateway |
| 568 |
variable (something like gateway="eth0/192.168.0.1"). |
| 569 |
|
| 570 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 571 |
|
| 572 |
Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
| 573 |
|
| 574 |
29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
| 575 |
|
| 576 |
Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
| 577 |
implements a retry if not successful the first time, and will kill |
| 578 |
processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
| 579 |
|
| 580 |
27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
| 581 |
/etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
| 582 |
Fixed /etc/passwd,group for user/group mysql. |
| 583 |
|
| 584 |
27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset |
| 585 |
map file support to /etc/init.d/consolefont and the setting to |
| 586 |
/etc/rc.conf. |
| 587 |
|
| 588 |
25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors |
| 589 |
in skel files to support both versions of dircolors. |
| 590 |
|
| 591 |
23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug |
| 592 |
in the restart stuff of /etc/init.d/runscript.sh that caused |
| 593 |
a restart of a 'net' service not to restart services again |
| 594 |
that depended on it. |
| 595 |
|
| 596 |
* rc-scripts 1.2.5 (20 Jan 2002) |
| 597 |
|
| 598 |
20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
| 599 |
/etc/init.d/net.eth0 to 'use' pcmcia. |
| 600 |
|
| 601 |
8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to |
| 602 |
the dircolors command in /etc/skel/.bash_profile to handle cases |
| 603 |
where bash do not export $SHELL. |
| 604 |
|
| 605 |
6 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
| 606 |
/etc/init.d/runscripts.sh, /etc/init.d/net.eth0, /etc/conf.d/net and |
| 607 |
removed /etc/init.d/net.eth0-dhcp to reflect a new 'bsd-ish' config |
| 608 |
scheme for the net.eth* scripts. |
| 609 |
|
| 610 |
6 Jan 2002: Donny Davies (woodchip@gentoo.org): Removed email address |
| 611 |
from manpages; no need for that.. |
| 612 |
|
| 613 |
5 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fix type-o in |
| 614 |
/etc/devfsd.conf; had 'dvd' in the cdrw stuff. |
| 615 |
|
| 616 |
* rc-scripts 1.2.4 (30 Dec 2001) |
| 617 |
|
| 618 |
30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask |
| 619 |
back to 022 as it should be. |
| 620 |
|
| 621 |
30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
| 622 |
/etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
| 623 |
|
| 624 |
29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| 625 |
sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
| 626 |
|
| 627 |
28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 628 |
|
| 629 |
Updated /etc/init.d/depscan.sh to store info about missing dependancies |
| 630 |
of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
| 631 |
to use this when starting a script ('need' dependancies is critical for |
| 632 |
startup). Added the broken() function to /etc/init.d/runscript.sh |
| 633 |
to list the missing dependancies. |
| 634 |
|
| 635 |
Updated /etc/init.d/runscript.sh for svc_start() to have better error |
| 636 |
checking. |
| 637 |
|
| 638 |
Updated /etc/init.d/functions.sh with ewend(), which is the same as |
| 639 |
eend(), but print a warning on error, not a error. Updated |
| 640 |
/etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
| 641 |
|
| 642 |
27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 643 |
|
| 644 |
Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
| 645 |
is passed to a rc-script. |
| 646 |
|
| 647 |
Added /etc/init.d/rc-help.sh, simple script that prints out help for |
| 648 |
the rc-scripts. |
| 649 |
|
| 650 |
25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 651 |
|
| 652 |
Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
| 653 |
halt and reboot. This fixes a problem where / was not unmounted properly |
| 654 |
in some cases. |
| 655 |
|
| 656 |
24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 657 |
|
| 658 |
Move $svcdir to to /etc/init.d/functions.sh, and update |
| 659 |
/etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
| 660 |
|
| 661 |
Modified /etc/init.d/runscript.sh to also restart the services that |
| 662 |
depend on a service if that service is restarted. Enhanced the |
| 663 |
restart function to be able to have custom restart() functions in |
| 664 |
rc-scripts. The custom restart() have to use svc_stop() and |
| 665 |
svc_start() to restart the service. |
| 666 |
|
| 667 |
Add a pause function to /etc/init.d/runscript.sh. It will basically |
| 668 |
stop a service without stopping the services that depends on that |
| 669 |
service. |
| 670 |
|
| 671 |
Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
| 672 |
service without stopping the services that depends on that service. |
| 673 |
|
| 674 |
* rc-scripts 1.2.3 (18 Dec 2001) |
| 675 |
|
| 676 |
16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 677 |
|
| 678 |
Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
| 679 |
init wrapper we used). |
| 680 |
|
| 681 |
Some cleanups: take out the shm resize comment; |
| 682 |
|
| 683 |
remove the $wrongmount; |
| 684 |
|
| 685 |
remove the mountshm() function and insert it directly |
| 686 |
where needed; |
| 687 |
|
| 688 |
remove the setting of $PATH as /sbin/init already do |
| 689 |
this for us. |
| 690 |
|
| 691 |
Added the if statement to detect if it is the first time the 'boot' |
| 692 |
runlevel is executed (if [ "$RUNLEVEL" = "S" ] && [ "$argv1" = "boot" ]). |
| 693 |
$RUNLEVEL is a env var set by /sbin/init. |
| 694 |
|
| 695 |
Also added functionality to detect if the kernel have DEVFS support |
| 696 |
compiled in; seems new users thinks devfs is unstable and as they do |
| 697 |
not always read the docs, it does not get compiled in ;/ Should |
| 698 |
make live for us a bit easier. |
| 699 |
|
| 700 |
14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 701 |
|
| 702 |
Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
| 703 |
the unneeded services. |
| 704 |
|
| 705 |
* rc-scripts 1.2.2 (8 Dec 2001) |
| 706 |
|
| 707 |
10 Dec 2001; Added a localhost entry in /etc/hosts. |
| 708 |
|
| 709 |
8 Dec 2001; Donny Davies (woodchip@gentoo.org): Added start-stop-daemon.c |
| 710 |
to rc-scripts/sbin source. Moved rc-scripts/init.d/runscript.c to |
| 711 |
rc-scripts/sbin/runscript.c. Added manpage for start-stop-daemon. |
| 712 |
Start-stop-daemon is moved here from sysvinit by the way. There is stuff |
| 713 |
in this ChangeLog that needs to be removed! Like the changes to hosts, |
| 714 |
profile. /etc/{passwd,group} have minor UID and GID type fixes for |
| 715 |
users ftp, postgres, xfs. Tweaked tarball.sh to not include CVS |
| 716 |
directories. |
| 717 |
|
| 718 |
29 Nov 2001; Donny Davies (woodchip@gentoo.org): Added a man directory |
| 719 |
to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
| 720 |
and one for update-modules.8. These were adapted from Debian. Updated |
| 721 |
tarball.sh to include the new man directory. Updated baselayout to install |
| 722 |
these manpages. Slightly tweak the /etc/modules.autoload comments. |
| 723 |
|
| 724 |
28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 725 |
|
| 726 |
Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
| 727 |
and cleaned out old code. |
| 728 |
|
| 729 |
Updated /etc/init.d/bootmisc with additional lock files to clean. |
| 730 |
|
| 731 |
27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 732 |
|
| 733 |
Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
| 734 |
that can be used for services that needs to have a logger started before |
| 735 |
they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
| 736 |
to define what loggers the 'logger' depend represent. |
| 737 |
|
| 738 |
26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 739 |
|
| 740 |
Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
| 741 |
and grpck. |
| 742 |
|
| 743 |
25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 744 |
|
| 745 |
Changed umask in /etc/profile for the user to 077 for security. |
| 746 |
|
| 747 |
Added a stop() function to /etc/init.d/clock. Also removed uneeded |
| 748 |
'source /etc/rc.conf' line. |
| 749 |
|
| 750 |
Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
| 751 |
/etc/hostname is invalid. |
| 752 |
|
| 753 |
Updated /sbin/init to move the entries in /lib/dev-state to /dev before |
| 754 |
running devfsd, as it did still not save settings properly. Also removed |
| 755 |
old /dev-state/compat stuff. |
| 756 |
|
| 757 |
25 Nov 2001; ncsd, the name service cache daemon script, has been removed |
| 758 |
from the default "default" runlevel. It still exists in the archive so that |
| 759 |
users who want/need it can add it easily. |
| 760 |
|
| 761 |
25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
| 762 |
removed notail from the ext2 boot partition, other cleanups. |
| 763 |
|
| 764 |
25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
| 765 |
|
| 766 |
24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 767 |
|
| 768 |
Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
| 769 |
/dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
| 770 |
standard location. |
| 771 |
|
| 772 |
Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
| 773 |
itself, calling depscan.sh or changing runlevels cause a tempory effect |
| 774 |
similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
| 775 |
changing runlevels did not want to work. |
| 776 |
|
| 777 |
Updated /etc/init.d/halt.sh to terminate and display message for devfsd. |
| 778 |
More cosmetic than anything else, but cant hurt with the new dev-state |
| 779 |
scheme. |
| 780 |
|
| 781 |
Updated /sbin/init to set the console log level to 1, so that bootup |
| 782 |
can be much cleaner. Also updated /etc/init.d/modules not to have |
| 783 |
a logger in it 'use' depends, as it should not be needed anymore. |
| 784 |
|
| 785 |
Updated /sbin/rc to check if devfsd is still running between runlevel |
| 786 |
changes. |
| 787 |
|
| 788 |
Updated /etc/init.d/modules to run update-modules. We want to be sure |
| 789 |
/etc/modules.conf is updated when running depmod -a. |
| 790 |
|
| 791 |
Change ftp's uid to 21 in /etc/passwd (was the same as bind). Also |
| 792 |
added a entry for xfs (X Font Server) in /etc/passwd and /etc/group. |
| 793 |
|
| 794 |
Added /etc/init.d/net.ppp0, /etc/conf.d/net.ppp0 and |
| 795 |
/usr/lib/ppp/chat-default as part of my new pppd scripts. Also |
| 796 |
updated tarball.sh to handle ppp/chat-default. |
| 797 |
|
| 798 |
Added /etc/skel/.bash* to make things cleaner. |
| 799 |
|
| 800 |
Other minor changes. |
| 801 |
|
| 802 |
17 Nov 2001; Donny Davies (woodchip@gentoo.org): Added /etc/shells file |
| 803 |
to rc-scripts. Can remove it from sys-libs/shadow at the next release. |
| 804 |
|
| 805 |
* rc-scripts 1.1.8 (15 Nov 2001) |
| 806 |
|
| 807 |
16 Nov 2001; removed bogus "mountall.test" script. |
| 808 |
|
| 809 |
15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 810 |
|
| 811 |
Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
| 812 |
'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
| 813 |
removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
| 814 |
names of new functions in init.d/runscript.sh to better sounding ones. |
| 815 |
Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
| 816 |
fixes/cleanups. |
| 817 |
|
| 818 |
Removed try() out of init.d/runscript.sh (why was this here ?). |
| 819 |
|
| 820 |
14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 821 |
|
| 822 |
Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
| 823 |
doesn't exist. |
| 824 |
|
| 825 |
init.d/hostname: Added check for a valid /etc/hostname. |
| 826 |
|
| 827 |
init.d/keymaps: Added check for valid $KEYMAP. |
| 828 |
|
| 829 |
init.d/modules: Added sysklogd, metalog, syslog-ng as 'use' deps. This |
| 830 |
should solve Woodchip's syslog+glue issue. We just have to change the |
| 831 |
console loglevel for metalog and syslog-ng (sysklogd already updated) not to |
| 832 |
output info and warnings, etc to the console, then boot will be much cleaner. |
| 833 |
Also the install guide will need changing to add the loggers to 'boot' and |
| 834 |
not 'default' runlevel. |
| 835 |
|
| 836 |
init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
| 837 |
this really needed (I cannot see that it is used anywhere ...)? |
| 838 |
|
| 839 |
13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 840 |
|
| 841 |
Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
| 842 |
called 'uses'. It basically have the same usage as 'need', except that it |
| 843 |
do not start services that is not in the current and 'boot' runlevels. |
| 844 |
|
| 845 |
Updated init.d/netmount to use the 'uses' depend. |
| 846 |
|
| 847 |
11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 848 |
|
| 849 |
Fixed init.d/runscript.sh not to destroy the 'need' depends in |
| 850 |
/${svcdir}/need. This caused subsequent starting and stopping of services |
| 851 |
not to start depends. |
| 852 |
|
| 853 |
7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 854 |
|
| 855 |
Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
| 856 |
destroyed before stopping running services scheduled to be stopped. This |
| 857 |
with the fact that $SOFTLEVEL was set too early, caused the services to be |
| 858 |
stopped in the wrong order. |
| 859 |
|
| 860 |
30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
| 861 |
|
| 862 |
Modified init.d/netmount to check if any network filesystems is mounted. |
| 863 |
|
| 864 |
29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
| 865 |
some awk and grep magic to find all remote filesystems and umount them. |
| 866 |
|
| 867 |
29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
| 868 |
|
| 869 |
A fix for checkroot (missing "/"); it now actually checks the root |
| 870 |
filesystem. Also, a localmount cleanliness fix. |
| 871 |
|
| 872 |
* rc-scripts 1.1.7 (18 Oct 2001) |
| 873 |
|
| 874 |
[old changelog format follows] |
| 875 |
|
| 876 |
*lots of scripts; woodchip |
| 877 |
removed old rc5 scripts from cvs |
| 878 |
|
| 879 |
*init.d/runscript.sh; agriffis |
| 880 |
Added support for rc.conf and home-grown functions |
| 881 |
|
| 882 |
*init.d/modules; |
| 883 |
Now correctly looks at /etc/modules.autoload |
| 884 |
|
| 885 |
rc-scripts-1.1.6, released 15 Sep 2001 |
| 886 |
====================================== |
| 887 |
|
| 888 |
*init.d/runscript.sh, others |
| 889 |
Handling of "net" dependencies resolve to all net devices in |
| 890 |
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
| 891 |
variable in /etc/rc.conf has been removed. |
| 892 |
|
| 893 |
*init.d/runscript.sh |
| 894 |
New "zap" option for manually resetting the state of an initscript |
| 895 |
to stopped. |
| 896 |
|
| 897 |
*init.d/{samba,sysklogd,sshd} |
| 898 |
Removed from CVS; they live in their respective packages. |
| 899 |
|
| 900 |
rc-scripts-1.1.5, released 02 Sep 2001 |
| 901 |
==================================== |
| 902 |
|
| 903 |
*sbin/rc-update |
| 904 |
New version of the rc-update command for the new initscripts. Works |
| 905 |
similarly to the old version, except this one updates our dependency |
| 906 |
cache. |
| 907 |
|
| 908 |
*init.d/functions.sh |
| 909 |
New and better looking informational message functions (einfo, einfon). |
| 910 |
Brand new message functions (ewarn). |
| 911 |
|
| 912 |
*sbin/init, init.d/checkroot |
| 913 |
We're going back to a /proc/mounts-based mtab symlink because it's |
| 914 |
just plain better. Appropriate changes made. |
| 915 |
|
| 916 |
# vim:expandtab |