Don't quote $CIFSOPTS for mount.cifs (Closes: #703746).
authorAndrew Jeffery <andrewj@avalon.com.au>
Mon, 6 May 2013 12:12:35 +0000 (14:12 +0200)
committerDaniel Baumann <mail@daniel-baumann.ch>
Mon, 6 May 2013 12:13:03 +0000 (14:13 +0200)
commit414e4627258b77b83e822312284d3f385a04f768
treefb09b7e6f9d8985fbe243d8e3369977f6aaa7a9b
parent10f4622807f9f90514c15445f7ecc1a083c10289
Don't quote $CIFSOPTS for mount.cifs (Closes: #703746).

Quoting $CIFSOPTS passed the literal string "-o user=root,password=" to
mount.cifs, killing mount.cifs with a SIGSEGV. Rather, -o should be
properly space delimited by passing $CIFSOPTS unquoted for options to be
parsed correctly.
scripts/boot/9990-mount-cifs.sh