// kompmgr allows us to change its uid in this manner:
// 1.) Send SIGUSER1
@ -374,6 +375,7 @@ kg_main( const char *argv0 )
comp->writeStdin(newuid.ascii(),newuid.length());
usleep(50000);// Give the above function some time to execute. Note that on REALLY slow systems this could fail, leaving kompmgr running as root. TODO: Look into ways to make this more robust.