[ewg] Re: [PATCH ofed-1.2]: Warning the user that open-iscsi is installed (if iSER is selected)

Vladimir Sokolovsky vlad at mellanox.co.il
Thu Mar 1 06:41:14 PST 2007


On Thu, 2007-03-01 at 16:09 +0200, Erez Zilber wrote:
> Vlad,
> 
> The following patch fixes the UI: when the user selects the packages to be installed, he will be notified that selecting ib_iser will also install open-iscsi.
> 
> 
> --- build_env.sh.orig	2007-03-01 15:37:54.000000000 +0200
> +++ build_env.sh	2007-03-01 15:52:22.000000000 +0200
> @@ -1490,7 +1490,12 @@
>                                                  do
>                                                          pack_descr=$(eval echo \$\{${package}_descr\})
>                                                          package_var=$(echo -n ${package} | sed -e 's/-/_/g')
> -                                                        echo -n "Install ${package}: [y/N]:"
> +
> +                                                        if [ "${package}" == "ib_iser" ]; then
> +                                                            echo -n "Install ${package} (open-iscsi will also be installed): [y/N]:"
> +                                                        else
> +                                                            echo -n "Install ${package}: [y/N]:"
> +                                                        fi
>  
>                                                          if get_ans; then
>                                                              if [ "$SELECTED_PACKAGES" == "" ]; then

Applied.


-- 
Vladimir Sokolovsky <vlad at mellanox.co.il>
Mellanox Technologies Ltd.



More information about the ewg mailing list