Kaydet (Commit) aacf55db authored tarafından Michael Meeks's avatar Michael Meeks

oosplash - daemonize to help mutt users recover their sanity

üst 68beee83
......@@ -881,6 +881,10 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
splash_destroy(splash);
splash = NULL;
bShortWait = sal_False;
/* Since a client can't distinguish between a first-start and
a factory re-use, we return control to them here. */
daemon( 1 /* don't chdir */, 1 /* don't re-direct output */ );
}
#if OSL_DEBUG_LEVEL > 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment