Mailinglist Archive: opensuse-bugs (11339 mails)
| < Previous | Next > |
[Bug 460793] New: smbfs init.d script doesn' t handle services that include white space
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 19 Dec 2008 09:00:26 -0700 (MST)
- Message-id: <bug-460793-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
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@xxxxxxx
ReportedBy: ryan@xxxxxxxxxxxxxxxxx
QAContact: samba-maintainers@xxxxxxx
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 &
---
--
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.
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@xxxxxxx
ReportedBy: ryan@xxxxxxxxxxxxxxxxx
QAContact: samba-maintainers@xxxxxxx
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.
| < Previous | Next > |