ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "S. Budnevitch" <budnevitch@mail.mtu.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] zsh and medusa
Date: Mon Aug  6 11:14:13 2001
Message-ID: <20010806113225.A15088@ulalume.mtu.ru> (raw)
In-Reply-To: <20010801190617.4b69c8fa._troggy_@mtu-net.ru>; from _troggy_@mtu-net.ru on Wed, Aug 01, 2001 at 07:06:17PM +0400

On Wed, Aug 01, 2001 at 07:06:17PM +0400, Pavel Marakhovsky wrote:
> Такой вопрос:
> Почему при старте zsh запускается процесс /usr/bin/medusa-idled?

Его запускает скрипт /etc/profile.d/medusa-idled.sh
Вообще-то, если бы права на этот скрипт были выставлены правильно, он
запускался и bash'ем.

> И как это можно отключить?

Либо удалить /etc/profile.d/medusa-idled.sh, либо поправить /etc/zshrc,
чтобы он выглядел как /etc/bashrc (хотя, на мой взгляд, эта проверка
лишняя):

--- zshrc.old   Sun Jul 15 21:32:14 2001
+++ zshrc       Mon Aug  6 11:24:23 2001
@@ -59,7 +59,9 @@

 for i in /etc/profile.d/*.sh
  do
-   source $i
+   if [[ -x "$i" ]]; then
+     source $i
+   fi
  done

## General alias

> 
> --
> WBW, Pavel aka Unatine
> e-mail: unatine@narod.ru
> JID: unatine@jabber.[org,com]
> 
> Now playing: the pillows - Little Busters
> 
> _______________________________________________
> Mandrake-russian mailing list
> Mandrake-russian@altlinux.ru
> http://altlinux.ru/mailman/listinfo/mandrake-russian



  reply	other threads:[~2001-08-06 11:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-01 18:51 Pavel Marakhovsky
2001-08-06 11:14 ` S. Budnevitch [this message]
2001-08-06 19:03   ` Pavel Marakhovsky
2001-08-07  1:21     ` S. Budnevitch
2001-08-07 18:46       ` Pavel Marakhovsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010806113225.A15088@ulalume.mtu.ru \
    --to=budnevitch@mail.mtu.ru \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git