Mercurial > noffle
view debian/preinst @ 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 | b8a73c90bfde |
children | bfdba1698a58 |
line wrap: on
line source
#!/bin/sh # $Id: preinst 543 2003-06-03 21:26:47Z godisch $ set -e if [ -d /var/spool/noffle/lock ]; then if [ -d /var/lock/noffle ]; then rm -rf /var/spool/noffle/lock else mv /var/spool/noffle/lock /var/lock/noffle || true fi fi exit 0