diff options
Diffstat (limited to 'shells/zsh')
-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 |