aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2001-08-20 15:33:33 +0000
committerNalin Dahyabhai <nalin@redhat.com>2001-08-20 15:33:33 +0000
commit397bcf255c007f68b75067e2b86c89fb041fdd9d (patch)
treefd5229fe0ceb1ebdea68f7e5645877916874d062
parent152c8f3ab577dbbce1b17ee1db1996d00d789295 (diff)
downloadinitscripts-397bcf255c007f68b75067e2b86c89fb041fdd9d.tar
initscripts-397bcf255c007f68b75067e2b86c89fb041fdd9d.tar.gz
initscripts-397bcf255c007f68b75067e2b86c89fb041fdd9d.tar.bz2
initscripts-397bcf255c007f68b75067e2b86c89fb041fdd9d.tar.xz
initscripts-397bcf255c007f68b75067e2b86c89fb041fdd9d.zip
- fix syntax error in lang.cshr6-22
- set codeset by echoing to /dev/tty instead of /proc/self/fd/15
-rw-r--r--initscripts.spec8
-rwxr-xr-xlang.csh4
2 files changed, 8 insertions, 4 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 2d953839..e8f7774c 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 6.21
+Version: 6.22
License: GPL
Group: System Environment/Base
Release: 1
@@ -239,7 +239,11 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
-* Sun Aug 18 2001 Bill Nottingham <notting@redhat.com>
+* Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
+- fix syntax error in lang.csh
+- set codeset by echoing to /dev/tty instead of /proc/self/fd/15
+
+* Sun Aug 19 2001 Bill Nottingham <notting@redhat.com>
- fix a broken call to check_device_down
- make all loopback addresses have host scope, not global scope.
Fixes #49374, possibly others
diff --git a/lang.csh b/lang.csh
index 2a181515..041a6069 100755
--- a/lang.csh
+++ b/lang.csh
@@ -52,7 +52,7 @@ if ($sourced == 1) then
if ( $?TERM ) then
if ( "$TERM" == "linux" ) then
if ( `/sbin/consoletype` == "vt" ) then
- /bin/echo -n -e '\033(K' > /proc/$$/fd/15
+ /bin/echo -n -e '\033(K' > /dev/tty
endif
endif
endif
@@ -63,7 +63,7 @@ if ($sourced == 1) then
unsetenv SYSFONT
endif
-if ($?LANG)
+if ($?LANG) then
switch ($LANG)
case ja*:
case zh*: