Bug 3057 - Erroneous script /etc/profile.d/givertcap.csh
Summary: Erroneous script /etc/profile.d/givertcap.csh
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: givertcap (show other bugs)
Version: unstable
Hardware: all Linux
: P4 blocker
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-27 00:30 MSD by Vadim V. Zhytnikov
Modified: 2005-09-05 03:34 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim V. Zhytnikov 2003-09-27 00:30:49 MSD
В скрипте /etc/profile.d/givertcap.csh содержится ошибка. Правильно set foo=bar
или setenv foo bar но никак не setenv foo=bar.  Особенно плохо то, что такая
ошибка в /etc/profile.d/*.csh приводит к полной неработоспособности tcsh.
Comment 1 Yuri N. Sedunov 2003-09-27 00:48:29 MSD
$ LC_ALL=C rpm -qi givertcap|grep -i build
Release     : alt4                          Build Date: Mon Jul 14 12:38:13 2003
Install date: Mon Jul 14 12:38:36 2003      Build Host: aris.altlinux.ru
$ cat `rpm -ql givertcap|grep csh`
#!/bin/csh
setenv GIVERTCAP "/usr/bin/givertcap"
Comment 2 Vadim V. Zhytnikov 2003-09-27 10:16:33 MSD
OK