zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@tiny.zanshin.com>
To: Bruce Stephens <B.Stephens@isode.com>
Cc: zsh-workers@sunsite.auc.dk
Subject: Re: Out of the box user experience
Date: Tue, 16 Mar 1999 08:08:23 -0800 (PST)	[thread overview]
Message-ID: <14062.33271.114859.375989@localhost.localdomain> (raw)
In-Reply-To: <vbn21d4ims.fsf@snake.isode.com>

Bruce Stephens writes:
 > Peter Stephenson <pws@ibmth.df.unipi.it> writes:
 > 
 > What about Functions, Misc (and StartupFiles, for that matter)?

Please let's NOT encourage admins to installed canned /etc/z* files.  They
very seldom accomplish what the admin thought they would, and I don't want
to give anyone the impression that StartupFiles contains stuff that we
believe should appear in /etc/z* -- because it doesn't.

 > Specifically, what does RedHat do when they build a binary package of
 > zsh?  (I really ought to look, I suppose!)
 > 
 > I'm guessing they regard the example functions and things as
 > documentation, and install it into /usr/doc/zsh-$ZSH_VERSION.

Yes; `rpm -ql zsh` says:

/bin/zsh
/etc/zlogin
/etc/zlogout
/etc/zprofile
/etc/zshenv
/etc/zshrc
/usr/doc/zsh-3.0.5
/usr/doc/zsh-3.0.5/BUGS
/usr/doc/zsh-3.0.5/CONTRIBUTORS
/usr/doc/zsh-3.0.5/ChangeLog
/usr/doc/zsh-3.0.5/Etc
/usr/doc/zsh-3.0.5/Etc/BUGS
/usr/doc/zsh-3.0.5/Etc/CONTRIBUTORS
/usr/doc/zsh-3.0.5/Etc/FAQ
/usr/doc/zsh-3.0.5/Etc/FEATURES
/usr/doc/zsh-3.0.5/Etc/MACHINES
/usr/doc/zsh-3.0.5/Etc/Makefile
/usr/doc/zsh-3.0.5/Etc/Makefile.in
/usr/doc/zsh-3.0.5/Etc/NEWS
/usr/doc/zsh-3.0.5/FAQ
/usr/doc/zsh-3.0.5/FEATURES
/usr/doc/zsh-3.0.5/Functions
/usr/doc/zsh-3.0.5/Functions/Makefile
/usr/doc/zsh-3.0.5/Functions/Makefile.in
/usr/doc/zsh-3.0.5/Functions/acx
/usr/doc/zsh-3.0.5/Functions/cat
/usr/doc/zsh-3.0.5/Functions/cdmatch
/usr/doc/zsh-3.0.5/Functions/cdmatch2
/usr/doc/zsh-3.0.5/Functions/checkmail
/usr/doc/zsh-3.0.5/Functions/cx
/usr/doc/zsh-3.0.5/Functions/harden
/usr/doc/zsh-3.0.5/Functions/mere
/usr/doc/zsh-3.0.5/Functions/multicomp
/usr/doc/zsh-3.0.5/Functions/proto
/usr/doc/zsh-3.0.5/Functions/pushd
/usr/doc/zsh-3.0.5/Functions/randline
/usr/doc/zsh-3.0.5/Functions/run-help
/usr/doc/zsh-3.0.5/Functions/yp
/usr/doc/zsh-3.0.5/Functions/yu
/usr/doc/zsh-3.0.5/Functions/zed
/usr/doc/zsh-3.0.5/META-FAQ
/usr/doc/zsh-3.0.5/NEWS
/usr/doc/zsh-3.0.5/README
/usr/doc/zsh-3.0.5/Util
/usr/doc/zsh-3.0.5/Util/Makefile
/usr/doc/zsh-3.0.5/Util/Makefile.in
/usr/doc/zsh-3.0.5/Util/helpfiles
/usr/doc/zsh-3.0.5/Util/reporter
/usr/doc/zsh-3.0.5/Util/zsh-development-guide
/usr/info/zsh.info-1.gz
/usr/info/zsh.info-2.gz
/usr/info/zsh.info-3.gz
/usr/info/zsh.info-4.gz
/usr/info/zsh.info-5.gz
/usr/info/zsh.info-6.gz
/usr/info/zsh.info-7.gz
/usr/info/zsh.info.gz
/usr/man/man1/zsh.1
/usr/man/man1/zshall.1
/usr/man/man1/zshbuiltins.1
/usr/man/man1/zshcompctl.1
/usr/man/man1/zshexpn.1
/usr/man/man1/zshmisc.1
/usr/man/man1/zshoptions.1
/usr/man/man1/zshparam.1
/usr/man/man1/zshzle.1

However, the /etc/z* files are NOT the ones from StartupFiles.

/etc/zshenv sets up X11HOME and $path; /etc/zshrc sets the umask and a few
aliases (like mv='nocorrect mv'), exports USER, LOGIN, HOSTNAME, and MAIL,
and runs bindkey -e; /etc/zlogin and /etc/zprofile are entirely comments,
and /etc/zlogout contains only "clear".

This is all zsh-3.0.5, of course; there's no "official" packaging of any
3.1 version.  There's a contrib of 3.1.2-zefram4, but I've never installed
it anywhere.


  reply	other threads:[~1999-03-17 15:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-16 13:31 Bruce Stephens
1999-03-16 13:37 ` Peter Stephenson
1999-03-16 14:24   ` Bruce Stephens
1999-03-16 16:08     ` Bart Schaefer [this message]
1999-03-16 16:26       ` Bruce Stephens

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=14062.33271.114859.375989@localhost.localdomain \
    --to=schaefer@tiny.zanshin.com \
    --cc=B.Stephens@isode.com \
    --cc=schaefer@zanshin.com \
    --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).