diff debian/ip-up @ 384:146e6cfe86ba noffle

[svn] removed nohup from ip-up script
author godisch
date Tue, 29 Apr 2003 16:40:35 +0100
parents 53b3cb6cae3d
children
line wrap: on
line diff
--- a/debian/ip-up	Fri Apr 18 20:52:16 2003 +0100
+++ b/debian/ip-up	Tue Apr 29 16:40:35 2003 +0100
@@ -8,7 +8,8 @@
 [ -f /etc/default/noffle ] && . /etc/default/noffle || :
 
 if [ -x /usr/bin/noffle -a "$NOFFLE_FETCHMODE" = ppp ]; then
-	(/usr/bin/noffle --online; nohup /usr/bin/noffle --fetch) &
+	/usr/bin/noffle --online
+	/usr/bin/noffle --fetch &
 fi
 
 exit 0