Remove this until we can make it work properly - ie not hangup when cable goes in/out

This commit is contained in:
Roy Marples 2007-04-06 23:04:38 +00:00
parent 25d219a086
commit 4e64558cbf
1 changed files with 0 additions and 4 deletions

View File

@ -949,10 +949,6 @@ int main (int argc, char **argv)
in_background = rc_is_env ("IN_BACKGROUND", "true");
ibsave = strdup (getenv ("IN_BACKGROUND"));
unsetenv ("IN_BACKGROUND");
/* Don't hang around */
if (in_background)
setenv ("RC_PARALLEL_STARTUP", "yes", 1);
}
#ifdef __linux__