diff options
author | Bill Nottingham <notting@redhat.com> | 2000-04-03 19:47:28 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-04-03 19:47:28 +0000 |
commit | 90c145db03e8198e4daf41743ed8357c824decfe (patch) | |
tree | f4d30ca1fb559b07db904d8cb11382b1ae3fb83f | |
parent | a20dc647d469b7b376c1dea34e04b67058f57c7c (diff) | |
download | initscripts-90c145db03e8198e4daf41743ed8357c824decfe.tar initscripts-90c145db03e8198e4daf41743ed8357c824decfe.tar.gz initscripts-90c145db03e8198e4daf41743ed8357c824decfe.tar.bz2 initscripts-90c145db03e8198e4daf41743ed8357c824decfe.tar.xz initscripts-90c145db03e8198e4daf41743ed8357c824decfe.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 23 insertions, 1 deletions
@@ -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) |