FreeBSD Bugzilla – Attachment 81736 Details for
Bug 117013
mount_smbfs(8) doesn't document -U (username) argument
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
mount_smbfs.diff.txt
mount_smbfs.diff.txt (text/x-patch), 1.35 KB, created by
Tom Evans
on 2007-10-24 10:09:52 UTC
(
hide
)
Description:
mount_smbfs.diff.txt
Filename:
MIME Type:
Creator:
Tom Evans
Created:
2007-10-24 10:09:52 UTC
Size:
1.35 KB
patch
obsolete
>diff -NubB -x '*.sw?' mount_smbfs.orig/mount_smbfs.8 mount_smbfs/mount_smbfs.8 >--- mount_smbfs.orig/mount_smbfs.8 2007-10-16 11:24:15.000000000 +0100 >+++ mount_smbfs/mount_smbfs.8 2007-10-23 16:00:39.000000000 +0100 >@@ -13,6 +13,7 @@ > .Op Fl L Ar locale > .Op Fl M Ar crights : Ns Ar srights > .Op Fl N >+.Op Fl U Ar username > .Op Fl O Ar cowner : Ns Ar cgroup Ns / Ns Ar sowner : Ns Ar sgroup > .Op Fl R Ar retrycount > .Op Fl T Ar timeout >@@ -68,6 +69,8 @@ > If no password is found, > .Nm > prompts for it. >+.It Fl U Ar username >+Use specified username to authenticate with > .It Fl O Ar cowner : Ns Ar cgroup Ns / Ns Ar sowner : Ns Ar sgroup > Assign owner/group attributes to the newly created connection. > .It Fl R Ar retrycount >diff -NubB -x '*.sw?' mount_smbfs.orig/mount_smbfs.c mount_smbfs/mount_smbfs.c >--- mount_smbfs.orig/mount_smbfs.c 2007-10-16 11:24:15.000000000 +0100 >+++ mount_smbfs/mount_smbfs.c 2007-10-23 16:00:14.000000000 +0100 >@@ -299,7 +299,7 @@ > "usage: mount_smbfs [-E cs1:cs2] [-I host] [-L locale] [-M crights:srights]", > " [-N] [-O cowner:cgroup/sowner:sgroup] [-R retrycount]", > " [-T timeout] [-W workgroup] [-c case] [-d mode] [-f mode]", >- " [-g gid] [-n opt] [-u uid] //user@server/share node"); >+ " [-g gid] [-n opt] [-u uid] [-U username] //user@server/share node"); > > exit (1); > }
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 Raw
Actions:
View
Attachments on
bug 117013
:
81735
| 81736