From 66e541e233ee04a9c0a716c2a0b45f2b6660e30b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 4 Feb 2000 22:17:32 +0000 Subject: *** empty log message *** --- ChangeLog | 8 ++++++++ initscripts.spec | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 255ec80c..15ea01d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ +2000-02-04 Bill Nottingham + + * lang.csh, lang.sh: + if LC_ALL/LINGUAS == LANG, don't set them + 2000-02-02 Bill Nottingham + * 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 +- if LC_ALL/LINGUAS == LANG, don't set them + * Wed Feb 2 2000 Bill Nottingham - fix problems with linuxconf static routes -- cgit