| … | |
… | |
| 5 | 13 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
5 | 13 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
| 6 | |
6 | |
| 7 | Rework the code for managing /dev to make it more flexible for |
7 | Rework the code for managing /dev to make it more flexible for |
| 8 | users. Some don't want to use devfs/udev but rather just create |
8 | users. Some don't want to use devfs/udev but rather just create |
| 9 | their own nodes. Handles some issues with #44906 / #67276. |
9 | their own nodes. Handles some issues with #44906 / #67276. |
|
|
10 | |
|
|
11 | Move the utmp clearing code out of bootmisc and into /sbin/rc. |
|
|
12 | The utmp log must be cleared while in the initial boot level |
|
|
13 | (meaning inside /sbin/rc) because as soon as rc exists, init |
|
|
14 | writes a 'boot' record (`who -b`) which would normally be lost |
|
|
15 | when the bootmisc init.d script is run #61727. |
| 10 | |
16 | |
| 11 | 13 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
17 | 13 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
| 12 | |
18 | |
| 13 | Cosmetic fixes for starting loopback interface |
19 | Cosmetic fixes for starting loopback interface |
| 14 | |
20 | |