The Samba-Bugzilla – Attachment 1137 Details for
Bug 2572
--address can no longer be used with client mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow the --address option to be parsed in client mode.
bind.patch (text/plain), 1.73 KB, created by
Wayne Davison
on 2005-04-04 22:56:56 UTC
(
hide
)
Description:
Allow the --address option to be parsed in client mode.
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2005-04-04 22:56:56 UTC
Size:
1.73 KB
patch
obsolete
>--- options.c 31 Mar 2005 00:21:15 -0000 1.257 >+++ options.c 5 Apr 2005 05:53:33 -0000 >@@ -332,6 +332,7 @@ void usage(enum logcode F) > rprintf(F," --files-from=FILE read list of source-file names from FILE\n"); > rprintf(F," -0, --from0 all *-from file lists are delimited by nulls\n"); > rprintf(F," --version print version number\n"); >+ rprintf(F," --address=ADDRESS bind address for outgoing socket to daemon\n"); > rprintf(F," --port=PORT specify double-colon alternate port number\n"); > rprintf(F," --blocking-io use blocking I/O for the remote shell\n"); > rprintf(F," --no-blocking-io turn off blocking I/O when it is the default\n"); >@@ -442,6 +443,7 @@ static struct poptOption long_options[] > {"no-blocking-io", 0, POPT_ARG_VAL, &blocking_io, 0, 0, 0 }, > {0, 'F', POPT_ARG_NONE, 0, 'F', 0, 0 }, > {0, 'P', POPT_ARG_NONE, 0, 'P', 0, 0 }, >+ {"address", 0, POPT_ARG_STRING, &bind_address, 0, 0, 0 }, > {"port", 0, POPT_ARG_INT, &rsync_port, 0, 0, 0 }, > {"log-format", 0, POPT_ARG_STRING, &log_format, 0, 0, 0 }, > {"itemize-changes", 'i', POPT_ARG_NONE, &itemize_changes, 0, 0, 0 }, >@@ -460,7 +462,6 @@ static struct poptOption long_options[] > {"ipv6", '6', POPT_ARG_VAL, &default_af_hint, AF_INET6, 0, 0 }, > #endif > /* All these options switch us into daemon-mode option-parsing. */ >- {"address", 0, POPT_ARG_STRING, 0, OPT_DAEMON, 0, 0 }, > {"config", 0, POPT_ARG_STRING, 0, OPT_DAEMON, 0, 0 }, > {"daemon", 0, POPT_ARG_NONE, 0, OPT_DAEMON, 0, 0 }, > {"detach", 0, POPT_ARG_NONE, 0, OPT_DAEMON, 0, 0 },
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 2572
: 1137