diff options
author | Bill Nottingham <notting@redhat.com> | 2010-08-25 16:12:37 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-08-25 16:12:37 -0400 |
commit | a60778107da3c93948cad93d71a883c38d406922 (patch) | |
tree | 4ed06f8b774f49e7252fb4a6bcc5cbaf104994f3 | |
parent | dd39a5c671528f06852f626e67dbefcdbaedfe92 (diff) | |
download | initscripts-a60778107da3c93948cad93d71a883c38d406922.tar initscripts-a60778107da3c93948cad93d71a883c38d406922.tar.gz initscripts-a60778107da3c93948cad93d71a883c38d406922.tar.bz2 initscripts-a60778107da3c93948cad93d71a883c38d406922.tar.xz initscripts-a60778107da3c93948cad93d71a883c38d406922.zip |
9.17-1initscripts-9.17-1
-rw-r--r-- | initscripts.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 19d5ba04..9e8fd38a 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.16 +Version: 9.17 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -242,6 +242,15 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Wed Aug 25 2010 Bill Nottingham <notting@redhat.com> - 9.17-1 +- init.d/functions: redirect start/stop/condrestart/etc to systemctl in a systemd environment (#612728) +- rc.sysinit: don't frob the console loglevel on boot (#621257, #626572) +- service: use systemctl on systemd services +- 10-console.rules: only init consoles on add, not change (<lennart@poettering.net>) +- halt: fix unmounting bind mounts (#620461, <phr@doc.ic.ac.uk>) +- killall: exit 0 (#605519) +- translation updates: de, es, fi, fr, nl, pl, sv, uk + * Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 9.16-1 - halt: don't umount cgroups (#612789) - rename_device: dequote DEVICE key, handle SUBCHANNELS (<harald@redhat.com>) |