Mercurial > noffle
view debian/ip-up @ 436:4426f4dc6e8b noffle
[svn] * src/protocol.c: Reading of long lines broken in Prt_getLn(). Fix and
change to split long lines rather than truncate. Also change
Prt_putTxtBuf() to work properly with long lines by removing all
fixed buffer dependencies.
author | bears |
---|---|
date | Wed, 25 Jun 2003 10:40:02 +0100 |
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