On Wed, Oct 28, 2009 at 04:28:49PM +0000, Niall Walsh wrote:
>               nbdroot=*,*)
>                       nbdroot="${x#nbdroot=}"
> -                     nbdsrv=$(echo "$nbdroot" | sed -e "s/,[^,]*$//")
> -                     nbdport=$(echo "$nbdroot" | sed -e "s/^[^,]*,//")
> +                     nbdsrv="${nbdroot%,*}"
> +                     nbdbasedev="${nbdport#*,}"

This seems in error; you're removing the setting of nbdport and adding
in an nbdbasedev instead, which is set from an nbdport that now doesn't
exist anymore :-)

I've fixed that.

-- 
The biometric identification system at the gates of the CIA headquarters
works because there's a guard with a large gun making sure no one is
trying to fool the system.
  http://www.schneier.com/blog/archives/2009/01/biometrics.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to