aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-04-03 19:47:28 +0000
committerBill Nottingham <notting@redhat.com>2000-04-03 19:47:28 +0000
commit90c145db03e8198e4daf41743ed8357c824decfe (patch)
treef4d30ca1fb559b07db904d8cb11382b1ae3fb83f
parenta20dc647d469b7b376c1dea34e04b67058f57c7c (diff)
downloadinitscripts-90c145db03e8198e4daf41743ed8357c824decfe.tar
initscripts-90c145db03e8198e4daf41743ed8357c824decfe.tar.gz
initscripts-90c145db03e8198e4daf41743ed8357c824decfe.tar.bz2
initscripts-90c145db03e8198e4daf41743ed8357c824decfe.tar.xz
initscripts-90c145db03e8198e4daf41743ed8357c824decfe.zip
*** empty log message ***
-rw-r--r--ChangeLog18
-rw-r--r--initscripts.spec6
2 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19fa5013..d3b1fad2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
+2000-04-03 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/functions:
+ Blarg. I can't type.
+
+ * rc.d/rc.sysinit:
+ explicitly specify --localtime to hwclock
+
2000-03-31 Bill Nottingham <notting@redhat.com>
+ * lang.csh, lang.sh:
+ source /home/devel/notting/.i18n as well as /etc/sysconfig/i18n
+ (idea from <ivanyi@internet.sk>)
+
+ * service:
+ add full restart (stop/start) <ivanyi@internet.sk>
+
+ * sysconfig/network-scripts/ifup:
+ don't add unnecessary host routes
+
* rc.d/init.d/network:
blarg. linuxconf support broken again.
diff --git a/initscripts.spec b/initscripts.spec
index 3a0afaf3..5c9d75e8 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/rc.d scripts.
Name: initscripts
-Version: 5.05
+Version: 5.06
Copyright: GPL
Group: System Environment/Base
Release: 1
@@ -215,6 +215,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Apr 3 2000 Bill Nottingham <notting@redhat.com>
+- fix typo in functions file
+- explicitly set --localtime when calling hwclock if necessary
+
* Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
- fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472)