From 9645e571475a1e1e6474a96c45da6eab005e562e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jul 27 2010 18:14:49 +0000 Subject: 9.16-1 --- diff --git a/.cvsignore b/.cvsignore index b83a15b..2053cd1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -initscripts-9.15.tar.bz2 +initscripts-9.16.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 6065084..19d5ba0 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -2,7 +2,7 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.15 +Version: 9.16 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -208,6 +208,7 @@ rm -rf $RPM_BUILD_ROOT /sbin/genhostid /sbin/getkey /sbin/securetty +/sbin/sushell %attr(2755,root,root) /sbin/netreport /lib/udev/rules.d/* /lib/udev/rename_device @@ -241,6 +242,15 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Tue Jul 27 2010 Bill Nottingham - 9.16-1 +- halt: don't umount cgroups (#612789) +- rename_device: dequote DEVICE key, handle SUBCHANNELS () +- sysconfig.txt: document PREFIX/NETMASK (#617481, ) +- sysconfig.txt: document NETWORKWAIT (#595386) +- remove support for hotkey interactive startup (#605016). Use 'confirm' on the commandline + (but even that doesn't fully make sense in an upstart/systemd world) +- don't directly execute bash for single-user mode (#540216, #584443, #585053) + * Thu Jun 24 2010 Bill Nottingham - 9.15-1 - ifup-eth: check for dhclient configuration in /etc/dhcp as well (#607764, #607766) - network-functions: handle quoted SUBCHANNELS (#607481) diff --git a/sources b/sources index 768819e..7cdb6b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81ec34f2df822a1ef2755d946fd419ee initscripts-9.15.tar.bz2 +209304d2eab7dd5a35f99ae53162dccf initscripts-9.16.tar.bz2