Changelog for HylaFAX 4.3.1
+* Use old style lock files for OpenServer 6 (20 Oct 2006)
* Always update on-disk qfiles for jobs when state chagnes to running (19 Oct 2006)
* Change how we compile shared objects for Solaris DSO support (12 Oct 2006)
* Base64 encoding with uuencode was broken on 3 Oct (6 Oct 2006)
*-sysv2*) LOCKS=binary;;
*-hpux*) LOCKS=binary;;
*-sysv4*) LOCKS="+ascii";;
+ *-sysv5SCO_SV6*) LOCKS="-ascii";;
*-sysv5*) LOCKS="+ascii";;
*-solaris*) LOCKS="+ascii";;
*-freebsd*) LOCKS=ascii;;
# Functions required by faxaddmodem.
#
case $TARGET in
- *-sunos*|*-linux*|*-ultrix*|*-hpux*|*-freebsd*|*-netbsd*)
+ *-sunos*|*-linux*|*-ultrix*|*-hpux*|*-freebsd*|*-netbsd*|*-sysv5SCO_SV6*)
dumpTTYFuncs()
{
cat<<'EOF'