aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog27
-rw-r--r--initscripts.spec5
2 files changed, 28 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b7c91224..2d810e26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
+2001-01-24 Bill Nottingham <notting@redhat.com>
+
+ * po/cs.po, po/da.po, po/de.po, po/es.po, po/eu_ES.po, po/fi.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/initscripts.pot, po/is.po, po/it.po, po/ja.po, po/ko.po, po/Makefile, po/no.po, po/pl.po, po/pt_BR.po, po/pt.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/uk.po, po/wa.po, po/xgettext_sh.py, po/zh_CN.GB2312.po, po/zh.po:
+ big refresh-po stuff
+
+ * rc.d/init.d/halt, sysconfig/network-scripts/ifup-aliases:
+ fix more typos
+
+ * sysconfig/network-scripts/ifup-aliases:
+ fix typo
+
+ * rc.d/rc.sysinit:
+ don't try and set up LVM if /etc/lvmtab doesn't exist
+
+2001-01-24 I18N Processor <i18n@redhat.com>
+
+ * po/no.po: Auto-update by kmaraas@online.no
+
+2001-01-23 I18N Processor <i18n@redhat.com>
+
+ * po/no.po: Auto-update by kmaraas@online.no
+
2001-01-23 Bill Nottingham <notting@redhat.com>
+ * ChangeLog: 5.57-1
+
* rc.d/init.d/halt:
read /etc/sysconfig/clock on syncing hwclock
@@ -11,9 +35,6 @@
* rc.d/init.d/functions, rc.d/init.d/halt, rc.d/rc.sysinit:
fix utter brokenness. Must be more careful with sed
- * initscripts.spec, ChangeLog:
- 5.57-1
-
* po/xgettext_sh.py, rc.d/init.d/functions, rc.d/init.d/halt, rc.d/init.d/netfs, rc.d/init.d/network, rc.d/init.d/random, rc.d/rc, rc.d/rc.sysinit:
tag action, runcmd, etc. lines as well
diff --git a/initscripts.spec b/initscripts.spec
index f58d4f31..3062a16b 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 5.57
+Version: 5.58
Copyright: GPL
Group: System Environment/Base
Release: 1
@@ -245,6 +245,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
+- quiet LVM setup (#24841)
+
* Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
- new i18n mechanism