zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: <zefram@fysh.org>, <zsh-workers@sunsite.auc.dk>
Subject: RE: PATCH: Re: adding a toplevel zsh.spec.in file
Date: Tue, 18 Jul 2000 20:37:26 +0400	[thread overview]
Message-ID: <000e01bff0d6$752db2e0$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <E13EZTz-0001E4-00@crucigera.fysh.org>

>
> /etc/profile is there to set up bits of the environment that
> pertain to
> the local system.  It's an adjunct to login; it does the new
> mail check
> on systems where login doesn't, it sets MAIL if login
> doesn't, and it can
> set TAPE and stuff if that's really necessary on that system.
>  My point is
> that the things that need to be done are the same regardless
> of what shell
> the user prefers to use, and so there shouldn't be any
> zsh-specific stuff.
>
> Andrej Borsenkow wrote:
>
> Perhaps we can locally emulate sh when sourcing /etc/profile?  We have
> the local emulation logic working for functions, and
> /etc/profile can't
> possibly get confused by that, because it can't contain any setopt
> commands.  The $0 issue remains.  What does $0 get examined for?
>


Pretty much everything that you described above + output of /etc/motd,
setting terminals parameter depending of terminal type (there are
several standard ones that are normally shipped with systems) happens
under

case $0 in
  -sh|-ksh|-jsh|-rsh)

Do not ask me why; I have not written it and have no chance to change
it. Actually, since I'm running under X I do not care about /etc/profile
anymore; it is sourced by Xsession so environment gets set up anyway (to
account for optional software that may add something to /etc/profile)
and I do not care about setting terminal under dtterm :-)

So, unless this is an issue on more than one system, we can probably
ignore it. But if we are going to locally emulate /bin/sh - why not
pretend, we *are* -sh? :-)

-andrej


  reply	other threads:[~2000-07-18 16:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-18 15:40 zefram
2000-07-18 16:37 ` Andrej Borsenkow [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-07-17 15:09 Adam Spiers
2000-07-18  1:56 ` PATCH: " Zefram
2000-07-18  5:22   ` Bart Schaefer
2000-07-18  6:15     ` Wayne Davison
2000-07-18 16:54     ` Trond Eivind Glomsrød
2000-07-18  6:25   ` Andrej Borsenkow
2000-07-18  9:42   ` Peter Stephenson
2000-07-18 18:22   ` Trond Eivind Glomsrød
2000-07-18 19:57     ` Zefram
2000-07-18 20:07       ` Trond Eivind Glomsrød
2000-07-18 20:37         ` Zefram

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='000e01bff0d6$752db2e0$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=zefram@fysh.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).