Bug#335870: ltsp-server: ltsp-build-client fails if some options as an empty value

2005-10-27 Thread Vagrant Cascadian
but because of the loop: while [ -n $1 ] ; do .. test -n $1 shift done the --late-packages was ignored because of --security-mirror I modified the loop to use while [ $# -gt 0 ] ; do .. shift done this does break if using a fussy shell like

Bug#335870: ltsp-server: ltsp-build-client fails if some options as an empty value

2005-10-26 Thread Finn-Arne Johansen
Package: ltsp-server Version: 0.58debian2 Severity: normal Tags: patch I tried to install using this command-line: ltsp-build-client \ --root /opt/ltsp/i386 \ --mirror file:///cdrom \ --dist sarge \ --components main local \ --security-mirror \ --late-packages kernel-image-2.6-386