Mercurial > noffle
view debian/ip-up @ 475:20abd71918ad noffle
[svn] * src/authenticate.c: Move includes of grp.h and pwd.h to after the
include of their pre-requisite headers. Spotted on MacOS X by Andre Berger.
author | bears |
---|---|
date | Tue, 16 Mar 2004 10:24:18 +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