From 4e64558cbfc3f581956b31ec09cd15a8b7a363f2 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 6 Apr 2007 23:04:38 +0000 Subject: Remove this until we can make it work properly - ie not hangup when cable goes in/out --- src/runscript.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/runscript.c b/src/runscript.c index 6ad39445..9a761482 100644 --- a/src/runscript.c +++ b/src/runscript.c @@ -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__ -- cgit v1.2.3