Index: head/shells/zsh/pkg-plist =================================================================== --- head/shells/zsh/pkg-plist (revision 2279) +++ head/shells/zsh/pkg-plist (revision 2280) @@ -1,17 +1,19 @@ 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 info/zsh.info-2 info/zsh.info-3 info/zsh.info-4 info/zsh.info-5 info/zsh.info-6 man/man1/zsh.1.gz man/man1/zshbuiltins.1.gz man/man1/zshcompctl.1.gz man/man1/zshexpn.1.gz man/man1/zshmisc.1.gz man/man1/zshoptions.1.gz man/man1/zshparam.1.gz man/man1/zshzle.1.gz Property changes on: head/shells/zsh/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/shells/zsh-devel/pkg-plist =================================================================== --- head/shells/zsh-devel/pkg-plist (revision 2279) +++ head/shells/zsh-devel/pkg-plist (revision 2280) @@ -1,17 +1,19 @@ 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 info/zsh.info-2 info/zsh.info-3 info/zsh.info-4 info/zsh.info-5 info/zsh.info-6 man/man1/zsh.1.gz man/man1/zshbuiltins.1.gz man/man1/zshcompctl.1.gz man/man1/zshexpn.1.gz man/man1/zshmisc.1.gz man/man1/zshoptions.1.gz man/man1/zshparam.1.gz man/man1/zshzle.1.gz Property changes on: head/shells/zsh-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property