diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:50 +0000 |
commit | f8d6c1f73ef3943e566d0b717ad1506dd832a4df (patch) | |
tree | eb31528534f0352d79f570f52a82a37737f21dde /shells | |
parent | fe7f1ff56da5e14f0f652a8e740c9972b10f5132 (diff) | |
download | pkgsrc-f8d6c1f73ef3943e566d0b717ad1506dd832a4df.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/PLIST | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh/PLIST b/shells/zsh/PLIST index eac620a09af..d73d6822228 100644 --- a/shells/zsh/PLIST +++ b/shells/zsh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/08/15 06:54:55 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/08/25 21:50:51 jlam Exp $ bin/zsh @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells |