view debian/ip-up @ 331:ff7a2dc6023e noffle

[svn] * src/client.c,src/group.c: Reunite forbidden group comment with code, and revise forbidden rules to allow single component names except for some specific ones.
author bears
date Wed, 26 Feb 2003 11:30:41 +0000 (2003-02-26)
parents 3b5b7f3fd71f
children 08222dbe6eb0
line wrap: on
line source
#!/bin/sh

# 'ppp' should be a sane default here
NOFFLE_FETCHMODE=ppp
[ -f /etc/default/noffle ] && . /etc/default/noffle

[ -x /usr/bin/noffle -a "$NOFFLE_FETCHMODE" = ppp ] && (/usr/bin/noffle --online; nohup /usr/bin/noffle --fetch) &