Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269242 | Differences between
and this patch

Collapse All | Expand All

(-)helper.c.orig (-1 / +1 lines)
Lines 259-269 Link Here
259
							PROG_RSYNC, logstamp());
259
							PROG_RSYNC, logstamp());
260
						return 1;
260
						return 1;
261
				}
261
				}
262
#endif /* RSYNC_COMPAT */
262
#endif /* RSYNC_COMPAT */
263
263
264
#elif /* HAVE_GETOPT */
264
#else /* HAVE_GETOPT */
265
				/*
265
				/*
266
				 * make sure that processing doesn't continue if we can't validate a rsync check
266
				 * make sure that processing doesn't continue if we can't validate a rsync check
267
				 * and if the getopt flag is set.
267
				 * and if the getopt flag is set.
268
				 */
268
				 */
269
				syslog(LOG_ERR, "a getopt() argument check could not be performed for %s, recompile scponly without support for %s or rebuild scponly with getopt", av[0], av[0]);
269
				syslog(LOG_ERR, "a getopt() argument check could not be performed for %s, recompile scponly without support for %s or rebuild scponly with getopt", av[0], av[0]);

Return to bug 269242