summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:50:50 +0000
committerjlam <jlam>2002-08-25 21:50:50 +0000
commiteda76725b96134804931eae3f815266356e845c3 (patch)
treeeb31528534f0352d79f570f52a82a37737f21dde /shells
parent2e3dee4c84b66a54c5143192f4c94b93a71ac879 (diff)
downloadpkgsrc-eda76725b96134804931eae3f815266356e845c3.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/PLIST2
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