FreeBSD Bugzilla – Attachment 12942 Details for
Bug 24807
scp(1) from OpenSSH package doesn't have a "-L" option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.25 KB, created by
doc_zero
on 2001-02-02 22:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
doc_zero
Created:
2001-02-02 22:30:01 UTC
Size:
1.25 KB
patch
obsolete
>*** scp.c.orig Fri Feb 2 11:42:42 2001 >--- scp.c Fri Feb 2 13:52:24 2001 >*************** >*** 245,253 **** > addargs("-oFallBackToRsh no"); > > fflag = tflag = 0; >! while ((ch = getopt(argc, argv, "dfprtvBCc:i:P:q46S:o:")) != EOF) > switch (ch) { > /* User-visible flags. */ > case '4': > case '6': > case 'C': >--- 245,255 ---- > addargs("-oFallBackToRsh no"); > > fflag = tflag = 0; >! while ((ch = getopt(argc, argv, "dfprtvBCLc:i:P:q46S:o:")) != EOF) > switch (ch) { > /* User-visible flags. */ >+ case 'L': >+ addargs("-P"); > case '4': > case '6': > case 'C': >*************** >*** 943,949 **** > usage() > { > (void) fprintf(stderr, "usage: scp " >! "[-pqrvC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2; or: >\n" > " scp [options] f1 ... fn directory\n"); > exit(1); > } >--- 945,951 ---- > usage() > { > (void) fprintf(stderr, "usage: scp " >! "[-pqrvLC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2; or >:\n" > " scp [options] f1 ... fn directory\n"); > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24807
: 12942