diff options
author | Bill Nottingham <notting@redhat.com> | 2000-02-04 22:17:32 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-02-04 22:17:32 +0000 |
commit | 66e541e233ee04a9c0a716c2a0b45f2b6660e30b (patch) | |
tree | da732ede84ab100e576159fe7dcddcfc4a5282dd | |
parent | 7304d8f4c7276c6f1f7163ca4d041968c24c2b3e (diff) | |
download | initscripts-66e541e233ee04a9c0a716c2a0b45f2b6660e30b.tar initscripts-66e541e233ee04a9c0a716c2a0b45f2b6660e30b.tar.gz initscripts-66e541e233ee04a9c0a716c2a0b45f2b6660e30b.tar.bz2 initscripts-66e541e233ee04a9c0a716c2a0b45f2b6660e30b.tar.xz initscripts-66e541e233ee04a9c0a716c2a0b45f2b6660e30b.zip |
*** empty log message ***r4-90
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,13 @@ +2000-02-04 Bill Nottingham <notting@redhat.com> + + * lang.csh, lang.sh: + if LC_ALL/LINGUAS == LANG, don't set them + 2000-02-02 Bill Nottingham <notting@redhat.com> + * initscripts.spec: + add glib-devel to buildprereq + * rc.d/init.d/network, sysconfig/network-scripts/ifup-routes: fix handling of bizarro linuxconf routes diff --git a/initscripts.spec b/initscripts.spec index 5ba337c3..597943c5 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.89 +%define version 4.90 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Feb 4 2000 Bill Nottingham <notting@redhat.com> +- if LC_ALL/LINGUAS == LANG, don't set them + * Wed Feb 2 2000 Bill Nottingham <notting@redhat.com> - fix problems with linuxconf static routes |