aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-06 23:04:38 +0000
committerRoy Marples <roy@marples.name>2007-04-06 23:04:38 +0000
commit4e64558cbfc3f581956b31ec09cd15a8b7a363f2 (patch)
treebde27e2c521b4d8e2a6a68b076324e493871d868
parent25d219a086a7e6939569204d1ad048dd24169227 (diff)
Remove this until we can make it work properly - ie not hangup when cable goes in/out
-rw-r--r--src/runscript.c4
1 files changed, 0 insertions, 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__