Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160134 Details for
Bug 249909
Need to strip : for mount.cifs support.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Strips out un-wanted colon
autofs-4.1.3-auto-cifs-mount-fix.patch (text/plain), 528 bytes, created by
Ray Van Dolson
on 2007-07-27 20:16:49 UTC
(
hide
)
Description:
Strips out un-wanted colon
Filename:
MIME Type:
Creator:
Ray Van Dolson
Created:
2007-07-27 20:16:49 UTC
Size:
528 bytes
patch
obsolete
>diff -uNr autofs-4.1.3.orig/modules/parse_sun.c autofs-4.1.3/modules/parse_sun.c >--- autofs-4.1.3.orig/modules/parse_sun.c 2007-07-27 12:36:14.000000000 -0700 >+++ autofs-4.1.3/modules/parse_sun.c 2007-07-27 12:35:52.000000000 -0700 >@@ -597,6 +597,15 @@ > > if (!strcmp(fstype, "smbfs") && (*what == ':')) > what++; >+ >+ /* >+ * Yet another fix for cifs which also does not like >+ * colons. Also should be removed post 4.1.4 >+ */ >+ >+ if (!strcmp(fstype, "cifs") && (*what == ':')) >+ what++; >+ > } > > debug(MODPREFIX
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249909
: 160134 |
160135
|
204321