Danek Duvall wrote: > These are pretty small, as little has changed since the last time I did > this. This contains bugfixes for _dtrace and _svcs_fmri, plus the brand > name changes for _zoneadm, and a few more features for _pkg5 (which are not > all complete, but that's the way it's going to be). > > > https://cr.opensolaris.org/action/browse/userland/dduvall/zsh-completion-175/
I've updated my fix (but not the webrev) with a fix to 7085734 shell/zsh should set overlay=allow on editable configuration files which I'm inlining here: --- a/components/zsh/zsh.p5m +++ b/components/zsh/zsh.p5m @@ -70,7 +70,7 @@ dir path=usr/share/zsh/$(COMPONENT_VERSI dir path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle dir path=usr/share/zsh/$(COMPONENT_VERSION)/scripts dir path=usr/share/zsh/site-functions -file path=etc/zshrc mode=0644 preserve=true +file path=etc/zshrc mode=0644 overlay=allow preserve=true file path=usr/bin/zsh-$(COMPONENT_VERSION) file path=usr/lib/zsh/$(COMPONENT_VERSION)/zsh/cap.so file path=usr/lib/zsh/$(COMPONENT_VERSION)/zsh/clone.so and I'm still looking for a review of the original webrev. There's nothing crazy here, so I'd appreciate it if someone could take a quick look today. Thanks, Danek _______________________________________________ userland-discuss mailing list userland-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/userland-discuss