Mercurial > noffle
view debian/ip-down @ 350:aa1c0f0a90f5 noffle
[svn] added 1.0.1-1.1.woody.2 changelog entry
author | godisch |
---|---|
date | Fri, 21 Mar 2003 12:00:21 +0000 |
parents | 53b3cb6cae3d |
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 --offline fi exit 0