Mercurial > noffle
view debian/ip-up @ 319:1e595c7ec15f noffle
[svn] * src/noffle.c: Give usage (rather than abort()) if option is unrecognised.
author | bears |
---|---|
date | Fri, 21 Feb 2003 16:02:01 +0000 |
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) &