| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
| 4 | |
4 | |
|
|
5 | * rc-scripts 1.4.3.6 (27 Apr 2003) |
|
|
6 | |
| 5 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
7 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
8 | |
| 7 | Add a 'save' function /etc/init.d/clock, bug #19685. |
9 | Add a 'save' function /etc/init.d/clock, bug #19685. |
|
|
10 | |
|
|
11 | Add a slocate group to /etc/group, bug #19604. |
|
|
12 | |
|
|
13 | Do not stop a network service if we do not reboot on runlevel change, |
|
|
14 | as it could have been started by the user or hotplug. This should |
|
|
15 | address bug #12763; modified /sbin/rc for this. |
|
|
16 | |
|
|
17 | Fix /etc/init.d/hostname to set only the hostname, and not the NIS |
|
|
18 | domainname. |
|
|
19 | |
|
|
20 | Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf. |
|
|
21 | This should close bug #16884. |
|
|
22 | |
|
|
23 | Fix /etc/profile to be /bin/sh compadible, bug #18918. |
|
|
24 | |
|
|
25 | Change the swap comments in /sbin/rc to "Activating (possible) swap" to |
|
|
26 | be more 'generic' ? Only try to disable swap if any devices/files was |
|
|
27 | activated. This should close bug #19089. |
|
|
28 | |
|
|
29 | Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to |
|
|
30 | rw in /etc/fstab, bug #19158. |
| 8 | |
31 | |
| 9 | 24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
32 | 24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 10 | |
33 | |
| 11 | Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called, |
34 | Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called, |
| 12 | but the ppp link was already down, bug #15333. |
35 | but the ppp link was already down, bug #15333. |
| … | |
… | |
| 1470 | |
1493 | |
| 1471 | * rc-scripts 1.1.7 (18 Oct 2001) |
1494 | * rc-scripts 1.1.7 (18 Oct 2001) |
| 1472 | |
1495 | |
| 1473 | [old changelog format follows] |
1496 | [old changelog format follows] |
| 1474 | |
1497 | |
| 1475 | *lots of scripts; woodchip |
1498 | *lots of scripts; woodchip |
| 1476 | removed old rc5 scripts from cvs |
1499 | removed old rc5 scripts from cvs |
| 1477 | |
1500 | |
| 1478 | *init.d/runscript.sh; agriffis |
1501 | *init.d/runscript.sh; agriffis |
| 1479 | Added support for rc.conf and home-grown functions |
1502 | Added support for rc.conf and home-grown functions |
| 1480 | |
1503 | |
| 1481 | *init.d/modules; |
1504 | *init.d/modules; |
| 1482 | Now correctly looks at /etc/modules.autoload |
1505 | Now correctly looks at /etc/modules.autoload |
| 1483 | |
1506 | |
| 1484 | rc-scripts-1.1.6, released 15 Sep 2001 |
1507 | rc-scripts-1.1.6, released 15 Sep 2001 |
| 1485 | ====================================== |
1508 | ====================================== |
| 1486 | |
1509 | |
| 1487 | *init.d/runscript.sh, others |
1510 | *init.d/runscript.sh, others |
| 1488 | Handling of "net" dependencies resolve to all net devices in |
1511 | Handling of "net" dependencies resolve to all net devices in |
| 1489 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
1512 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
| 1490 | variable in /etc/rc.conf has been removed. |
1513 | variable in /etc/rc.conf has been removed. |
| 1491 | |
1514 | |
| 1492 | *init.d/runscript.sh |
1515 | *init.d/runscript.sh |
| 1493 | New "zap" option for manually resetting the state of an initscript |
1516 | New "zap" option for manually resetting the state of an initscript |
| 1494 | to stopped. |
1517 | to stopped. |
| 1495 | |
1518 | |
| 1496 | *init.d/{samba,sysklogd,sshd} |
1519 | *init.d/{samba,sysklogd,sshd} |
| 1497 | Removed from CVS; they live in their respective packages. |
1520 | Removed from CVS; they live in their respective packages. |
| 1498 | |
1521 | |
| 1499 | rc-scripts-1.1.5, released 02 Sep 2001 |
1522 | rc-scripts-1.1.5, released 02 Sep 2001 |
| 1500 | ==================================== |
1523 | ==================================== |
| 1501 | |
1524 | |
| 1502 | *sbin/rc-update |
1525 | *sbin/rc-update |
| 1503 | New version of the rc-update command for the new initscripts. Works |
1526 | New version of the rc-update command for the new initscripts. Works |
| 1504 | similarly to the old version, except this one updates our dependency |
1527 | similarly to the old version, except this one updates our dependency |
| 1505 | cache. |
1528 | cache. |
| 1506 | |
1529 | |
| 1507 | *init.d/functions.sh |
1530 | *init.d/functions.sh |
| 1508 | New and better looking informational message functions (einfo, einfon). |
1531 | New and better looking informational message functions (einfo, einfon). |
| 1509 | Brand new message functions (ewarn). |
1532 | Brand new message functions (ewarn). |
| 1510 | |
1533 | |
| 1511 | *sbin/init, init.d/checkroot |
1534 | *sbin/init, init.d/checkroot |
| 1512 | We're going back to a /proc/mounts-based mtab symlink because it's |
1535 | We're going back to a /proc/mounts-based mtab symlink because it's |
| 1513 | just plain better. Appropriate changes made. |
1536 | just plain better. Appropriate changes made. |
| 1514 | |
1537 | |
| 1515 | # vim:expandtab |
1538 | # vim:expandtab |