[Bug 460793] New: smbfs init.d script doesn' t handle services that include white space
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.
https://bugzilla.novell.com/show_bug.cgi?id=460793 Yang Bo <boyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |boyang@novell.com AssignedTo|samba-maintainers@SuSE.de |boyang@novell.com Status|NEW |ASSIGNED -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=460793 User boyang@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=460793#c1 Yang Bo <boyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Yang Bo <boyang@novell.com> 2008-12-24 23:51:08 MST --- fixed. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=460793 User swamp@suse.com added comment https://bugzilla.novell.com/show_bug.cgi?id=460793#c2 Swamp Script User <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:sle10-sp2:21 | |530 --- Comment #2 from Swamp Script User <swamp@suse.com> 2009-02-04 16:01:05 MST --- Update released for: cifs-mount, ldapsmb, libmsrpc, libmsrpc-devel, libsmbclient, libsmbclient-devel, libsmbsharemodes, libsmbsharemodes-devel, samba, samba-client, samba-krb-printing, samba-python, samba-vscan, samba-winbind Products: SLE-DESKTOP 10-SP2 (i386, x86_64) SLE-SDK 10-SP2 (i386, ia64, ppc, s390x, x86_64) SLE-SERVER 10-SP2 (i386, ia64, ppc, s390x, x86_64) -- 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.
participants (1)
-
bugzilla_noreply@novell.com