commit e8dc89f81e6ce300350ee349ef9288381f05f1c4 Author: Bill Nottingham Date: Thu Dec 2 14:32:06 2010 -0500 9.23-1 initscripts.spec | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 6e7a2f88a1c6d1fffe3be81f5b86a06f18a03299 Author: Petr Lautrbach Date: Wed Dec 1 10:54:13 2010 +0100 CONSOLETYPE - check read access to /dev/stderr (#650103) rc.d/init.d/functions | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 6890d8788cda23492f14839a890aebf457bf3725 Author: Bill Nottingham Date: Tue Nov 30 22:03:51 2010 -0500 Squash warning on opening /dev/stderr (#650103) rc.d/init.d/functions | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ff5befb95b133cc1da3f32ffcd9f3cef779244b6 Author: Bill Nottingham Date: Tue Nov 30 21:53:02 2010 -0500 Support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984) Adapted from In addition to legacy IP aliases, this commit adds a support for configuring mupliple IPs via single ifcfg file. It uses the same syntax and behaviour as NetworkManager. sysconfig.txt | 14 +++++--- sysconfig/network-scripts/ifup-eth | 53 ++++++++++++++++----------- sysconfig/network-scripts/network-functions | 40 ++++++++++++++------ 3 files changed, 68 insertions(+), 39 deletions(-) commit d624aba089bd95acfe8f02bebb01c34a4f242216 Author: Bill Nottingham Date: Tue Nov 30 13:47:51 2010 -0500 Add tmpfiles.d support (#656602, ) Makefile | 3 +++ initscripts.spec | 2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) commit c56134d2db8b0aa9fb7c96b3142d108d57820b96 Author: Bill Nottingham Date: Tue Nov 30 13:46:58 2010 -0500 Use proper keyword (#657974) systemd/system/fedora-autorelabel.service | 2 +- systemd/system/fedora-loadmodules.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 6f0f5c2c76204e6f534ca3163319a13a04c20fb7 Author: Bill Nottingham Date: Tue Nov 30 12:56:19 2010 -0500 Add tmpfiles.d support (#656602, ) initscripts.tmpfiles.d | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 4e1743c1d9de2f21fdedacca16a483025e537e1d Author: Bill Nottingham Date: Mon Nov 29 16:14:03 2010 -0500 Allow 0 as a vlan tag. (#624704, #635360) sysconfig/network-scripts/ifup | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 35396a9718b7457e999f00a92da9d5d5f4ccfd42 Author: Bill Nottingham Date: Mon Nov 29 15:51:31 2010 -0500 When creating btmp, ensure the proper context. (#656928) rc.d/rc.sysinit | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b909b34aa160c332015a93a46a9482dda1bbc256 Author: Bill Nottingham Date: Mon Nov 22 21:34:07 2010 -0500 Remain after local-fs.target. systemd/system/fedora-autoswap.service | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 525a4ba38863388469346d897347f2bf28185483 Author: Lennart Poettering Date: Fri Nov 19 03:04:14 2010 +0100 fedora-autoswap: order before swap.target like all other swaps systemd/system/fedora-autoswap.service | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit e8fbd3e8f6588cb6051c5e6492316fd6b3eef8cf Author: Lennart Poettering Date: Fri Nov 19 03:04:16 2010 +0100 fedora-storage: drop reference to emergency, weaken dependencies systemd/system/fedora-storage-init.service | 4 ++-- systemd/system/fedora-wait-storage.service | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 2cc340fbe91ac28c5e3786e58429c3e5c62e79d6 Author: Lennart Poettering Date: Fri Nov 19 03:04:13 2010 +0100 fedora-autorelabel: drop disable_selinux() since it is unused systemd/fedora-autorelabel | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit 5d5f11e49ac230d5d92ccc28512bcf387c22286c Author: Lennart Poettering Date: Fri Nov 19 03:04:12 2010 +0100 autorelabel: use systemd internal reboot logic, which is more robust and includes automatic unmounting systemd/fedora-autorelabel | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) commit 3d74cc03f6a50a649d638bcd395b62b2e15a5c5a Author: Lennart Poettering Date: Fri Nov 19 03:04:11 2010 +0100 systemd: simplify autorelabel ordering and add conditional suppression systemd/system/fedora-autorelabel.service | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 86f9d6caae757d0306699fe59d4594f9f209d82c Author: Lennart Poettering Date: Fri Nov 19 03:04:10 2010 +0100 loadmodules: start in parallel to systemd-modules-load.service This changes After/Before to be identical to systemd-modules-load.service.in. This causes this unit to be run earlier and in parallel to udev and the rest of the module loading. systemd/system/fedora-loadmodules.service | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 37ef742fe24e27db2def8bc5a84ee57a377179ca Author: Lennart Poettering Date: Fri Nov 19 03:04:09 2010 +0100 systemd: run fedora-loadmodules only if there's something configured systemd/system/fedora-loadmodules.service | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit e778cad285882e3251d7c60088bfa2ac50f09693 Author: Lennart Poettering Date: Fri Nov 19 03:04:08 2010 +0100 sysinit.service is no longer necessary inittab.systemd | 2 -- systemd/system/sysinit.service | 10 ---------- 2 files changed, 0 insertions(+), 12 deletions(-) commit 25979e03da1ed03ebf0d8900ab6d4bb64019735d Author: Bill Nottingham Date: Thu Nov 18 11:32:32 2010 -0500 Don't relabel random files; this shouldn't happen any more. Also, merge blocks on identical conditions. systemd/fedora-autorelabel | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) commit 7f934772b4c9c66f96e6c05a220b46ac89a43600 Author: Bill Nottingham Date: Wed Nov 17 08:25:01 2010 -0500 Fix path (#654214) systemd/system/fedora-configure.service | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 48da8e510bca624516172aa144b48a850f0e4ac9 Author: Bill Nottingham Date: Tue Nov 16 22:18:58 2010 -0500 Don't use our crypto init ; systemd handles this. systemd/fedora-init-crypto | 5 ----- systemd/fedora-storage-init | 2 -- systemd/system/fedora-autoswap.service | 4 ++-- systemd/system/fedora-init-crypto-1.service | 15 --------------- systemd/system/fedora-init-crypto-2.service | 15 --------------- systemd/system/fedora-init-crypto-3.service | 15 --------------- systemd/system/fedora-storage-init.service | 4 ++-- 7 files changed, 4 insertions(+), 56 deletions(-)