diff -r f4925a80f946 -r d678f7fb9f02 components/zsh/Completion/Solaris/Type/_be_name --- a/components/zsh/Completion/Solaris/Type/_be_name Tue Jan 07 15:57:54 2014 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -#autoload - -local -a type be_names -local name uuid activate mtpt space policy created snap - -zparseopts -D -E -a type t+: - -beadm list -H | while IFS=\; read name uuid active mtpt space policy created; do - be_names=( $be_names $name ) -done - -if [[ -n $type[(r)all] ]]; then - beadm list -sH | while IFS=\; read name snap space policy created; do - be_names=( $be_names $snap ) - done -fi - -compadd "$@" - $be_names