https://bugzilla.novell.com/show_bug.cgi?id=460793 Summary: smbfs init.d script doesn't handle services that include white space Product: openSUSE 11.1 Version: Final Platform: x86 OS/Version: openSUSE 11.1 Status: NEW Severity: Enhancement Priority: P5 - None Component: Samba AssignedTo: samba-maintainers@SuSE.de ReportedBy: ryan@canonicalblue.com QAContact: samba-maintainers@SuSE.de Found By: Customer If a service defined in smbfstab includes escaped white space, the stock /etc/init.d/smbfs script doesn't mount it correctly. I've been patching this for a while on my own system with the following diff context: 115c115 < mount -t "${vfstype}" -o ${options} ${service} ${mountpoint} >/dev/null & ---
mount -t "${vfstype}" -o ${options} "${service}" ${mountpoint} >/dev/null &
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.