commit 9303515da29993a52ad373cc739a776d66fe90ce (HEAD, tag: initscripts-9.40-1, origin/master, origin/HEAD, master) Author: Bill Nottingham Date: Mon Aug 6 15:48:14 2012 -0400 9.40-1 initscripts.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 929b86328048d17f30f9be1ec2161b6486827e7f Author: Bill Nottingham Date: Thu Aug 2 15:13:40 2012 -0400 Drop more unused functions, and drop old s-c-n profile support directories. The profile support itself was removed a while ago. Makefile | 8 -------- initscripts.spec | 4 ---- rc.d/init.d/functions | 34 ---------------------------------- rc.d/init.d/network | 10 ---------- 4 files changed, 56 deletions(-) commit 654187448e2b29ee2b5c8b757a37420e1ce0257b Author: Bill Nottingham Date: Thu Aug 2 15:11:22 2012 -0400 Remove more now-unused functions from init.d/functions (crypto/dm) rc.d/init.d/functions | 180 -------------------------------------------------- 1 file changed, 180 deletions(-) commit 345e4fc14c6e6a043bc3fe4eeb8c39a36957fbf8 Author: Bill Nottingham Date: Mon Aug 6 15:20:03 2012 -0400 Drop fstab-decode and getkey; no longer used. Drop the umount loop from rc.d/init.d/functions. initscripts.spec | 2 - rc.d/init.d/functions | 65 ----------------------- src/Makefile | 9 +--- src/fstab-decode.8 | 46 ---------------- src/fstab-decode.c | 86 ------------------------------ src/getkey.1 | 80 ---------------------------- src/getkey.c | 141 -------------------------------------------------- 7 files changed, 1 insertion(+), 428 deletions(-) commit 23bfcbd74b4a02d302927961dc183066937e17e4 Author: Bill Nottingham Date: Mon Aug 6 15:19:38 2012 -0400 Drop testd test sysv script. src/Makefile | 8 +------- src/testd.c | 9 --------- src/testdinit | 44 -------------------------------------------- 3 files changed, 1 insertion(+), 60 deletions(-) commit 031a9ddaf6e25fb92959d5c1d7198a69c6ea6fbd Author: Bill Nottingham Date: Mon Aug 6 15:19:11 2012 -0400 Drop net.hotplug Makefile | 1 - initscripts.spec | 1 - sysconfig/network-scripts/net.hotplug | 60 ----------------------------------- udev/rules.d/60-net.rules | 1 - 4 files changed, 63 deletions(-) commit d85174edb7389f670705595804b48aee0278ed2f Author: Bill Nottingham Date: Mon Aug 6 15:18:23 2012 -0400 Initial removal of support for non-systemd systems. Makefile | 29 +- NetworkManager/dispatcher.d/05-netfs | 17 - README-init | 26 -- init/control-alt-delete.conf | 8 - init/plymouth-shutdown.conf | 16 - init/prefdm.conf | 12 - init/quit-plymouth.conf | 14 - init/rc.conf | 14 - init/rcS-sulogin.conf | 23 -- init/rcS.conf | 28 -- init/serial.conf | 30 -- init/splash-manager.conf | 22 -- init/start-ttys.conf | 15 - init/tty.conf | 9 - initscripts.spec | 98 +----- inittab | 62 +--- inittab.s390 | 48 --- inittab.systemd | 15 - inittab.upstart | 26 -- rc.d/init.d/halt | 213 ----------- rc.d/init.d/killall | 35 -- rc.d/init.d/netfs | 187 ---------- rc.d/init.d/single | 24 -- rc.d/rc | 104 ------ rc.d/rc.local | 7 - rc.d/rc.sysinit | 666 ----------------------------------- src/Makefile | 15 +- src/console_check.c | 207 ----------- src/console_init.c | 168 --------- src/securetty.8 | 15 - src/securetty.c | 127 ------- udev/rules.d/10-console.rules | 15 - 32 files changed, 18 insertions(+), 2277 deletions(-) commit 164d1ede7161233a2a2fe6e4cf413b44a08923e4 Author: Bill Nottingham Date: Mon Jul 16 12:03:04 2012 -0400 Use /lib/tmpfiles.d, not /etc/tmpfiles.d (#840182) Makefile | 4 ++-- initscripts.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 2a1947242172c53b485eafdcbe5508983d3e6071 Author: Bill Nottingham Date: Mon Jul 9 14:50:03 2012 -0400 Drop reference to systemd-udev.service. 1) udev-settle.service brings it in anyway 2) it changed names again systemd/system/fedora-wait-storage.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)