From 0bb4cef1c4775dfdfd07c767256eee4144babd7a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 10 May 2005 19:08:45 +0000 Subject: [PATCH] update --- .cvsignore | 2 +- initscripts.spec | 16 +++++++++++++--- sources | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index bc2f0fb..9b1ef65 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -initscripts-8.10.tar.bz2 +initscripts-8.11.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index fc2413a..24e0e06 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.10 +Version: 8.11 License: GPL Group: System Environment/Base Release: 1 @@ -72,7 +72,8 @@ touch /var/log/wtmp touch /var/run/utmp touch /var/log/btmp chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp -chmod 664 /var/log/wtmp /var/run/utmp /var/log/btmp +chmod 664 /var/log/wtmp /var/run/utmp +chmod 600 /var/log/btmp /sbin/chkconfig --add netfs /sbin/chkconfig --add network @@ -202,11 +203,20 @@ rm -rf $RPM_BUILD_ROOT %config /etc/ppp/ipv6-down %config /etc/initlog.conf %doc sysconfig.txt sysvinitfiles ChangeLog static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6 -%ghost %attr(0664,root,utmp) /var/log/btmp +%ghost %attr(0600,root,utmp) /var/log/btmp %ghost %attr(0664,root,utmp) /var/log/wtmp %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue May 10 2005 Bill Nottingham 8.11-1 +- fix mis-bringup of interfaces due to accidentally matched HWADDR + (a.k.a. ONBOOT=no not working) (#153669, #157252) +- support automatic relabeling later if rebooted w/o SELinux + () +- rc.sysinit: fix fixfiles invocation (#157182) +- btmp should be 0600 (#156900) +- translation updates: fr, bg, ru, mk, pa, es + * Fri Apr 29 2005 Bill Nottingham 8.10-1 - fix hang on stale GDM sockets (#156355) diff --git a/sources b/sources index cb9a3ba..baebe50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d4808ef67b278f71c53fa018e48f2c4 initscripts-8.10.tar.bz2 +208339527714a97a1a57eaa259ac5421 initscripts-8.11.tar.bz2