Mercurial > noffle
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 383:863270a06774 | 384:146e6cfe86ba |
|---|---|
| 6 NOFFLE_FETCHMODE=ppp | 6 NOFFLE_FETCHMODE=ppp |
| 7 | 7 |
| 8 [ -f /etc/default/noffle ] && . /etc/default/noffle || : | 8 [ -f /etc/default/noffle ] && . /etc/default/noffle || : |
| 9 | 9 |
| 10 if [ -x /usr/bin/noffle -a "$NOFFLE_FETCHMODE" = ppp ]; then | 10 if [ -x /usr/bin/noffle -a "$NOFFLE_FETCHMODE" = ppp ]; then |
| 11 (/usr/bin/noffle --online; nohup /usr/bin/noffle --fetch) & | 11 /usr/bin/noffle --online |
| 12 /usr/bin/noffle --fetch & | |
| 12 fi | 13 fi |
| 13 | 14 |
| 14 exit 0 | 15 exit 0 |
