aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-03-17 18:01:05 +0000
committerBill Nottingham <notting@redhat.com>2004-03-17 18:01:05 +0000
commite78d5111ec5322d663b07bd09b4f324709d942d5 (patch)
treecb8a6c5bd79e5353a0a077fbb42b4735fbb3b1ef
parent2c2c0b9572f76dc5b9949848ea4422e5a69b1786 (diff)
downloadinitscripts-e78d5111ec5322d663b07bd09b4f324709d942d5.tar
initscripts-e78d5111ec5322d663b07bd09b4f324709d942d5.tar.gz
initscripts-e78d5111ec5322d663b07bd09b4f324709d942d5.tar.bz2
initscripts-e78d5111ec5322d663b07bd09b4f324709d942d5.tar.xz
initscripts-e78d5111ec5322d663b07bd09b4f324709d942d5.zip
7.48-1r7-48
-rw-r--r--ChangeLog28
-rw-r--r--initscripts.spec6
2 files changed, 31 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 205aae92..8010756d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,30 @@
2004-03-17 Bill Nottingham <notting@redhat.com>
+ * ChangeLog, initscripts.spec: 7.48-1
+
+ * rc.d/rc.sysinit:
+ disable enforcing in emergency mode for now, relabel some commonly
+ mislabeled files on boot
+
+ * rc.d/rc.sysinit:
+ remove checkselinux, that's not in the right place, and it's not
+ useful ATM for general early-boot use
+
+2004-03-17 Allan Sims <allsi@eau.ee>
+
+ * po/et.po: Fixed fuzzies
+
+2004-03-17 Dan Walsh <dwalsh@redhat.com>
+
+ * rc.d/rc.sysinit:
+ add checkselinux script, to clean up stuff that might have happened because of boots with non SELinux kernels
+
+2004-03-17 hutuworm <hutuworm@hutuworm.org>
+
+ * po/zh_CN.po: update by hutuworm @ 20040317
+
+2004-03-17 Bill Nottingham <notting@redhat.com>
+
* ChangeLog, initscripts.spec: 7.47-1
* po/uk.po, po/vi.po, po/wa.po, po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/ta.po, po/tr.po, po/is.po, po/it.po, po/ja.po, po/ko.po, po/ms.po, po/nl.po, po/nn.po, po/no.po, po/pa.po, po/pl.po, po/pt.po, po/es.po, po/et.po, po/eu_ES.po, po/fi.po, po/fr.po, po/gl.po, po/hi.po, po/hr.po, po/hu.po, po/id.po, po/initscripts.pot, po/ar.po, po/bg.po, po/ca.po, po/cs.po, po/cy.po, po/da.po, po/de.po:
@@ -71,8 +96,7 @@
* po/it.po: it.po
-2004-03-06 Allan Sims <allsi@eau.ee>
-
+2004-03-06
* po/et.po: Estonian
2004-03-05 Allan Sims <allsi@eau.ee>
diff --git a/initscripts.spec b/initscripts.spec
index 1cccfe1a..bf2e1eaa 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 7.47
+Version: 7.48
License: GPL
Group: System Environment/Base
Release: 1
@@ -249,6 +249,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.48-1
+- disable enforcing in emergency mode for now, relabel some commonly
+ mislabeled files on boot
+
* Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.47-1
- translation: catch more input strings (#106285, <mitr@volny.cz>)
- remove autologin from prefdm (#108969)