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

(-)a/src/master/main.c (-2 / +3 lines)
Lines 614-621 int main(int argc, char *argv[]) Link Here
614
			sizeof(ssl_manual_key_password));
614
			sizeof(ssl_manual_key_password));
615
	} T_END;
615
	} T_END;
616
616
617
	open_std_fds();
618
619
	/* save TZ environment. AIX depends on it to get the timezone
617
	/* save TZ environment. AIX depends on it to get the timezone
620
	   correctly. */
618
	   correctly. */
621
	env_tz = getenv("TZ");
619
	env_tz = getenv("TZ");
Lines 636-641 int main(int argc, char *argv[]) Link Here
636
		mail_process_exec(exec_protocol, exec_args);
634
		mail_process_exec(exec_protocol, exec_args);
637
	}
635
	}
638
636
637
	/* closes stdin/stdout, must be after --exec-mail handling */
638
	open_std_fds();
639
639
	/* log all errors to both stderr and log file until we've finished
640
	/* log all errors to both stderr and log file until we've finished
640
	   startup. */
641
	   startup. */
641
	set_tee_logfile(settings_root->defaults);
642
	set_tee_logfile(settings_root->defaults);

Return to bug 287957