Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 203099
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- scponly-4.6.orig/scponly.c
0
++ scponly-4.6/scponly.c
Lines 92-98 Link Here
92
	 * program name		use getopt?		strict optlist?	optname			optlist
92
	 * program name		use getopt?		strict optlist?	optname			optlist
93
	 */
93
	 */
94
#ifdef ENABLE_SCP2
94
#ifdef ENABLE_SCP2
95
	{ PROG_SCP, 		1, 				1,				"S",			"dfl:prtvBCc:i:P:q1246S:o:F:" },
95
	{ PROG_SCP, 		1, 				1,				"SoF",			"dfl:prtvBCc:i:P:q1246S:o:F:" },
96
#endif
96
#endif
97
#ifdef RSYNC_COMPAT
97
#ifdef RSYNC_COMPAT
98
	{ PROG_RSYNC, 		1, 				0,				"e",			"e:" },
98
	{ PROG_RSYNC, 		1, 				0,				"e",			"e:" },

Return to bug 203099