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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/utils/statd/statd.c
0
++ b/utils/statd/statd.c
Lines 393-399 int main (int argc, char **argv) Link Here
393
		simulator (--argc, ++argv);	/* simulator() does exit() */
393
		simulator (--argc, ++argv);	/* simulator() does exit() */
394
#endif
394
#endif
395
395
396
	daemon_init(!(run_mode & MODE_NODAEMON));
396
	daemon_init(run_mode & MODE_NODAEMON);
397
397
398
	if (run_mode & MODE_LOG_STDERR) {
398
	if (run_mode & MODE_LOG_STDERR) {
399
		xlog_syslog(0);
399
		xlog_syslog(0);

Return to bug 538372