Mercurial > noffle
view debian/ip-up @ 487:b6355c8270b4 noffle
[svn] * Makefile.in,docs/Makefile.in,packages/Makefile.in,
packages/redhat/Makefile.in,src/Makefile.in: Ran updated automake.
author | bears |
---|---|
date | Sat, 22 Jan 2005 22:12:26 +0000 |
parents | 146e6cfe86ba |
children |
line wrap: on
line source
#!/bin/sh set -e # 'ppp' should be a sane default here NOFFLE_FETCHMODE=ppp [ -f /etc/default/noffle ] && . /etc/default/noffle || : if [ -x /usr/bin/noffle -a "$NOFFLE_FETCHMODE" = ppp ]; then /usr/bin/noffle --online /usr/bin/noffle --fetch & fi exit 0