comparison debian/ip-up @ 301:3b5b7f3fd71f noffle

[svn] initial debian/ upload
author godisch
date Fri, 14 Feb 2003 13:54:32 +0000
parents
children 08222dbe6eb0
comparison
equal deleted inserted replaced
300:994e9ab2c24f 301:3b5b7f3fd71f
1 #!/bin/sh
2
3 # 'ppp' should be a sane default here
4 NOFFLE_FETCHMODE=ppp
5 [ -f /etc/default/noffle ] && . /etc/default/noffle
6
7 [ -x /usr/bin/noffle -a "$NOFFLE_FETCHMODE" = ppp ] && (/usr/bin/noffle --online; nohup /usr/bin/noffle --fetch) &