aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh-devel
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-02-15 22:19:32 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-02-15 22:19:32 +0000
commit6e071795dfa448c43d69e1c2ce0cd85d8aa83028 (patch)
tree2d253d4a073fab6d01ddbb55c40682adc623fcf8 /shells/zsh-devel
parentf9570ccd02a695d73b6b6a963a2aacb4dc0e5279 (diff)
downloadports-6e071795dfa448c43d69e1c2ce0cd85d8aa83028.tar.gz
ports-6e071795dfa448c43d69e1c2ce0cd85d8aa83028.zip
Notes
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r--shells/zsh-devel/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/zsh-devel/pkg-plist b/shells/zsh-devel/pkg-plist
index 20a51d04fd06..fa66d85094bb 100644
--- a/shells/zsh-devel/pkg-plist
+++ b/shells/zsh-devel/pkg-plist
@@ -1,5 +1,7 @@
@cwd /usr/local
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
man/man1/zsh.1
info/zsh.info
info/zsh.info-1