* [sisyphus] # cat /usr/lib/j2se1.5-sun/j2se.sh JAVA_HOME=/usr/lib/j2se1.5-sun
@ 2006-07-10 9:12 Eugene Prokopiev
2006-07-10 10:11 ` [sisyphus] bash: export JAVA_HOME Eugene Prokopiev
0 siblings, 1 reply; 6+ messages in thread
From: Eugene Prokopiev @ 2006-07-10 9:12 UTC (permalink / raw)
To: Sisyphus
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 587 bytes --]
bash : export JAVA_HOME
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 8bit
úÄÒÁ×ÓÔ×ÕÊÔÅ!
÷ óÉÚÉÆÅ É × ëÏÍÐÁËÔÅ ÎÁÂÌÀÄÁÀ ÓÌÅÄÕÀÝÅÅ:
# cat /usr/lib/j2se1.5-sun/j2se.sh
JAVA_HOME=/usr/lib/j2se1.5-sun
export JAVA_HOME
[root@m0 root]# /usr/lib/j2se1.5-sun/j2se.sh
[root@m0 root]# echo $JAVA_HOME
[root@m0 root]#
é ÄÁÖÅ ÔÁË:
# sh
sh-3.1# cat /usr/lib/j2se1.5-sun/j2se.sh
JAVA_HOME=/usr/lib/j2se1.5-sun
export JAVA_HOME
sh-3.1# /usr/lib/j2se1.5-sun/j2se.sh
sh-3.1# echo $JAVA_HOME
sh-3.1#
ëÁË ÔÁËÏÅ ÍÏÖÅÔ ÂÙÔØ?
--
ó Õ×ÁÖÅÎÉÅÍ, ðÒÏËÏÐØÅ× å×ÇÅÎÉÊ
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sisyphus] bash: export JAVA_HOME
2006-07-10 9:12 [sisyphus] # cat /usr/lib/j2se1.5-sun/j2se.sh JAVA_HOME=/usr/lib/j2se1.5-sun Eugene Prokopiev
@ 2006-07-10 10:11 ` Eugene Prokopiev
2006-07-10 10:14 ` Alexey I. Froloff
0 siblings, 1 reply; 6+ messages in thread
From: Eugene Prokopiev @ 2006-07-10 10:11 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Как-то очень странно Мозилла (или кто по дороге?) изуродовала тему
сообщения, но я продолжу:
# cat /usr/lib/j2se1.5-sun/j2se.sh
export JAVA_HOME="/usr/lib/j2se1.5-sun"
# /usr/lib/j2se1.5-sun/j2se.sh
# echo $JAVA_HOME
# export JAVA_HOME="/usr/lib/j2se1.5-sun"
# echo $JAVA_HOME
/usr/lib/j2se1.5-sun
#
--
С уважением, Прокопьев Евгений
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] bash: export JAVA_HOME
2006-07-10 10:11 ` [sisyphus] bash: export JAVA_HOME Eugene Prokopiev
@ 2006-07-10 10:14 ` Alexey I. Froloff
2006-07-10 11:14 ` Eugene Prokopiev
0 siblings, 1 reply; 6+ messages in thread
From: Alexey I. Froloff @ 2006-07-10 10:14 UTC (permalink / raw)
To: ALT Linux Sisyphus
[-- Attachment #1: Type: text/plain, Size: 525 bytes --]
* Eugene Prokopiev <prokopiev@> [060710 14:11]:
> # cat /usr/lib/j2se1.5-sun/j2se.sh
> export JAVA_HOME="/usr/lib/j2se1.5-sun"
> # /usr/lib/j2se1.5-sun/j2se.sh
Попробуйте вместо этого сделать
. /usr/lib/j2se1.5-sun/j2se.sh
> # echo $JAVA_HOME
> # export JAVA_HOME="/usr/lib/j2se1.5-sun"
> # echo $JAVA_HOME
> /usr/lib/j2se1.5-sun
--
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
Inform-Mobil, Ltd. System Administrator
http://www.inform-mobil.ru/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] bash: export JAVA_HOME
2006-07-10 10:14 ` Alexey I. Froloff
@ 2006-07-10 11:14 ` Eugene Prokopiev
2006-07-10 12:06 ` Yuriy Kashirin
0 siblings, 1 reply; 6+ messages in thread
From: Eugene Prokopiev @ 2006-07-10 11:14 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Alexey I. Froloff пишет:
> * Eugene Prokopiev <prokopiev@> [060710 14:11]:
>
>># cat /usr/lib/j2se1.5-sun/j2se.sh
>>export JAVA_HOME="/usr/lib/j2se1.5-sun"
>># /usr/lib/j2se1.5-sun/j2se.sh
>
> Попробуйте вместо этого сделать
> . /usr/lib/j2se1.5-sun/j2se.sh
Да, работает ...
Теперь главный вопрос: как сделать, чтоб после логина пользователя он
видел бы в переменной JAVA_HOME /usr/lib/j2se1.5-sun. Исправил
/etc/profile так:
for f in /etc/profile.d/*.sh; do
echo "outer : $f"
if [ -f "$f" -a -r "$f" -a -x "$f" -a -s "$f" -a ! -L "$f" ]; then
echo "inner : $f"
. "$f" &> /tmp/fff
fi
done
если запускать его вручную, то я вижу:
$ . /etc/profile
outer : /etc/profile.d/0lang.sh
inner : /etc/profile.d/0lang.sh
outer : /etc/profile.d/color_ls.sh
inner : /etc/profile.d/color_ls.sh
outer : /etc/profile.d/configure_keyboard.sh
inner : /etc/profile.d/configure_keyboard.sh
outer : /etc/profile.d/console.sh
inner : /etc/profile.d/console.sh
outer : /etc/profile.d/j2se.sh
outer : /etc/profile.d/lang.sh
outer : /etc/profile.d/less.sh
inner : /etc/profile.d/less.sh
outer : /etc/profile.d/libglib2.sh
inner : /etc/profile.d/libglib2.sh
outer : /etc/profile.d/shared-mime-info.sh
inner : /etc/profile.d/shared-mime-info.sh
outer : /etc/profile.d/tmpdir.sh
inner : /etc/profile.d/tmpdir.sh
outer : /etc/profile.d/xhost.sh
inner : /etc/profile.d/xhost.sh
$ ls -la /etc/profile.d
total 80
drwxr-xr-x 2 root root 4096 Jul 10 13:11 .
drwxr-xr-x 67 root root 4096 Jul 10 12:20 ..
-rwxr-xr-x 1 root root 1569 May 18 13:03 0lang.csh
-rwxr-xr-x 1 root root 1792 May 18 13:03 0lang.sh
-rwxr-xr-x 1 root root 511 May 22 18:12 color_ls.csh
-rwxr-xr-x 1 root root 787 May 22 18:12 color_ls.sh
-rwxr-xr-x 1 root root 196 May 18 13:03 configure_keyboard.csh
-rwxr-xr-x 1 root root 207 May 18 13:03 configure_keyboard.sh
-rwxr-xr-x 1 root root 286 May 18 13:03 console.csh
-rwxr-xr-x 1 root root 267 May 18 13:03 console.sh
lrwxrwxrwx 1 root root 47 Jul 10 12:21 j2se.csh ->
/etc/alternatives/links/|etc|profile.d|j2se.csh
lrwxrwxrwx 1 root root 46 Jul 10 12:21 j2se.sh ->
/etc/alternatives/links/|etc|profile.d|j2se.sh
lrwxrwxrwx 1 root root 9 May 18 13:03 lang.csh -> 0lang.csh
lrwxrwxrwx 1 root root 8 May 18 13:03 lang.sh -> 0lang.sh
-rwxr-xr-x 1 root root 164 May 18 13:03 less.csh
-rwxr-xr-x 1 root root 241 May 18 13:03 less.sh
-rwxr-xr-x 1 root root 474 Apr 10 17:47 libglib2.csh
-rwxr-xr-x 1 root root 467 Apr 10 17:47 libglib2.sh
-rwxr-xr-x 1 root root 45 May 18 13:03 shared-mime-info.csh
-rwxr-xr-x 1 root root 45 May 18 13:03 shared-mime-info.sh
-rwxr-xr-x 1 root root 627 May 18 13:03 tmpdir.csh
-rwxr-xr-x 1 root root 426 May 18 13:03 tmpdir.sh
-rwxr-xr-x 1 root root 180 May 18 13:03 xhost.csh
-rwxr-xr-x 1 root root 172 May 18 13:03 xhost.sh
Т.е. выпадают ссылки, ведущие наружу. Вопрос: что делает if в profile,
делает ли он это правильно (что тогда неправильно?) или нет (как тогда
исправить?)
--
С уважением, Прокопьев Евгений
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] bash: export JAVA_HOME
2006-07-10 11:14 ` Eugene Prokopiev
@ 2006-07-10 12:06 ` Yuriy Kashirin
2006-07-10 13:14 ` Eugene Prokopiev
0 siblings, 1 reply; 6+ messages in thread
From: Yuriy Kashirin @ 2006-07-10 12:06 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Monday 10 July 2006 14:14, Eugene Prokopiev wrote:
> Теперь главный вопрос: как сделать, чтоб после логина пользователя
> он видел бы в переменной JAVA_HOME /usr/lib/j2se1.5-sun.
[ skiped ]
> if [ -f "$f" -a -r "$f" -a -x "$f" -a -s "$f" -a ! -L "$f" ];
[ skiped ]
> Т.е. выпадают ссылки, ведущие наружу. Вопрос: что делает if в
> profile, делает ли он это правильно (что тогда неправильно?) или
> нет
Это из-за условия -a ! -L "$f", что означает "и если $f не ссылка". То
есть выпадают все ссылки (не только ведущие наружу). Судя по:
> $ ls -la /etc/profile.d
> -rwxr-xr-x 1 root root 1569 May 18 13:03 0lang.csh
> -rwxr-xr-x 1 root root 1792 May 18 13:03 0lang.sh
> lrwxrwxrwx 1 root root 9 May 18 13:03 lang.csh -> 0lang.csh
> lrwxrwxrwx 1 root root 8 May 18 13:03 lang.sh -> 0lang.sh
...игнорирование ссылок сделано, чтоб повторно не обрабатывать файл,
на который там же есть ссылка. Зачем в /etc/profile.d лежат и файлы,
и ссылки на них - хз.
> (как тогда исправить?)
Проще всего переделать условие на:
if [ -f "$f" -a -r "$f" -a -x "$f" -a -s "$f" ]
Но не забыть поудалять ссылки, указывающие на файлы, лежащие в том же
директории. Или убрать из таких ссылок или из самих файлов
расширение .sh
--
Best regards
Yuriy Kashirin
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-07-10 13:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-10 9:12 [sisyphus] # cat /usr/lib/j2se1.5-sun/j2se.sh JAVA_HOME=/usr/lib/j2se1.5-sun Eugene Prokopiev
2006-07-10 10:11 ` [sisyphus] bash: export JAVA_HOME Eugene Prokopiev
2006-07-10 10:14 ` Alexey I. Froloff
2006-07-10 11:14 ` Eugene Prokopiev
2006-07-10 12:06 ` Yuriy Kashirin
2006-07-10 13:14 ` Eugene Prokopiev
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git