From 5aaef8061ce8ac8960b8276dc69fdc614fcd4896 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 6 Oct 1995 05:54:55 +0000 Subject: Edit /etc/shells. Closes PR ports/727. Submitted by: Scott Blachowicz --- shells/zsh/pkg-plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shells/zsh') diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist index 7790ff721953..a75c443eb755 100644 --- a/shells/zsh/pkg-plist +++ b/shells/zsh/pkg-plist @@ -1,4 +1,6 @@ bin/zsh +@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells bin/zsh-2.6-beta10 info/zsh.info info/zsh.info-1 -- cgit v1.2.3