]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
SCO OpenServer 6 uses old style lock files.
authorTim Rice <tim@multitalents.net>
Sat, 21 Oct 2006 02:30:15 +0000 (02:30 +0000)
committerTim Rice <tim@multitalents.net>
Sat, 21 Oct 2006 02:30:15 +0000 (02:30 +0000)
CHANGES
configure
etc/faxsetup.sh.in

diff --git a/CHANGES b/CHANGES
index 6b69f434cce3dd5bf9ed680d863fe41071177465..5bc555762e4b081af243df5c46f7dc3e9e5b2bb6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@
 
 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)
index 92aa24d4435fac5a013fa2141345eca04ed673eb..e87d27c11823661357e34329a9ad2ec0e66861bc 100755 (executable)
--- a/configure
+++ b/configure
@@ -3942,6 +3942,7 @@ if [ "$LOCKS" = auto ]; then
     *-sysv2*)  LOCKS=binary;;
     *-hpux*)   LOCKS=binary;;
     *-sysv4*)  LOCKS="+ascii";;
+    *-sysv5SCO_SV6*)   LOCKS="-ascii";;
     *-sysv5*)  LOCKS="+ascii";;
     *-solaris*)        LOCKS="+ascii";;
     *-freebsd*)        LOCKS=ascii;;
index a34f886fbdd47725b5854a70916ef3335701c2dc..4ebde82dc7ebed1acf0e41b2b56e45a4e565c468 100644 (file)
@@ -554,7 +554,7 @@ EOF
     # Functions required by faxaddmodem.
     #
     case $TARGET in
-    *-sunos*|*-linux*|*-ultrix*|*-hpux*|*-freebsd*|*-netbsd*)
+    *-sunos*|*-linux*|*-ultrix*|*-hpux*|*-freebsd*|*-netbsd*|*-sysv5SCO_SV6*)
        dumpTTYFuncs()
        {
            cat<<'EOF'