diff options
-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) |