commit c55912dfd8156715c551715cc3f6b088cc437f32 Author: Bill Nottingham Date: Tue Jul 27 14:11:58 2010 -0400 Upload tarballs. Makefile | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 1390ed40323e8c5915be17c8432427b3142d9c47 Author: Bill Nottingham Date: Tue Jul 27 14:07:36 2010 -0400 9.16-1 initscripts.spec | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 49f8dfb872b73e2cade08ca1156c65f81c47910a Author: Bill Nottingham Date: Tue Jul 27 13:56:03 2010 -0400 Don't umount cgroup stuff on halt (#612789) rc.d/init.d/halt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7c02171fc48aa5dcac7f18608ac33acce2b2d6a2 Author: Harald Hoyer Date: Mon Jul 26 17:12:29 2010 -0400 rename_device: dequote DEVICE="eth0" src/rename_device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2f96a39bbba60dd1697e2ee4b0a99f1f34df5df3 Author: Bill Nottingham Date: Mon Jul 26 13:08:03 2010 -0400 Document PREFIX/NETMASK (#617481, ) sysconfig.txt | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 077be9f3d0d2ae1a94964e47a87550c18fa370cb Author: Harald Hoyer Date: Thu Jul 15 13:25:23 2010 -0400 rename_device: fix s390 subchannel reading src/rename_device.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit b3f6e39adc4627af2f781cff87f961246fbe6ac0 Author: Bill Nottingham Date: Thu Jul 1 12:16:34 2010 -0400 Document NETWORKWAIT (#595386) sysconfig.txt | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit fac1aa79cbedc374a3b03650572cd3f4daecb4f7 Author: Bill Nottingham Date: Wed Jun 30 13:54:10 2010 -0400 Remove support for hotkey interactive startup. (#605016) It cannot work reliably as done in this way. (It's possible to do surgery to do it in plymouth itself, but not here.) Interactive startup via the 'confirm' commandline option is still available. rc.d/rc.sysinit | 20 -------------------- sysconfig/init | 2 -- 2 files changed, 0 insertions(+), 22 deletions(-) commit 9bfd6e85da6c7093bda75ba4a7227300a74a495a Author: Bill Nottingham Date: Tue Jun 29 14:34:46 2010 -0400 Add sushell, man page to manifests. initscripts.spec | 1 + src/Makefile | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) commit edbe224afa7d6fe5a9cfccb1b49e661d364a5a01 Author: Bill Nottingham Date: Tue Jun 29 12:53:37 2010 -0400 Don't directly execute bash for single-user mode, as that has SELinux issues. (#540216, #584443, #585053) If upstart directly runs bash for single-user mode, there's no way for SELinux to set the proper context (to distinguish it from other init scripts). Inserting a helper binary in the way allows for this. While we're changing this, we make it configurable so it's easily possible for people to use sulogin if they so desire. init/rcS-sulogin.conf | 4 +++- src/sushell | 5 +++++ src/sushell.8 | 16 ++++++++++++++++ sysconfig/init | 3 +++ sysconfig/init.s390 | 3 +++ 5 files changed, 30 insertions(+), 1 deletions(-) commit cf6b7b273229021819a887c54b2a2bd76749e067 Author: Bill Nottingham Date: Tue Jun 29 12:24:47 2010 -0400 Tweak wording. sysconfig.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 972da4e4406e73ed45858d4a03f42260cc5ae29b Author: Bill Nottingham Date: Tue Jun 29 11:16:46 2010 -0400 Mention WDM, though (#609037) sysconfig.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 45532a7c521cd93a98307aa26aaad147c0f6ce87 Author: Bill Nottingham Date: Tue Jun 29 11:14:33 2010 -0400 Document that DISPLAYMANAGER is deprecated. sysconfig.txt | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-)