zsh-workers
 help / color / mirror / code / Atom feed
From: Andrey Borzenkov <arvidjaar@newmail.ru>
To: Jarmo Jaakkola <jarmo.jaakkola@iki.fi>,
	466596@bugs.debian.org, zsh-workers@sunsite.dk
Subject: Re: Bug#466596: zsh: Incorrect paths for initialization scripts in manual page
Date: Fri, 22 Feb 2008 20:00:22 +0300	[thread overview]
Message-ID: <200802222000.24268.arvidjaar@newmail.ru> (raw)
In-Reply-To: <20080222152110.GA26975@scowler.net>

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

On Friday 22 February 2008, Clint Adams wrote:
> 
> [-workers: just for reference]
> 
> On Tue, Feb 19, 2008 at 11:19:22PM +0200, Jarmo Jaakkola wrote:
> > The manual page zsh(1) tells that the initialization scripts used by the
> > shell are in /etc (e.g. zprofile, zshrc).  Instead, they are in
> > /etc/zsh.
> 

Sorry? etcdir defaults to /etc and all scripts default to $ETCDIR/$script being /etc/z...

# Check whether --enable-etcdir was given.
if test "${enable_etcdir+set}" = set; then
  enableval=$enable_etcdir; etcdir="$enableval"
else
  etcdir=/etc
fi


# Check whether --enable-zshrc was given.
if test "${enable_zshrc+set}" = set; then
  enableval=$enable_zshrc; zshrc="$enableval"
else
  if test "x$etcdir" = xno; then
  zshrc=no
else
  zshrc="$etcdir/zshrc"
fi
fi

May be Jarmo means that actual etcdir is not reflected in manual pages?

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2008-02-22 17:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20080219211922.3632.1219.reportbug@gawaine.ritari.tontut.fi>
2008-02-22 15:21 ` Clint Adams
2008-02-22 17:00   ` Andrey Borzenkov [this message]
2008-02-22 17:03     ` Clint Adams

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=200802222000.24268.arvidjaar@newmail.ru \
    --to=arvidjaar@newmail.ru \
    --cc=466596@bugs.debian.org \
    --cc=jarmo.jaakkola@iki.fi \
    --cc=zsh-workers@sunsite.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).