On Thu, Oct 13, 2011 at 06:40:50AM -0600, Serge Dubrouski wrote:
> Hello -
> 
> Attached are patches for named and pgsql patches that repace "==" with "="
> when compare strings.

Pushed, as well as a similar fix for LVM.

> /heartbeat/pgsql
> +++ b/heartbeat/pgsql
> @@ -644,7 +644,7 @@ esac
>  pgsql_validate_all
>  rc=$?
>  
> -[ "$1" == "validate-all" ] && exit $rc
> +[ "$1" = "validate-all" ] && exit $rc
>  
>  if [ $rc -ne 0 ]
>  then
> 

> --- a/heartbeat/pgsql
> +++ b/heartbeat/pgsql
> @@ -644,7 +644,7 @@ esac
>  pgsql_validate_all
>  rc=$?
>  
> -[ "$1" == "validate-all" ] && exit $rc
> +[ "$1" = "validate-all" ] && exit $rc
>  
>  if [ $rc -ne 0 ]
>  then
_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to