commit cbc9da68cc15b95482521db9895a2e54ca82fb6a Author: Bill Nottingham Date: Wed Oct 12 16:48:50 2011 -0400 Bump release initscripts.spec | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 07b90103fcee7e6ec096f941fd4688923b8cf768 Author: Doug Knight Date: Fri Oct 7 11:59:17 2011 -0800 Only use the first ARP response in netconsole (#744309) rc.d/init.d/netconsole | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 73d7cf7234f4c903e13de28d71a839afff9b93ca Author: Bill Nottingham Date: Thu Oct 6 14:22:18 2011 -0400 Drop this entirely, as it causes issues in conjunction with systemd. Non-systemd init daemons will need to recreate this functionality. udev/rules.d/88-clock.rules | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit a28a3f03b42377f50ab46fd669bc93b287c20b11 Author: Bill Nottingham Date: Fri Sep 30 10:52:05 2011 -0400 Be less picky about ifcfg file names. (#742276) rc.d/init.d/network | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e1afcc44754dab8adc7dd1099fbea61b941e52d9 Author: Michal Schmidt Date: Sat Sep 24 13:04:09 2011 +0200 do not check for the existence of a systemd unit before redirecting It is wrong to look only in /lib/systemd/system. systemd can handle units in several other directories as well. The check is needless. Simply redirect everything that's not a SysV service and let systemctl report an error if it's invalid. service | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) commit 09bfb5033230e6846414bc6002aa12ce09c23687 Author: Bill Nottingham Date: Mon Sep 19 17:45:17 2011 -0400 Only bother with consoletype if we're actually connected to something that's console-ish. (#657869) If we're connected to a socket, or a pipe, or a file, or anything else - assume dumb mode. rc.d/init.d/functions | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)