[-]
[+]
|
Changed |
hylafax.spec
|
|
[-]
[+]
|
Deleted |
hylafax-6.0.2-conv.diff
^
|
@@ -1,18 +0,0 @@
---- util/common-functions.sh.in.orig 2009-07-02 13:12:29.000000000 +0200
-+++ util/common-functions.sh.in 2009-07-02 13:12:56.000000000 +0200
-@@ -615,13 +615,13 @@ ConvertFile ()
- PostScript|Postscript|PS|ps)
- TraceLog "Using ps2fax"
- name="`basename $1 .ps`"
-- $PS2FAX -r $resolution $1 $TMPDIR/$name.tif
-+ $PS2FAX -r $resolution -o $TMPDIR/$name.tif $1
- echo "$TMPDIR/$name.tif"
- ;;
- PDF|pdf)
- TraceLog "Using pdf2fax"
- name="`basename $1 .pdf`"
-- $PDF2FAX -r $resolution $1 $TMPDIR/$name.tif
-+ $PDF2FAX -r $resolution -o $TMPDIR/$name.tif $1
- echo "$TMPDIR/$name.tif"
- ;;
- TIFF|tiff|TIF|tif)
|
[-]
[+]
|
Deleted |
hylafax-6.0.2-faxaddmodem.diff
^
|
@@ -1,120 +0,0 @@
-@@ -521,11 +530,11 @@ getServerParameters()
- echoServerSedCommands()
- {
- (for i in $RequiredServerParameters; do
-- eval echo \"$i:\$$i:\"
-+ eval echo -e \"$i\\x00\$$i\\x00\"
- done
- for i in $OptionalServerParameters; do
-- eval echo \"$i:\$$i:\$default$i\"
-- done) | $AWK -F: '
-+ eval echo \"$i\\x00\$$i\\x00\$default$i\"
-+ done) | $AWK -F\000 '
- function p(tag, value)
- {
- tabs = substr("\t\t\t", 1, 3-int((length(tag)+1)/8));
-@@ -657,8 +666,8 @@ EOF
- printServerConfig()
- {
- (for i in $ServerParameters; do
-- eval echo \"$i:\$$i:\$default$i\"
-- done) | $AWK -F: '
-+ eval echo \"$i\\x00\$$i\\x00\$default$i\"
-+ done) | $AWK -F\000 '
- function p(tag, value)
- {
- tabs = substr("\t\t\t", 1, 3-int((length(tag)+1)/8));
-@@ -1413,20 +1429,38 @@ echoModemSedCommands()
- ModemCmds=""
-
- (for i in $ModemParameters; do
-- eval echo \"$i:\$$i:\$proto$i\"
-+ eval x=\$$i
-+ x=`echo $x | $SED 's/&/\\\\&/g'`
-+ eval $i=\$x
-+ eval x="\$proto$i"
-+ x=`echo $x | $SED 's/&/\\\\&/g'`
-+ eval proto$i=\$x
-+ eval echo -e \"$i\\x00\$$i\\x00\$proto$i\"
- done
- case "$ModemType" in
- Class1*)
- for i in $Class1Parameters; do
-- eval echo \"$i:\$$i:\$proto$i\"
-+ eval x="\$$i"
-+ x=`echo $x | $SED 's/G/\\\\&/g'`
-+ eval $i=\$x
-+ eval x="\$proto$i"
-+ x=`echo $x | $SED 's/&/\\\\&/g'`
-+ eval proto$i=\$x
-+ eval echo \"$i\\x00\$$i\\x00\$proto$i\"
- done
- ;;
- Class2*)
- for i in $Class2Parameters; do
-- eval echo \"$i:\$$i:\$proto$i\"
-+ eval x="\$$i"
-+ x=`echo $x | $SED 's/G/\\\\&/g'`
-+ eval $i=\$x
-+ eval x="\$proto$i"
-+ x=`echo $x | $SED 's/&/\\\\&/g'`
-+ eval proto$i=\$x
-+ eval echo \"$i\\x00\$$i\\x00\$proto$i\"
- done
- ;;
-- esac) | $AWK -F: '
-+ esac) | $AWK -F\000 '
- function p(tag, value)
- {
- if (match(value, "^[^\"].*[ ]") == 0)
-@@ -1482,20 +1516,20 @@ checkFlowControlAgainstTTY()
- printModemConfig()
- {
- (for i in $ModemParameters; do
-- eval echo \"$i:\$$i:\$proto$i\"
-+ eval echo \"$i\\x00\$$i\\x00\$proto$i\"
- done
- case "$ModemType" in
- Class1*)
- for i in $Class1Parameters; do
-- eval echo \"$i:\$$i:\$proto$i\"
-+ eval echo \"$i\\x00\$$i\\x00\$proto$i\"
- done
- ;;
- Class2*)
- for i in $Class2Parameters; do
-- eval echo \"$i:\$$i:\$proto$i\"
-+ eval echo \"$i\\x00\$$i\\x00\$proto$i\"
- done
- ;;
-- esac) | $AWK -F: '
-+ esac) | $AWK -F\000 '
- function p(tag, value)
- {
- tabs = substr("\t\t\t", 1, 3-int((length(tag)+1)/8));
-@@ -1876,11 +1910,11 @@ CheckedParameters="
- echoSchedulerParameters()
- {
- (for i in $RequiredSchedulerParameters; do
-- eval echo \"$i:\$$i:\"
-+ eval echo \"$i\\x00\$$i\\x00\"
- done
- for i in $OptionalSchedulerParameters; do
-- eval echo \"$i:\$$i:\$default$i\"
-- done) | $AWK -F: '
-+ eval echo \"$i\\x00\$$i\\x00\$default$i\"
-+ done) | $AWK -F\000 '
- function p(tag, value)
- {
- tabs = substr("\t\t\t", 1, 3-int((length(tag)+1)/8));
-@@ -1898,8 +1932,8 @@ $2 != $3{ p($1, $2) }'
- printSchedulerConfig()
- {
- (for i in $SchedulerParameters; do
-- eval echo \"$i:\$$i:\$default$i\"
-- done) | $AWK -F: '
-+ eval echo \"$i\\x00\$$i\\x00\$default$i\"
-+ done) | $AWK -F\000 '
- function p(tag, value)
- {
- tabs = substr("\t\t\t", 1, 3-int((length(tag)+1)/8));
|
[-]
[+]
|
Deleted |
hylafax-6.0.2.tar.bz2/doc/RELEASENOTES-CVS.txt
^
|
@@ -1 +0,0 @@
-Nothing has happend since 6.0, please refer to RELEASENOTES-6.0.txt
|
|
Deleted |
hylafax-6.0.4.tar.bz2
^
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/INSTALL
^
|
@@ -1,4 +1,4 @@
-$Id: INSTALL,v 1.2 2007/07/05 14:37:54 aidan Exp $
+$Id$
This note is basically just a placeholder. The real documentation is
located online at the HylaFAX home page:
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/Makefile.in
^
|
@@ -1,5 +1,5 @@
#!smake
-# $Id: Makefile.in,v 1.20.2.1 2009/05/15 17:50:52 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
@@ -287,6 +287,7 @@
fi
CLIENTDIRS=\
+ libhylafax \
faxalter \
faxcover \
faxmail \
@@ -308,14 +309,14 @@
(${ECHO} "= "$$i; cd $$i; ${MAKE} installClient) || exit 1; \
done
@if [ "@DSO@" != no ]; then \
- for i in util; do \
+ for i in libhylafax; do \
(${ECHO} "= "$$i; cd $$i; ${MAKE} installDSO) || exit 1; \
done; \
else \
true; \
fi
@if [ "@NLS@" = yes ]; then \
- (${ECHO} "= po"; cd po; ${MAKE} installClient || exit 1; \
+ (${ECHO} "= po"; cd po; ${MAKE} installClient) || exit 1; \
else \
true; \
fi
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/TODO
^
|
@@ -1,4 +1,4 @@
-# $Id: TODO,v 1.2 2001/02/21 07:42:32 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/VERSION
^
|
@@ -1 +1 @@
-6.0.2
+6.0.5
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config.h.in
^
|
@@ -1,4 +1,4 @@
-/* $Id: config.h.in,v 1.20 2008/09/23 14:49:39 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config.site
^
|
@@ -1,4 +1,4 @@
-# $Id: config.site,v 1.24 2009/04/23 12:45:30 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/Makefile.in
^
|
@@ -1,5 +1,5 @@
#!smake
-# $Id: Makefile.in,v 1.26 2008/05/02 17:13:30 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/att-dataport
^
|
@@ -1,4 +1,4 @@
-# $Id: att-dataport,v 1.2 2002/04/07 20:29:25 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/att-dataport-2
^
|
@@ -1,4 +1,4 @@
-# $Id: att-dataport-2,v 1.2 2002/04/07 20:29:25 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/att-dataport-2.0
^
|
@@ -1,4 +1,4 @@
-# $Id: att-dataport-2.0,v 1.2 2002/04/07 20:29:25 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/att-dpexpress-2
^
|
@@ -1,4 +1,4 @@
-# $Id: att-dpexpress-2,v 1.3 2002/04/07 20:29:25 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/cirrus
^
|
@@ -1,4 +1,4 @@
-# $Id: cirrus,v 1.4 2005/05/18 02:04:02 lhoward Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/class1
^
|
@@ -1,4 +1,4 @@
-# $Id: class1,v 1.19 2008/02/03 01:12:23 tim Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/class1.0
^
|
@@ -1,4 +1,4 @@
-# $Id: class1.0,v 1.7 2008/02/03 01:12:23 tim Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/class2
^
|
@@ -1,4 +1,4 @@
-# $Id: class2,v 1.7 2008/02/03 01:12:23 tim Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/class2.0
^
|
@@ -1,4 +1,4 @@
-# $Id: class2.0,v 1.8 2008/02/03 01:12:23 tim Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/class2.1
^
|
@@ -1,4 +1,4 @@
-# $Id: class2.1,v 1.3 2008/02/03 01:12:23 tim Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/conexant-1.0
^
|
@@ -1,4 +1,4 @@
-# $Id: conexant-1.0,v 1.5 2008/04/28 20:31:38 aidan Exp $
+# $Id$
#
# Configuration for a Rockwell/Conexant K56 Class 1.0 modem using
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/davicom-2
^
|
@@ -1,4 +1,4 @@
-# $Id: davicom-2,v 1.1 2002/05/03 18:32:55 darren Exp $
+# $Id$
#
# prototype config file for Davicom DM336P PnP modem.
# AT command set available at:
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/digi
^
|
@@ -1,4 +1,4 @@
-# $Id: digi,v 1.5 2006/04/03 14:57:34 darren Exp $
+# $Id$
#
# prototype config for Digi AccelePort RAS
# It uses a K56 chip, but is similar in behavior to Lucents.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/digi-2
^
|
@@ -1,4 +1,4 @@
-# $Id: digi-2,v 1.4 2007/09/26 12:53:51 aidan Exp $
+# $Id$
#
# prototype config for Digi AccelePort RAS
# It uses a K56 chip, but is similar in behavior to Lucents.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/digi-20
^
|
@@ -1,4 +1,4 @@
-# $Id: digi-20,v 1.4 2007/09/26 12:53:51 aidan Exp $
+# $Id$
#
# prototype config for Digi AccelePort RAS
# It uses a K56 chip, but is similar in behavior to Lucents.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/dsi-scout+
^
|
@@ -1,4 +1,4 @@
-# $Id: dsi-scout+,v 1.2 2002/04/07 20:29:25 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/e-tech
^
|
@@ -1,4 +1,4 @@
-# $Id: e-tech,v 1.2 2002/04/07 20:29:25 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/eicon
^
|
@@ -1,4 +1,4 @@
-# $Id: eicon,v 1.3 2007/09/26 12:56:57 aidan Exp $
+# $Id$
#
# prototype config for Eicon Diva
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/eicon-2
^
|
@@ -1,4 +1,4 @@
-# $Id: eicon-2,v 1.5 2007/11/26 14:02:54 aidan Exp $
+# $Id$
#
# prototype config file for the Eicon Diva ISDN Modem
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/everex-2496d
^
|
@@ -1,4 +1,4 @@
-# $Id: everex-2496d,v 1.2 2002/04/07 20:29:25 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/exar
^
|
@@ -1,4 +1,4 @@
-# $Id: exar,v 1.2 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/gvc-288
^
|
@@ -1,4 +1,4 @@
-# $Id: gvc-288,v 1.2 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/gvc-288-2
^
|
@@ -1,4 +1,4 @@
-# $Id: gvc-288-2,v 1.3 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/hayes
^
|
@@ -1,4 +1,4 @@
-# $Id: hayes,v 1.2 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# Configuration for Hayes Optima 336B
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/iaxmodem
^
|
@@ -1,4 +1,4 @@
-# $Id: iaxmodem,v 1.2 2007/11/26 14:03:45 aidan Exp $
+# $Id$
#
# prototype config for the IAXmodem softmodem which uses
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/intel-400e
^
|
@@ -1,4 +1,4 @@
-# $Id: intel-400e,v 1.3 2007/11/26 14:01:55 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/ip568x
^
|
@@ -1,4 +1,4 @@
-# $Id: ip568x,v 1.1 2007/05/11 15:32:32 aidan Exp $
+# $Id$
#
# prototype config for Duxbury modem with IC Ace IP568x cipset.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/linux-isdn-2
^
|
@@ -1,4 +1,4 @@
-# $Id: linux-isdn-2,v 1.1 2006/04/03 01:19:44 darren Exp $
+# $Id$
#
# prototype config file for Linux ISDN (/dev/ttyIX) Modems
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/lucent
^
|
@@ -1,4 +1,4 @@
-# $Id: lucent,v 1.23 2007/05/11 15:17:11 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/lucent-isa
^
|
@@ -1,4 +1,4 @@
-# $Id: lucent-isa,v 1.1 2002/08/27 22:59:45 darren Exp $
+# $Id$
#
# prototype config for ISA Lucent chipset modems.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/lucent-mt-10
^
|
@@ -1,4 +1,4 @@
-# $Id: lucent-mt-10,v 1.10 2007/11/01 13:54:46 aidan Exp $
+# $Id$
#
# prototype config for MultiTech 5634-series modems using
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/lucent-mt-2
^
|
@@ -1,4 +1,4 @@
-# $Id: lucent-mt-2,v 1.11 2005/02/14 13:56:26 lhoward Exp $
+# $Id$
#
# prototype config file for MultiTech MT5634ZPX-PCI (Lucent Venus)
# Note that this file is named intentionally "lucent-mt-2"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/lucent-mt-20
^
|
@@ -1,4 +1,4 @@
-# $Id: lucent-mt-20,v 1.15 2007/05/11 15:48:39 aidan Exp $
+# $Id$
#
# prototype config file for MultiTech MT5634ZBA-V.92-NAM
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/lucent-mt-21
^
|
@@ -1,4 +1,4 @@
-# $Id: lucent-mt-21,v 1.15 2007/05/11 15:48:39 aidan Exp $
+# $Id$
#
# prototype config file for MultiTech MT5634ZBA-V.92-NAM
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/mainpine-10
^
|
@@ -1,4 +1,4 @@
-# $Id: mainpine-10,v 1.1 2007/11/01 13:54:46 aidan Exp $
+# $Id$
#
# prototype config for Mainpine RockForce and IQ series modems using
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/mainpine-2
^
|
@@ -1,4 +1,4 @@
-# $Id: mainpine-2,v 1.1 2007/05/11 15:27:11 aidan Exp $
+# $Id$
#
# prototype config file for Mainpine Ltd. RockForce
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/mainpine-20
^
|
@@ -1,4 +1,4 @@
-# $Id: mainpine-20,v 1.2 2007/11/26 14:02:13 aidan Exp $
+# $Id$
#
# prototype config file for Mainpine Ltd. IQ series
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/mainpine-21
^
|
@@ -1,4 +1,4 @@
-# $Id: mainpine-21,v 1.4 2007/11/26 14:02:13 aidan Exp $
+# $Id$
#
# prototype config file for Mainpine Ltd. RockForce and IQ series
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/moto-288
^
|
@@ -1,4 +1,4 @@
-# $Id: moto-288,v 1.5 2007/11/26 14:02:59 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/mt-1432
^
|
@@ -1,4 +1,4 @@
-# $Id: mt-1432,v 1.3 2003/01/15 00:02:57 tim Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/nuvo-voyager
^
|
@@ -1,4 +1,4 @@
-# $Id: nuvo-voyager,v 1.2 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/ppi-pm14400fxmt
^
|
@@ -1,4 +1,4 @@
-# $Id: ppi-pm14400fxmt,v 1.3 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/ppi-pm14400fxsa
^
|
@@ -1,4 +1,4 @@
-# $Id: ppi-pm14400fxsa,v 1.2 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/prometheus
^
|
@@ -1,4 +1,4 @@
-# $Id: prometheus,v 1.2 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# prototype config file for Prometheus PC144IVSP
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/rc144ac
^
|
@@ -1,4 +1,4 @@
-# $Id: rc144ac,v 1.3 2005/02/14 13:56:27 lhoward Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/rc144ac-1
^
|
@@ -1,4 +1,4 @@
-# $Id: rc144ac-1,v 1.2 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/rc288dpi
^
|
@@ -1,4 +1,4 @@
-# $Id: rc288dpi,v 1.5 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/rc288dpi-1
^
|
@@ -1,4 +1,4 @@
-# $Id: rc288dpi-1,v 1.7 2007/11/09 23:16:56 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/rc32acl
^
|
@@ -1,4 +1,4 @@
-# $Id: rc32acl,v 1.3 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/rc32acl-1
^
|
@@ -1,4 +1,4 @@
-# $Id: rc32acl-1,v 1.2 2002/04/07 20:29:26 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/rockwell-k56
^
|
@@ -1,4 +1,4 @@
-# $Id: rockwell-k56,v 1.7 2002/05/10 13:33:16 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/rockwell-rc
^
|
@@ -1,4 +1,4 @@
-# $Id: rockwell-rc,v 1.3 2005/02/14 13:56:27 lhoward Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/sierra
^
|
@@ -1,4 +1,4 @@
-# $Id: sierra,v 1.1.1.1 1998/10/12 20:47:48 root Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/skel
^
|
@@ -1,4 +1,4 @@
-# $Id: skel,v 1.6 2008/02/03 01:12:23 tim Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/t38modem
^
|
@@ -1,4 +1,4 @@
-# $Id: t38modem,v 1.2 2005/02/14 13:56:27 lhoward Exp $
+# $Id$
#
# HylaFAX configuration for a T38FAX Pseudo Modem
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/telebit-qblazer
^
|
@@ -1,4 +1,4 @@
-# $Id: telebit-qblazer,v 1.2 2002/04/07 20:29:27 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/telebit-t3000
^
|
@@ -1,4 +1,4 @@
-# $Id: telebit-t3000,v 1.2 2002/04/07 20:29:27 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/telebit-wb
^
|
@@ -1,4 +1,4 @@
-# $Id: telebit-wb,v 1.2 2002/04/07 20:29:27 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/topic
^
|
@@ -1,4 +1,4 @@
-# $Id: topic,v 1.4 2003/07/25 16:23:26 lhoward Exp $
+# $Id$
#
# prototype config for Topic modems and other similarly broken firmwares
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/tricom2842
^
|
@@ -1,4 +1,4 @@
-# $Id: tricom2842,v 1.1.1.1 1998/10/12 20:47:48 root Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/uds-fastalk
^
|
@@ -1,4 +1,4 @@
-# $Id: uds-fastalk,v 1.2 2002/04/07 20:29:27 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/usr-2.0
^
|
@@ -1,4 +1,4 @@
-# $Id: usr-2.0,v 1.9 2002/08/02 03:44:46 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/usr-rts
^
|
@@ -1,4 +1,4 @@
-# $Id: usr-rts,v 1.7 2004/05/19 21:17:23 lhoward Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/usr-xon
^
|
@@ -1,4 +1,4 @@
-# $Id: usr-xon,v 1.11 2005/11/29 21:28:57 lhoward Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/zyxel-1496e
^
|
@@ -1,4 +1,4 @@
-# $Id: zyxel-1496e,v 1.4 2005/02/14 13:56:27 lhoward Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/zyxel-1496e-1
^
|
@@ -1,4 +1,4 @@
-# $Id: zyxel-1496e-1,v 1.6 2007/09/26 12:54:06 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/zyxel-1496e-2.0
^
|
@@ -1,4 +1,4 @@
-# $Id: zyxel-1496e-2.0,v 1.3 2005/02/14 13:56:28 lhoward Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/config/zyxel-2864
^
|
@@ -1,4 +1,4 @@
-# $Id: zyxel-2864,v 1.5 2005/02/14 13:56:28 lhoward Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/configure
^
|
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.183.2.1 2009/05/15 17:50:52 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
@@ -402,7 +402,7 @@
-target=*|--target=*) TARGET="$ac_optarg" ;;
-disable-pam|--disable-pam) DISABLE_PAM="yes" ;;
-version|--version)
- echo "This is HylaFAX configure $Revision: 1.183.2.1 $"
+ echo "This is HylaFAX configure $Revision$"
exit 0
;;
-help|--help) usage; exit 0;;
@@ -2551,7 +2551,7 @@
if [ ${header_ver} -ge 19960307 ]; then
case ${lib_ver} in
3.4) tiff_runlen_t="uint16" ;;
- 3.[5678]) tiff_runlen_t="uint32" ;;
+ 3.[56789]) tiff_runlen_t="uint32" ;;
esac
fi
else
@@ -2588,9 +2588,9 @@
Incompatible TIFF Library.
HylaFAX ${VERSION} requires TIFF software distribution versions 3.4 through
-3.8. If you do not have up to date TIFF software on your system
+3.9. If you do not have up to date TIFF software on your system
then you can retrieve it from the location where you obtained this software.
-The Home Page for version 3.5 and later is http://www.libtiff.org
+The Home Page for version 3.5 and later is http://www.remotesensing.org/libtiff/
EOF
boom
return 1
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/debian/changelog
^
|
@@ -1,3 +1,21 @@
+hylafax (2:6.0.4) unstable; urgency=low
+
+ * Update debian packaging for 6.0.4
+
+ -- Aidan Van Dyk <aidan@ifax.com> Mon, 28 Dec 2009 14:02:24 -0500
+
+hylafax (2:6.0.4~rc2) unstable; urgency=low
+
+ * Update debian packaging for 6.0.4-rc2
+
+ -- Patrice Fournier <patrice.fournier@ifax.com> Fri, 18 Dec 2009 11:32:18 -0500
+
+hylafax (2:6.0.3) unstable; urgency=low
+
+ * Update debian packaging for 6.0.3
+
+ -- Patrice Fournier <patrice.fournier@ifax.com> Fri, 10 Jul 2009 11:46:01 -0400
+
hylafax (2:6.0.2) unstable; urgency=low
* Update debian packaging for 6.0.2
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/defs.in
^
|
@@ -1,4 +1,4 @@
-# $Id: defs.in,v 1.32 2009/04/23 12:45:30 aidan Exp $
+# $Id$
#
# @WARNING@
#
@@ -367,7 +367,7 @@
#
LOCALEDIR = @LOCALEDIR@
-LANGUAGES = nl es vi id
+LANGUAGES = nl es vi id de
XGETTEXT = @XGETTEXT@
MSGMERGE = @MSGMERGE@
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/dist/hylafax.dist
^
|
@@ -1,4 +1,4 @@
-# $Id: hylafax.dist,v 1.1.2.1 2009/05/15 17:50:52 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/dist/newalpha
^
|
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: newalpha,v 1.1.1.1 1998/10/12 20:47:47 root Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/dist/newversion
^
|
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: newversion,v 1.1.1.1 1998/10/12 20:47:47 root Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/distrules
^
|
@@ -1,4 +1,4 @@
-# $Id: distrules,v 1.50.2.3 2009/05/19 15:42:16 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
@@ -62,7 +62,7 @@
# source distribution, except for
# manual pages.
# This list is automatically built from:
-# git ls-files -x 'man/*' -x 'port/*' -x .cvsignore
+# git ls-files -x 'man/*' -x 'port/*' -x 'port/*/*' -x .cvsignore
#
HYLAFAXSRC=\
CONTRIBUTORS \
@@ -227,7 +227,6 @@
doc/RELEASENOTES-4.3.txt \
doc/RELEASENOTES-4.4.txt \
doc/RELEASENOTES-6.0.txt \
- doc/RELEASENOTES-CVS.txt \
etc/Makefile.in \
etc/copy.h \
etc/copy.m \
@@ -757,7 +756,6 @@
po/nls.mk \
po/version.po.in \
po/vi.po \
- port/irix/so_locations \
regex/COPYRIGHT \
regex/Makefile.in \
regex/README \
@@ -1032,7 +1030,7 @@
VERSION=`cat ${SRCDIR}/VERSION`; \
rm -f hylafax-$$VERSION $$VERSION $$VERSION.tar; \
ln -s ${SRCDIR} hylafax-$$VERSION; \
- (for i in ${HYLAFAXSRC} dist/hylafax.alpha; do \
+ (for i in ${HYLAFAXSRC}; do \
echo $$i; \
done) | sed "s;.*;hylafax-$$VERSION/&;" > $$VERSION; \
(for i in ${MANPAGES}; do \
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/doc/RELEASENOTES-4.3.txt
^
|
@@ -1,4 +1,4 @@
-HylaFAX 4.3.8
+HylaFAX 4.3.10
OVERVIEW
-----------------------------------------------------------------------------
@@ -227,3 +227,31 @@
* faxgetty/faxsend: Correct Include config file parsing (22 Jul 2008)
* b64-encode.awk: Fix bug on old SCO awk (2009-01-30)
* POSIX constants can be set to -1 if the functionnality is unavailable (2009-03-20)
+* configure: Modern C++ compilers no-longer support the STL <file.h> syntax (2009-04-03)
+* [etc/faxaddmodem.sh.in etc/probemodem.sh.in] shell portability fix (2009-04-17)
+* [pkg/postinstall.in] typo in cron example (2009-04-17)
+* configure: Work on deprecated CXX Headers (2009-04-20)
+* Signal handlers need to be careful with errno (2009-07-03)
+
+CHANGES for 4.3.9
+-----------------------------------------------------------------------------
+* hfaxd: Cleanup uid initizliaztion and theoretical overflow (2009-08-14)
+* PageHandling: Fix handling of large blank areas (2009-09-18)
+* faxq: Don't assert on bad FIFO messages (2009-09-21)
+* Str::vformat() Don't reuse va_args (2009-10-07)
+* Class1: ECM page and block count should be sent as modulus. (2009-11-13)
+* Class1: Initialize blockNumber (2009-11-13)
+
+CHANGES for 4.3.10
+-----------------------------------------------------------------------------
+* Typo in CONFIG_UNIXTRANSPORT define checks (2009-11-06)
+* Allow "any" as answer method for FIFO messages (2010-01-22)
+* Updates LibTIFF homepage URLs (2010-02-05)
+* Updated ftp site address in setup error message (2010-03-05)
+* Correctly check for long lines when checking for the last match (2010-02-05)
+* Fix calls to pdf2fax/ps2fax in ConvertFile (2010-04-02)
+* manpages: Updates from debian (2010-05-05)
+* pdf2fax/ps2fax: Use -dMaxStripSize=0 (2010-05-05)
+* Fixes compilation on some platforms (2010-06-24)
+* faxq: better capturing of failed conversion output (2010-08-30)
+
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/doc/RELEASENOTES-4.4.txt
^
|
@@ -1,4 +1,4 @@
-HylaFAX 4.4.5
+HylaFAX 4.4.7
Overview
-----------------------------------------------------------------------------
@@ -151,3 +151,34 @@
* b64-encode.awk: Fix bug on old SCO awk (2009-01-30)
* Bug 901: mimeencoding bug in templates handling (2009-02-06)
* POSIX constants can be set to -1 if the functionnality is unavailable (2009-03-20)
+* configure: Modern C++ compilers no-longer support the STL <file.h> syntax (2009-04-03)
+* [etc/faxaddmodem.sh.in etc/probemodem.sh.in] shell portability fix (2009-04-17)
+* [pkg/postinstall.in] typo in cron example (2009-04-17)
+* configure: Work on deprecated CXX Headers (2009-04-20)
+* templates: Update Polish translation (2009-05-15)
+* Signal handlers need to be careful with errno (2009-07-03)
+
+CHANGES for 4.4.6
+-----------------------------------------------------------------------------
+* pagesend: Fix broken switch statement (2009-08-14)
+* hfaxd: Cleanup uid initizliaztion and theoretical overflow (2009-08-14)
+* PageHandling: Fix handling of large blank areas (2009-09-18)
+* faxq: Don't assert on bad FIFO messages (2009-09-21)
+* Str::vformat() Don't reuse va_args (2009-10-07)
+* Class1: Initialize blockNumber (2009-11-13)
+* Class1: ECM page and block count should be sent as modulus. (2009-11-13)
+
+CHANGES for 4.4.7
+-----------------------------------------------------------------------------
+* Typo in CONFIG_UNIXTRANSPORT define checks (2009-11-06)
+* Allow "any" as answer method for FIFO messages (2010-01-22)
+* Updates LibTIFF homepage URLs (2010-02-05)
+* Updated ftp site address in setup error message (2010-03-05)
+* Correctly check for long lines when checking for the last match (2010-02-05)
+* Fix calls to pdf2fax/ps2fax in ConvertFile (2010-04-02)
+* pdf2fax/ps2fax: Use -dMaxStripSize=0 (2010-05-05)
+* manpages: Updates from debian (2010-05-05)
+* Fixes compilation on some platforms (2010-06-24)
+* faxq: better capturing of failed conversion output (2010-08-10)
+* Class2: Fix hangup cause handling (2010-08-30)
+* Compiler warning cleanup (2010-08-30)
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/doc/RELEASENOTES-6.0.txt
^
|
@@ -1,4 +1,4 @@
-HylaFAX 6.0.2
+HylaFAX 6.0.5
Overview
-----------------------------------------------------------------------------
@@ -20,10 +20,20 @@
removed.
-Upgrade to CVS from previous 4.4 releases
+Upgrade to 6.0 from previous 4.4 releases
-----------------------------------------------------------------------------
- There are only 2 differences to note yet during the upgrade
- process, probably neither of which affect most people.
+
+ There are 3 differences to note during the upgrade process, probably
+ none of which affect most people.
+
+ HylaFAX now supports IPv6. This means that the default bind for hfaxd
+ may change depending on what your system defaults are configured as.
+ Some systems (such as FreeBSD 6/7) come configured with IPv6 as the
+ system default, but set to not allow IPv4 connections. On systems such
+ as these, you may need specify a bind address with -l if you want to
+ over-ride the system default:
+ hfaxd -l 0.0.0.0 -i hylafax
+ hfaxd -l 0.0.0.0 -i hylafax -l ::0 -i hylafax
If you have clients that still use the old protocol (not the common
FTP style protocol), they will no longer work with a new hfaxd daemon.
@@ -32,7 +42,7 @@
default, as the jobs re not being requeued, or done. To continue
receiving them, you'll need to configure it in FaxNotify.
-Changes for HylaFAX 6.0
+Changes for HylaFAX 6.0.0
-----------------------------------------------------------------------------
* faxmail: don't submit an empty postscript file if no formatting was
done (17 Aug 2007)
@@ -341,3 +351,46 @@
* Have RPM patched faxsetup check for the right -server package name to detect
server installation. (2009-05-22)
* Socket fixes for BSD 4.4 sockets (2009-05-23)
+
+CHANGES for 6.0.3
+-----------------------------------------------------------------------------
+* Remove debugging statements (2009-06-04)
+* More debug statements need to be removed (2009-06-04)
+* Signal handlers need to be careful with errno (2009-07-03)
+
+CHANGES for 6.0.4
+-----------------------------------------------------------------------------
+* Page sent protocol trace fixes (2009-07-24)
+* Don't duplicate any file in a release tarball (2009-08-07)
+* IPv6: Rework initial bind (2009-08-07)
+* Some CVS-GIT cleanups/release notes (2009-08-14)
+* pagesend: Fix broken switch statement (2009-08-14)
+* hfaxd: Cleanup uid initizliaztion and theoretical overflow (2009-08-14)
+* nls: Add German translation (2009-09-14)
+* PageHandling: Fix handling of large blank areas (2009-09-18)
+* Add support for libtiff 3.9 (2007-11-21)
+* faxq: Don't assert on bad FIFO messages (2009-09-21)
+* Updated RPM dependencies (2009-09-25)
+* Str::vformat() Don't reuse va_args (2009-10-07)
+* faxmail: Fix broken to address/name parsing (2009-10-29)
+* Update releasenotes and documentation re IPv6 support (2009-11-13)
+* hfaxd: log what address(es) we're listing on when starting (2009-11-13)
+* faxsend: Class1 1 ECM when skipping pages needs to be more careful (2009-11-13)
+* Class1: ECM page and block count should be sent as modulus. (2009-11-13)
+
+CHANGES for 6.0.5
+-----------------------------------------------------------------------------
+* Typo in CONFIG_UNIXTRANSPORT define checks (2009-11-06)
+* Allow "any" as answer method for FIFO messages (2010-01-22)
+* Updates LibTIFF homepage URLs (2010-02-05)
+* Updated ftp site address in setup error message (2010-03-05)
+* Correctly check for long lines when checking for the last match (2010-02-05)
+* Fix calls to pdf2fax/ps2fax in ConvertFile (2010-04-02)
+* notify: FaxMaster notifications wildcard fixups (2010-05-05)
+* manpages: Updates from debian (2010-05-05)
+* pdf2fax/ps2fax: Use -dMaxStripSize=0 (2010-05-05)
+* Bug 928: issues with installClient target of Hylafax (2010-05-05)
+* Fixes compilation on some platforms (2010-06-24)
+* faxq: better capturing of failed conversion output (2010-08-10)
+* Class2: Fix hangup cause handling (2010-08-30)
+* Compiler warning cleanup (2010-08-30)
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/Makefile.in
^
|
@@ -1,5 +1,5 @@
#!smake
-# $Id: Makefile.in,v 1.19 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/copy.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: copy.h,v 1.1.1.1 1998/10/12 20:47:48 root Exp $
+/* $Id$
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/copy.m
^
|
@@ -1,4 +1,4 @@
-# $Id: copy.m,v 1.1.1.1 1998/10/12 20:47:48 root Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/copy.ps
^
|
@@ -1,4 +1,4 @@
-% $Id: copy.ps,v 1.1.1.1 1998/10/12 20:47:48 root Exp $
+% $Id$
%
% HylaFAX Facsimile Software
%
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/dialrules
^
|
@@ -1,4 +1,4 @@
-! $Id: dialrules,v 1.4 2003/05/16 02:15:45 darren Exp $
+! $Id$
!
! HylaFAX (tm) Dialing String Processing Rules.
!
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/dialrules.europe
^
|
@@ -1,4 +1,4 @@
-! $Id: dialrules.europe,v 1.2 2003/02/08 22:58:09 darren Exp $
+! $Id$
!
! HylaFAX (tm) Dialing String Processing Rules
! for much of Europe.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/dialrules.sf-ba
^
|
@@ -1,4 +1,4 @@
-! $Id: dialrules.sf-ba,v 1.2 2003/02/08 22:58:09 darren Exp $
+! $Id$
!
! HylaFAX (tm) Dialing String Processing Rules
! for the San Francisco Bay Area.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/faxaddmodem.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: faxaddmodem.sh.in,v 1.62 2009/04/18 00:13:24 tim Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/faxsetup.bsdi
^
|
@@ -1,4 +1,4 @@
-# $Id: faxsetup.bsdi,v 1.1.1.1 1998/10/12 20:47:48 root Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/faxsetup.irix
^
|
@@ -1,4 +1,4 @@
-# $Id: faxsetup.irix,v 1.2 2006/06/02 17:27:27 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/faxsetup.linux
^
|
@@ -1,4 +1,4 @@
-# $Id: faxsetup.linux,v 1.4 2000/09/20 03:55:39 robert Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/faxsetup.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: faxsetup.sh.in,v 1.62 2008/09/22 19:49:41 aidan Exp $
+# $Id$
#
# @WARNING@
#
@@ -1028,7 +1028,7 @@
The directory of tools from the TIFF software distribution is not
where it is expected or this file is not a directory. If you do not
have the TIFF distribution installed on this machine then you must
-install it; the master FTP location is ftp://ftp.sgi.com/graphics/tiff.
+install it; the homepage for LibTIFF is http://www.remotesensing.org/libtiff/.
Otherwise, if the software is installed in a directory other than
where it is expected you can configure the HylaFAX software to use
an alternate directory by supplying a -with-TIFFBIN option when running
@@ -1047,7 +1047,7 @@
is not executable. This program is part of the TIFF software
distribution that is required for use with HylaFAX. If you do not
have the TIFF distribution installed on this machine then you must
-install it; the master FTP location is ftp://ftp.sgi.com/graphics/tiff.
+install it; the homepage for LibTIFF is http://www.remotesensing.org/libtiff/.
Otherwise, if the software is installed in a directory other than
where it is expected you can configure the HylaFAX software to use
an alternate directory by supplying a -with-TIFFBIN option when running
@@ -1311,7 +1311,7 @@
If you do not have the font metric information files loaded on your system
system you can obtain them by public FTP from the place where you obtained
-the HylaFAX software or from the master FTP site at ftp.sgi.com.
+the HylaFAX software or from the master FTP site at ftp.hylafax.org.
EOF
fi
fi
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/hylafax.in
^
|
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: hylafax.in,v 1.12 2008/04/28 20:37:05 aidan Exp $
+# $Id$
#
# chkconfig: 2345 97 05
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/lockname.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: lockname.c,v 1.1.1.1 1998/10/12 20:47:48 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/ondelay.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: ondelay.c,v 1.1.1.1 1998/10/12 20:47:48 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/etc/probemodem.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: probemodem.sh.in,v 1.25 2009/04/18 00:13:24 tim Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxalter/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.2 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxalter/faxalter.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxalter.c++,v 1.18 2008/09/22 13:55:26 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxcover/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.7 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxcover/edit-faxcover.sh.in
^
|
@@ -1,6 +1,6 @@
#! @SCRIPT_SH@
#
-# $Id: edit-faxcover.sh.in,v 1.1 2003/05/10 16:18:14 tim Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxcover/faxcover.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxcover.c++,v 1.18 2008/04/28 20:33:38 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxcover/faxcover.ps
^
|
@@ -20,7 +20,7 @@
%%CreationDate: 11:05 AM January 4, 1993
%%Pages: 1 +1
%%EndComments
-% $Id: faxcover.ps,v 1.5 2003/04/22 22:55:15 tim Exp $
+% $Id$
%
% HylaFAX Facsimile Software
%
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxcover/faxcover_example_sgi.ps
^
|
@@ -4,7 +4,7 @@
%%CreationDate: 11:05 AM January 4, 1993
%%Pages: 1 +1
%%EndComments
-% $Id: faxcover_example_sgi.ps,v 1.1 2002/07/23 18:20:23 darren Exp $
+% $Id$
%
% HylaFAX Facsimile Software
%
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Batch.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Batch.c++,v 1.1 2007/05/04 17:28:32 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2007 iFAX Solutions Inc.
* HylaFAX is a trademark of Silicon Graphics
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Batch.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Batch.h,v 1.1 2007/05/04 17:28:32 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2007 iFAX Solutions, Inc.
* HylaFAX is a trademark of Silicon Graphics
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class0.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class0.c++,v 1.5 2007/06/04 17:11:07 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class0.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class0.h,v 1.4 2007/06/04 17:11:07 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class1.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class1.c++,v 1.110 2008/04/28 20:36:59 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class1.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class1.h,v 1.55 2008/10/01 20:06:51 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -81,6 +81,7 @@
time_t lastMCF; // indicates the time of the last MCF signal
u_int lastPPM; // last PPM during receive
bool sendCFR; // received TCF was not confirmed
+ u_int ecmPage; // page number for ECM frame
u_short ecmBitPos; // bit position to populate on ecmByte
u_int ecmByte; // pending byte to add to ecmBlock
u_short ecmOnes; // count of consecutive ones for adding zero bits
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class10.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class10.c++,v 1.1 2004/03/29 18:57:45 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2004 Lee Howard
* Copyright (c) 1994-1996 Sam Leffler
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class10.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class10.h,v 1.1 2004/03/29 18:57:45 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2004 Lee Howard
* Copyright (c) 1990-1996 Sam Leffler
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class1Ersatz.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class1Ersatz.c++,v 1.1 2004/03/29 18:57:45 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2004 Lee Howard
* Copyright (c) 1994-1996 Sam Leffler
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class1Ersatz.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class1Ersatz.h,v 1.1 2004/03/29 18:57:45 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2004 Lee Howard
* Copyright (c) 1990-1996 Sam Leffler
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class1Poll.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class1Poll.c++,v 1.7 2007/06/04 17:11:07 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class1Recv.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class1Recv.c++,v 1.168 2008/11/21 20:55:47 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class1Send.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class1Send.c++,v 1.116 2008/10/01 20:06:51 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -56,6 +56,8 @@
// This is as good a time as any, perhaps, to reset modemParams.br.
// If the call does V.8 handshaking, then it will be altered.
modemParams.br = nonV34br;
+ // ecmPage counts from the call start too, not per job/session
+ ecmPage = 0;
int ntrys = 0;
ATResponse r;
@@ -402,11 +404,9 @@
}
} else
{
- protoTrace("Skipping page %d", FaxModem::getPageNumberOfCall());
+ protoTrace("Skipping page %d", FaxModem::getPageNumber());
signalRcvd = FCF_MCF;
}
-logDebug(" * * * PAGE SENT: %s", pt == PAGE_NORMAL ? "PAGE_NORMAL" :
- (pt == PAGE_COVER ? "PAGE_COVER" : "PAGE_SKIP"));
int ncrp = 0;
u_int ppr;
do {
@@ -1218,8 +1218,8 @@
pps[0] = 0x00;
else
pps[0] = ppmcmd | 0x80;
- pps[1] = frameRev[FaxModem::getPageNumberOfCall() - 1];
- pps[2] = frameRev[blockNumber];
+ pps[1] = frameRev[(ecmPage-1) & 0xFF];
+ pps[2] = frameRev[blockNumber & 0xFF];
pps[3] = frameRev[(fcountuniq == 0 ? 0 : (fcountuniq - 1))];
u_short ppscnt = 0, crpcnt = 0;
bool gotppr = false;
@@ -1370,7 +1370,7 @@
blockgood = true;
signalRcvd = FCF_MCF;
}
- if (!useV34 && curcap->mod == V17 && badframes == frameNumber && FaxModem::getPageNumberOfCall() == 1) {
+ if (!useV34 && curcap->mod == V17 && badframes == frameNumber && ecmPage == 1) {
// looks like a V.17 modulator incompatibility that managed to pass TCF
// we set hasV17Trouble to help future calls to this destination
protoTrace("The destination appears to have trouble with V.17.");
@@ -1736,6 +1736,7 @@
bool rc = true;
blockNumber = frameNumber = ecmBlockPos = ecmFramePos = ecmBitPos = ecmOnes = ecmByte = 0;
+ ecmPage += 1;
protoTrace("SEND begin page");
tstrip_t nstrips = TIFFNumberOfStrips(tif);
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class2.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class2.c++,v 1.37 2009/02/27 20:22:35 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -851,9 +851,10 @@
for (u_int i = 0; i < NCODES; i++) {
const HangupCode& c = hangupCodes[i];
if ((c.code[1] != NULL && strcasecmp(code, c.code[1]) == 0) ||
- (c.code[2] != NULL && strcasecmp(code, c.code[2]) == 0))
+ (c.code[2] != NULL && strcasecmp(code, c.code[2]) == 0)) {
s = Status(c.status, c.message);
return s;
+ }
}
s = Status(210, "Unknown hangup code");
return s;
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class2.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class2.h,v 1.27 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class20.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class20.c++,v 1.13 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class20.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class20.h,v 1.3 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class21.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class21.c++,v 1.1 2002/05/23 21:32:19 darren Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class21.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class21.h,v 1.1 2002/05/23 21:32:19 darren Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class2Ersatz.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class2Ersatz.c++,v 1.7 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class2Ersatz.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class2Ersatz.h,v 1.3 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class2Poll.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class2Poll.c++,v 1.3 2007/06/04 17:11:07 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class2Recv.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class2Recv.c++,v 1.26 2008/11/21 20:55:47 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Class2Send.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class2Send.c++,v 1.50 2009/02/27 18:09:12 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -279,7 +279,7 @@
if (!decodePPM(pph, ppm, eresult))
goto failed;
if (ppm == PPH_SKIP)
- protoTrace("Skiping page %d", FaxModem::getPageNumberOfCall());
+ protoTrace("Skiping page %d", FaxModem::getPageNumber());
if (ppm == PPH_SKIP || (dataTransfer() && sendPage(tif, decodePageChop(pph, params), pt == PAGE_COVER))) {
/*
* Page transferred, process post page response from
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/ClassModem.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: ClassModem.c++,v 1.67 2008/11/21 20:55:47 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/ClassModem.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: ClassModem.h,v 1.31 2008/11/21 20:55:47 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/CopyQuality.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: CopyQuality.c++,v 1.47 2008/11/21 20:55:47 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/DestInfo.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: DestInfo.c++,v 1.8 2007/05/04 17:28:32 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/DestInfo.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: DestInfo.h,v 1.7 2007/05/04 17:28:32 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxAcctInfo.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxAcctInfo.c++,v 1.9 2005/05/30 14:52:32 tim Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxAcctInfo.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxAcctInfo.h,v 1.6 2005/03/05 16:33:33 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxFont.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxFont.c++,v 1.2 1999/06/13 07:41:02 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxFont.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxFont.h,v 1.2 1999/06/13 07:41:02 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxItem.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxItem.c++,v 1.2 2006/01/30 21:40:46 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxItem.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxItem.h,v 1.1 2003/11/20 15:20:34 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxMachineInfo.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxMachineInfo.c++,v 1.13 2008/04/28 20:34:15 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxMachineInfo.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxMachineInfo.h,v 1.9 2005/09/27 18:33:50 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxMachineLog.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxMachineLog.c++,v 1.3 2002/02/02 19:55:46 darren Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxMachineLog.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxMachineLog.h,v 1.1.1.1 1998/10/12 20:47:49 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxModem.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxModem.c++,v 1.56 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -47,7 +47,6 @@
recvFillOrder = (conf.recvFillOrder != 0)? conf.recvFillOrder : FILLORDER_LSB2MSB;
sendFillOrder = (conf.sendFillOrder != 0)? conf.sendFillOrder : FILLORDER_LSB2MSB;
rtcRev = TIFFGetBitRevTable(sendFillOrder != FILLORDER_LSB2MSB);
- pageNumberOfCall = 1;
}
FaxModem::~FaxModem()
@@ -756,11 +755,8 @@
void
FaxModem::countPage(PageType pt)
{
-logDebug("FaxModem::countPage(%s)", pt == PAGE_NORMAL ? "PAGE_NORMAL" :
- (pt == PAGE_COVER ? "PAGE_COVER" : "PAGE_SKIP") );
pageNumber++;
pageNumberOfJob++;
- pageNumberOfCall++;
if (pt == PAGE_COVER)
pageNumberCovered++;
@@ -769,9 +765,9 @@
}
int
-FaxModem::getPageNumberOfCall()
+FaxModem::getPageNumber()
{
- return pageNumberOfCall;
+ return pageNumber;
}
void
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxModem.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxModem.h,v 1.49 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -61,9 +61,8 @@
private:
FaxServer& server; // server for getting to device
// transmit tag line support
- u_int pageNumber; // current transmit page number
- u_int pageNumberOfJob;// current transmit page number of Job
- u_int pageNumberOfCall;// current transmit page number of call
+ u_int pageNumber; // current session page number
+ u_int pageNumberOfJob;// current session page number of Job
u_int pageNumberSkipped;// current skipped page count
u_int pageNumberCovered;// current cover page count
FaxFont* tagLineFont; // font for imaging tag line
@@ -123,7 +122,7 @@
// miscellaneous
void countPage(PageType);
- int getPageNumberOfCall();
+ int getPageNumber();
void recvTrace(const char* fmt, ...);
void copyQualityTrace(const char* fmt, ...);
void traceModemParams();
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxPoll.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxPoll.c++,v 1.6 2007/06/04 17:11:07 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxRecv.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxRecv.c++,v 1.31 2008/04/28 20:34:09 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxRequest.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxRequest.c++,v 1.36 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxRequest.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxRequest.h,v 1.18 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxSend.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxSend.c++,v 1.55 2008/10/01 20:21:05 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -898,17 +898,24 @@
}
req.writeQFile(); // update q file for clients
u_short tpages = req.totpages;
+ u_short npages = req.npages;
+
if (! modem->isCountingSkippedPages() )
+ {
tpages -= req.skippages;
+ npages -= req.nskip;
+ }
- traceProtocol("SEND FAX (%s): FROM %s TO %s (page %u of %u sent in %s)"
- , (const char*) req.commid
- , (const char*) req.mailaddr
- , (const char*) req.external
- , req.npages
- , tpages
- , fmtTime(now - pageStart)
- );
+ if (pt != FaxModem::PAGE_SKIP || modem->isCountingSkippedPages())
+ traceProtocol("SEND FAX (%s): FROM %s TO %s (page %u of %u[%u,%u,%u,%u] sent in %s)"
+ , (const char*) req.commid
+ , (const char*) req.mailaddr
+ , (const char*) req.external
+ , npages
+ , tpages
+ , req.npages, req.totpages, req.nskip, req.skippages
+ , fmtTime(now - pageStart)
+ );
pageStart = now; // for next page
}
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxSendStatus.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxSendStatus.h,v 1.6 2008/01/24 05:18:27 tim Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxServer.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxServer.c++,v 1.12 2006/03/17 16:47:09 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxServer.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxServer.h,v 1.22 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/FaxTrace.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxTrace.h,v 1.2 2005/09/27 18:26:47 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/G3Decoder.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: G3Decoder.c++,v 1.9 2006/04/22 02:56:14 darren Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/G3Decoder.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: G3Decoder.h,v 1.4 2003/10/09 21:27:43 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/G3Encoder.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: G3Encoder.c++,v 1.7 2007/03/14 18:09:15 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/G3Encoder.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: G3Encoder.h,v 1.4 2003/12/01 18:42:38 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Getty.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Getty.c++,v 1.7 2007/05/15 15:52:03 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Getty.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Getty.h,v 1.4 2007/05/15 15:52:03 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/GettyBSD.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: GettyBSD.c++,v 1.2 2005/02/08 22:13:10 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/GettyBSD.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: GettyBSD.h,v 1.2 2005/04/26 23:39:01 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/GettySysV.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: GettySysV.c++,v 1.6 2005/02/08 22:13:10 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/GettySysV.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: GettySysV.h,v 1.2 1999/06/13 07:41:03 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/HDLCFrame.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: HDLCFrame.c++,v 1.6 2005/01/25 22:35:28 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/HDLCFrame.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: HDLCFrame.h,v 1.6 2005/01/25 22:35:28 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/HylaClient.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: HylaClient.c++,v 1.3 2003/02/08 22:49:49 darren Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/HylaClient.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: HylaClient.h,v 1.2 1999/06/13 07:41:04 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Job.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Job.c++,v 1.12 2007/05/04 17:28:32 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Job.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Job.h,v 1.10 2007/05/04 17:28:32 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/JobControl.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: JobControl.c++,v 1.6 2007/06/05 18:51:16 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/JobControl.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: JobControl.h,v 1.5 2007/06/05 18:51:16 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.16 2009/02/27 18:07:32 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/MemoryDecoder.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: MemoryDecoder.c++,v 1.9 2007/11/26 14:02:33 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/MemoryDecoder.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: MemoryDecoder.h,v 1.4 2007/11/26 14:02:33 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Modem.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Modem.c++,v 1.20 2007/05/04 17:32:12 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Modem.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Modem.h,v 1.13 2007/05/04 17:32:12 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/ModemConfig.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: ModemConfig.c++,v 1.86 2008/10/01 20:43:24 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/ModemConfig.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: ModemConfig.h,v 1.65 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/ModemServer.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: ModemServer.c++,v 1.40 2008/11/21 20:55:47 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/ModemServer.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: ModemServer.h,v 1.17 2008/11/21 20:55:47 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/NSF.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: NSF.c++,v 1.34 2009/02/09 19:24:27 aidan Exp $ */
+/* $Id$ */
/*
* This file does not exist in the original HylaFAX distribution.
* Created by Dmitry Bely, April 2000
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/NSF.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: NSF.h,v 1.7 2006/04/03 15:38:15 aidan Exp $ */
+/* $Id$ */
/*
* This file does not exist in the original HylaFAX distribution.
* Created by Dmitry Bely, April 2000
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/PCFFont.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: PCFFont.c++,v 1.6 2003/04/18 19:02:57 tim Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/PCFFont.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: PCFFont.h,v 1.2 1999/06/13 07:41:04 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/QLink.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: QLink.c++,v 1.1.1.1 1998/10/12 20:47:49 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/QLink.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: QLink.h,v 1.2 1999/06/13 07:41:04 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/ServerConfig.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: ServerConfig.c++,v 1.13 2008/04/28 20:36:28 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/ServerConfig.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: ServerConfig.h,v 1.9 2008/04/28 20:36:28 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/TagLine.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: TagLine.c++,v 1.20 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Trigger.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Trigger.c++,v 1.8 2009/02/02 16:07:06 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/Trigger.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Trigger.h,v 1.3 2007/03/09 20:54:11 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/TriggerRef.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: TriggerRef.c++,v 1.1.1.1 1998/10/12 20:47:49 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/TriggerRef.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: TriggerRef.h,v 1.1.1.1 1998/10/12 20:47:49 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/UUCPLock.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: UUCPLock.c++,v 1.5 2007/03/14 18:09:15 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/UUCPLock.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: UUCPLock.h,v 1.2 1999/06/13 07:41:05 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/choptest.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: choptest.c++,v 1.15 2008/02/28 20:49:25 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/cqtest.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: cqtest.c++,v 1.15 2008/02/28 20:49:25 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/faxApp.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxApp.c++,v 1.11 2007/11/26 14:02:08 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/faxApp.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxApp.h,v 1.6 2007/03/09 20:54:11 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/faxGettyApp.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxGettyApp.c++,v 1.46 2008/11/21 20:55:47 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -916,7 +916,7 @@
switch (cp[0]) {
case 'A': // answer the phone
traceServer("ANSWER %s", cp[1] != '\0' ? cp+1 : "any");
- if (cp[1] != '\0') {
+ if (cp[1] != '\0' && !streq(cp+1, "any")) {
if (streq(cp+1, "fax"))
answerPhoneCmd(ClassModem::ANSTYPE_FAX);
else if (streq(cp+1, "data"))
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/faxGettyApp.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxGettyApp.h,v 1.16 2007/06/04 17:11:07 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/faxQCleanApp.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxQCleanApp.c++,v 1.20 2008/02/28 20:49:25 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/faxQueueApp.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxQueueApp.c++,v 1.127 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -409,9 +409,11 @@
void
faxQueueApp::prepareCleanup(int s)
{
+ int old_errno = errno;
signal(s, fxSIGHANDLER(faxQueueApp::prepareCleanup));
logError("CAUGHT SIGNAL %d, ABORT JOB PREPARATION", s);
faxQueueApp::instance().abortPrepare = true;
+ errno = old_errno;
}
/*
@@ -1073,8 +1075,10 @@
break;
}
if (dec.getLastBlanks() > minRows)
+ {
pagehandling.append(fxStr::format("Z%04x",
- stripSize - (dec.getEndOfPage() - data)));
+ fxmin((u_int)0xFFFF, (u_int)(stripSize - (dec.getEndOfPage() - data)))));
+ }
}
delete [] data;
}
@@ -1289,6 +1293,7 @@
kill(pid, SIGTERM);
(void) Sys::waitpid(pid);
status = Job::format_failed;
+ result = Status(347, "%s", (const char*)output);
}
break;
}
@@ -1331,7 +1336,9 @@
timer.stopTimeout();
if (timer.wasTimeout()) {
jobError(job, "CONVERT DOCUMENT: job time limit exceeded");
- output.append("\n[Job time limit exceeded]\n");
+ if (output.length() > 0)
+ output.append('\n');
+ output.append("[Job time limit exceeded]\n");
return (false);
} else
return (true);
@@ -1755,7 +1762,7 @@
* is intended to keep "normal" and "high" priority jobs
* from conflicting.
*/
-#define JOB_PRI_BUCKET(pri) (pri >> 4)
+#define JOB_PRI_BUCKET(pri) ((pri) >> 4)
if (job.pri != 255 && job.pri > 190)
job.pri++;
@@ -3118,6 +3125,12 @@
void
faxQueueApp::FIFOModemMessage(const fxStr& devid, const char* msg)
{
+ if (! devid.length() > 0)
+ {
+ traceServer("Invalid modem FIFO message");
+ return;
+ }
+
Modem& modem = Modem::getModemByID(devid);
switch (msg[0]) {
case 'R': // modem ready, parse capabilities
@@ -3235,6 +3248,12 @@
void
faxQueueApp::FIFORecvMessage(const fxStr& devid, const char* msg)
{
+ if (! devid.length() > 0)
+ {
+ traceServer("Invalid modem FIFO message");
+ return;
+ }
+
Modem& modem = Modem::getModemByID(devid);
switch (msg[0]) {
case 'B': // inbound call started
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/faxQueueApp.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxQueueApp.h,v 1.39 2008/09/22 13:55:02 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/faxSendApp.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxSendApp.c++,v 1.28 2009/02/27 20:18:07 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
@@ -451,11 +451,13 @@
static void
sigCleanup(int s)
{
+ int old_errno = errno;
signal(s, fxSIGHANDLER(sigCleanup));
logError("CAUGHT SIGNAL %d", s);
faxSendApp::instance().close();
if (!faxSendApp::instance().isRunning())
_exit(send_failed);
+ errno = old_errno;
}
int
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/faxSendApp.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxSendApp.h,v 1.10 2009/02/27 18:07:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/ixo.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: ixo.h,v 1.2 2001/03/08 07:03:37 darren Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/mkhash.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: mkhash.c,v 1.14 2008/10/01 20:06:52 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/pageSendApp.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: pageSendApp.c++,v 1.24 2008/11/21 20:55:47 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
@@ -25,6 +25,7 @@
*/
#include <sys/types.h>
#include <unistd.h>
+#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <sys/file.h>
@@ -193,10 +194,10 @@
case 1: // busy
case 2: // no carrier
case 3: // no answer
- break;
req->status = send_retry;
req->tts = retrybatchtts;
req->totdials++;
+ break;
default:
req->status = send_retry;
req->result = Status(337, "Blocked by concurrent calls");
@@ -1389,11 +1390,13 @@
static void
sigCleanup(int s)
{
+ int old_errno = errno;
signal(s, fxSIGHANDLER(sigCleanup));
logError("CAUGHT SIGNAL %d", s);
pageSendApp::instance().close();
if (!pageSendApp::instance().isRunning())
_exit(send_failed);
+ errno = old_errno;
}
int
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/pageSendApp.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: pageSendApp.h,v 1.9 2007/06/04 17:11:08 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/t4.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: t4.h,v 1.1.1.1 1998/10/12 20:47:49 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1988-1996 Sam Leffler
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/tagtest.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: tagtest.c++,v 1.21 2008/02/28 20:49:25 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/tif_fax3.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: tif_fax3.h,v 1.5 2007/03/14 18:09:15 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1997 Sam Leffler
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxd/tsitest.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: tsitest.c++,v 1.9 2008/02/28 20:49:25 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxmail/MIMEState.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: MIMEState.c++,v 1.6 2007/11/09 22:23:57 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxmail/MIMEState.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: MIMEState.h,v 1.3 2003/02/08 22:37:36 darren Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxmail/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.2 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxmail/MsgFmt.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: MsgFmt.c++,v 1.12 2008/01/24 02:05:50 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxmail/MsgFmt.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: MsgFmt.h,v 1.5 2007/09/14 16:30:08 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxmail/README
^
|
@@ -1,4 +1,4 @@
-# $Id: README,v 1.2 2001/04/15 04:06:57 darren Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxmail/faxmail.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxmail.c++,v 1.37 2008/09/17 01:12:47 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -344,12 +344,17 @@
to.remove(0, to.skip(0, " \t"));
to.resize(to.skipR(to.length(), " \t"));
- //remove matched quoting characters, recursively
- //If they don't match, we'll assume they are part of
- //the larger string, and not "quoting" marks
- for (;;)
+ /*
+ * Remove matched quoting characters, recursively
+ * If they don't match, we'll assume they are part of
+ * the larger string, and not "quoting" marks
+ * The string to must have at least 2 chars for us to
+ * have anything to work on.
+ */
+ for (;to.length() > 1;)
{
int i;
+ /* We have 3 sets of quoting chars to look for */
const char* remove[] = { "\"\"", "''","()" };
for (i = 0; i < 3; i++)
if (to[0] == remove[i][0] &&
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxrm/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.2 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxrm/faxrm.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxrm.c++,v 1.8 2008/11/28 21:09:37 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxstat/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.3 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/faxstat/faxstat.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxstat.c++,v 1.10 2009/01/16 20:35:22 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/Admin.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Admin.c++,v 1.3 2000/09/21 08:37:59 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/FIFO.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FIFO.c++,v 1.5 2005/05/30 14:52:33 tim Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/FileCache.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FileCache.c++,v 1.2 1999/06/13 07:41:12 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/FileCache.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FileCache.h,v 1.2 1999/06/13 07:41:12 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/FileSystem.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FileSystem.c++,v 1.15 2009/02/27 21:56:13 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
@@ -249,10 +249,6 @@
bool
HylaFAXServer::checkFileRights(int op, const struct stat& sb)
{
-logDebug("checkFileRights:%s %o [%u:%u] %o",
- IS(PRIVILEGED) ? " *ADMIN*" : "",
- op, uid, sb.st_gid, sb.st_mode);
-
if (IS(PRIVILEGED))
return (true);
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/FileTransfer.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FileTransfer.c++,v 1.16 2008/04/28 20:35:03 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/HylaFAXServer.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: HylaFAXServer.c++,v 1.28 2008/09/22 19:44:07 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/HylaFAXServer.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: HylaFAXServer.h,v 1.32 2009/01/16 18:58:18 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/InetFaxServer.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: InetFaxServer.c++,v 1.15.2.1 2009/05/23 12:22:02 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
@@ -61,9 +61,10 @@
Socket::Address addr;
struct addrinfo hints, *ai;
memset(&hints, 0, sizeof(hints));
- hints.ai_family = AF_INET6;
+ hints.ai_family = AF_UNSPEC;
+ hints.ai_flags = AI_PASSIVE;
#ifdef AI_ADDRCONFIG
- hints.ai_flags = AI_ADDRCONFIG;
+ hints.ai_flags |= AI_ADDRCONFIG;
#endif
hints.ai_socktype = SOCK_STREAM;
@@ -74,12 +75,6 @@
if (getaddrinfo(bindaddress, port, &hints, &ai) == 0) {
memcpy(&addr, ai->ai_addr, ai->ai_addrlen);
freeaddrinfo(ai);
- /*
- * an empty bindaddr returns localhost, but we want to
- * listen on everything
- */
- if (! bindaddress)
- memset(Socket::addr(addr), 0, Socket::addrlen(addr));
} else {
logDebug("Couldn't get address information for port \"%s\"",
(const char*) port);
@@ -98,6 +93,17 @@
if (Socket::bind(s, &addr, Socket::socklen(addr)) >= 0) {
(void) listen(s, getBacklog());
Dispatcher::instance().link(s, Dispatcher::ReadMask, this);
+ char hostbuf[128];
+ const char* a = inet_ntop(Socket::family(addr), Socket::addr(addr), hostbuf, sizeof(hostbuf));
+ switch (Socket::family(addr))
+ {
+ case AF_INET:
+ logInfo("Listening to %s:%d", a ? a : "", ntohs(Socket::port(addr)));
+ break;
+ case AF_INET6:
+ logInfo("Listening to [%s]:%d", a ? a : "", ntohs(Socket::port(addr)));
+ break;
+ }
return (true); // success
}
}
@@ -342,7 +348,14 @@
} else
pushCmdData(line, strlen(line));
}
-void InetFaxServer::sigURG(int) { InetFaxServer::instance().handleUrgentData();}
+
+void
+InetFaxServer::sigURG(int)
+{
+ int old_errno = errno;
+ InetFaxServer::instance().handleUrgentData();
+ errno = old_errno;
+}
void
InetFaxServer::lostConnection(void)
@@ -352,7 +365,14 @@
(const char*) remotehost, (const char*) remoteaddr);
dologout(-1);
}
-void InetFaxServer::sigPIPE(int) { InetFaxServer::instance().lostConnection(); }
+
+void
+InetFaxServer::sigPIPE(int)
+{
+ int old_errno = errno;
+ InetFaxServer::instance().lostConnection();
+ errno = old_errno;
+}
static bool
setupPassiveDataSocket(int pdata, Socket::Address& pasv_addr)
@@ -484,9 +504,6 @@
FILE*
InetFaxServer::openDataConn(const char* mode, int& code)
{
-logDebug("openDataConn(\"%s\", %p)", mode, &code);
-logDebug(" `-> pdata = %d", pdata);
-logDebug(" `-> data = %d", data);
byte_count = 0;
if (pdata >= 0) { // passive mode, wait for connection
struct sockaddr_in from;
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/InetFaxServer.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: InetFaxServer.h,v 1.5 2009/01/16 18:57:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/Jobs.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Jobs.c++,v 1.48 2009/02/27 21:56:13 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/Login.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Login.c++,v 1.14 2008/04/28 20:37:27 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.9 2009/02/13 19:34:24 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/PAM.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: PAM.c++,v 1.3 2007/11/15 14:41:46 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2006 Aidan Van Dyk
* Copyright (c) 2006 iFAX Solutions, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/Parser.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Parser.c++,v 1.19 2009/01/16 18:58:18 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/RecvQueue.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: RecvQueue.c++,v 1.21 2009/02/27 21:56:13 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/SNPPServer.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: SNPPServer.c++,v 1.17 2007/03/14 18:09:37 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/SNPPServer.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: SNPPServer.h,v 1.2 1999/06/13 07:41:16 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/Status.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Status.c++,v 1.10 2009/02/27 21:56:13 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/SuperServer.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: SuperServer.c++,v 1.8.2.1 2009/05/23 12:22:02 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/SuperServer.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: SuperServer.h,v 1.2 1999/06/13 07:41:16 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/Trace.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Trace.h,v 1.2 1999/01/10 09:50:25 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/Trigger.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Trigger.c++,v 1.4 2008/04/28 20:37:43 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/UnixFaxServer.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: UnixFaxServer.c++,v 1.2 1999/06/13 07:41:16 robert Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/UnixFaxServer.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: UnixFaxServer.h,v 1.3 2009/01/16 18:57:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/User.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: User.c++,v 1.19 2009/01/16 18:59:46 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
@@ -48,7 +48,6 @@
* User Access Control Support.
*/
gid_t HylaFAXServer::faxuid = 0; // reserved fax uid
-#define FAXUID_RESV HylaFAXServer::faxuid // reserved fax uid
bool
HylaFAXServer::checkUser(const char* name)
@@ -362,12 +361,13 @@
{
rewind(db);
char line[1024];
- u_long allocated[howmany(FAXUID_MAX,NBPL)];
+ u_long allocated[howmany(FAXUID_MAX+1,NBPL)];
memset(allocated, 0, sizeof (allocated));
if (faxuid < FAXUID_MAX)
- SetBit(FAXUID_RESV); // reserved uid
+ SetBit(faxuid); // reserved uid
else
logError("Internal error, \"fax\" UID (%u) too large.", faxuid);
+ SetBit(0); // 0 uid is reserved
SetBit(FAXUID_ANON); // anonymous uid is reserved
while (nextRecord(db, line, sizeof (line))) {
if (line[0] == '!')
@@ -379,7 +379,10 @@
return (true);
if (*cp == ':' && isdigit(cp[1])) { // mark uid as in-use
u_int uid = (u_int) atoi(cp+1);
- SetBit(uid);
+ if (uid < FAXUID_MAX)
+ SetBit(uid);
+ else
+ logError("Error in %s: UID (%u) too large.", (const char*)userAccessFile, uid);
}
}
// find unallocated uid
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/main.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: main.c++,v 1.9 2008/09/08 18:48:09 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/hfaxd/manifest.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: manifest.h,v 1.4 2008/04/28 20:35:03 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Array.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Array.c++,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Array.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Array.h,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/AtSyntax.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: AtSyntax.c++,v 1.3 2008/11/28 21:09:38 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/BoolArray.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: BoolArray.c++,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/BoolArray.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: BoolArray.h,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/CallID.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: CallID.c++,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2004 iFAX Solutions, Inc.
* HylaFAX is a trademark of Silicon Graphics
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/CallID.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: CallID.h,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2004 iFAX Solutions Inc.
* HylaFAX is a trademark of Silicon Graphics
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Class2Params.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class2Params.c++,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Class2Params.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Class2Params.h,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/DSmacros.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: DSmacros.h,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/DialRules.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: DialRules.c++,v 1.3 2008/11/28 21:09:38 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/DialRules.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: DialRules.h,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Dictionary.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Dictionary.c++,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Dictionary.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Dictionary.h,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Dispatcher.c++
^
|
@@ -536,11 +536,13 @@
void Dispatcher::sigCLD(int)
{
+ int old_errno = errno;
pid_t pid;
int status;
while ((pid = waitpid(-1, &status, WNOHANG)) > 0)
Dispatcher::instance()._cqueue->setStatus(pid, status);
+ errno = old_errno;
}
#ifndef SA_INTERRUPT
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Fatal.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Fatal.c++,v 1.1 2008/01/11 20:15:53 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FaxClient.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxClient.c++,v 1.12.2.1 2009/05/22 19:53:19 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FaxClient.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxClient.h,v 1.3 2008/05/02 17:57:59 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FaxConfig.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxConfig.c++,v 1.2 2008/02/28 20:49:25 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FaxConfig.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxConfig.h,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FaxDB.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxDB.c++,v 1.3 2008/04/28 20:33:38 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FaxDB.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxDB.h,v 1.2 2008/04/28 20:33:38 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FaxRecvInfo.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxRecvInfo.c++,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FaxRecvInfo.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxRecvInfo.h,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FaxSendInfo.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxSendInfo.c++,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FaxSendInfo.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: FaxSendInfo.h,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/FmtTime.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: FmtTime.c++,v 1.2 2008/04/28 20:36:05 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/InetTransport.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: InetTransport.c++,v 1.6.2.1 2009/05/23 12:22:02 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/InetTransport.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: InetTransport.h,v 1.2 2009/01/16 18:58:39 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/JobExt.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: JobExt.c++,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/JobExt.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: JobExt.h,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Makefile.IRIXdso
^
|
@@ -1,4 +1,4 @@
-# $Id: Makefile.IRIXdso,v 1.1 2008/01/11 20:15:54 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Makefile.LINUXdso
^
|
@@ -1,4 +1,4 @@
-# $Id: Makefile.LINUXdso,v 1.2 2008/01/11 20:35:56 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Makefile.SOLARISdso
^
|
@@ -1,4 +1,4 @@
-# $Id: Makefile.SOLARISdso,v 1.3 2008/01/23 19:55:10 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/ModemExt.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: ModemExt.c++,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/ModemExt.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: ModemExt.h,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/NLS.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: NLS.c++,v 1.3 2008/04/28 20:29:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2007 Patrice Fournier
* Copyright (c) 2007 iFAX Solutions Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/NLS.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: NLS.h,v 1.4 2008/04/28 20:29:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2007 Patrice Fournier
* Copyright (c) 2007 iFAX Solutions Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Obj.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Obj.c++,v 1.2 2008/02/28 20:49:25 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Obj.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Obj.h,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/PageSize.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: PageSize.c++,v 1.2 2008/02/28 20:49:25 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/PageSize.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: PageSize.h,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Ptr.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Ptr.h,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/RE.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: RE.c++,v 1.2 2009/01/09 02:03:09 tim Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/RE.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: RE.h,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/REArray.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: REArray.c++,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/REArray.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: REArray.h,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/REDict.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: REDict.c++,v 1.1 2008/01/11 20:15:54 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/REDict.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: REDict.h,v 1.1 2008/01/11 20:15:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Range.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Range.c++,v 1.3 2009/03/13 15:53:31 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2008 iFAX Solutions, Inc.
* HylaFAX is a trademark of Silicon Graphics
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Range.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Range.h,v 1.2 2009/03/13 15:53:31 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2008 iFAX Solutioos, Inc.
* HylaFAX is a trademark of Silicon Graphics
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/SNPPClient.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: SNPPClient.c++,v 1.3 2008/02/29 21:51:51 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/SNPPClient.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: SNPPClient.h,v 1.1 2008/01/11 20:15:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/SNPPJob.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: SNPPJob.c++,v 1.1 2008/01/11 20:15:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/SNPPJob.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: SNPPJob.h,v 1.1 2008/01/11 20:15:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/SendFaxClient.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: SendFaxClient.c++,v 1.5 2009/02/27 17:41:13 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/SendFaxClient.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: SendFaxClient.h,v 1.1 2008/01/11 20:15:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/SendFaxJob.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: SendFaxJob.c++,v 1.3 2008/09/22 13:54:37 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/SendFaxJob.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: SendFaxJob.h,v 1.2 2008/09/22 13:54:37 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Socket.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Socket.h,v 1.3.2.2 2009/05/23 12:22:02 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/StackBuffer.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: StackBuffer.c++,v 1.1 2008/01/11 20:15:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/StackBuffer.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: StackBuffer.h,v 1.1 2008/01/11 20:15:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Status.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Status.c++,v 1.1 2008/01/11 20:15:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2007 iFAX Solutions, Inc.
* HylaFAX is a trademark of Silicon Graphics
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Status.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Status.h,v 1.1 2008/01/11 20:15:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2007 iFAX Solutions, Inc.
* HylaFAX is a trademark of Silicon Graphics
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Str.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Str.c++,v 1.2 2008/09/22 13:55:02 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
@@ -188,7 +188,10 @@
if (len)
size *= 2;
tmp = (char*)realloc(tmp, size);
- len = vsnprintf(tmp, size, fmt, ap);
+ va_list ac;
+ va_copy(ac, ap);
+ len = vsnprintf(tmp, size, fmt, ac);
+ va_end(ac);
fxAssert(len >= 0, "Str::vformat() error in vsnprintf");
} while (len > size);
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Str.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Str.h,v 1.2 2008/09/22 13:55:02 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/StrArray.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: StrArray.c++,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/StrArray.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: StrArray.h,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/StrDict.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: StrDict.c++,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/StrDict.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: StrDict.h,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Sys.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Sys.c++,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Sys.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Sys.h,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/SystemLog.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: SystemLog.c++,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/SystemLog.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: SystemLog.h,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/TextFormat.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: TextFormat.c++,v 1.2 2008/02/28 20:49:32 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
@@ -1190,13 +1190,13 @@
fxStr val = tmp;
while (fgets(buf, sizeof(buf), fd) != NULL) {
len = strcspn(buf, "%\n");
- *(buf + len) = '\0';
if (len == strlen(buf)) {
emsg = fxStr::format(
NLS::TEXT("Warning: %s - line too long."), (const char*) fontMapFile);
break;
}
if (len == 0) continue;
+ *(buf + len) = '\0';
tmp = buf + strcspn(buf, ") \t");
*tmp++ = '\0';
tmp += strspn(tmp, " \t");
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/TextFormat.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: TextFormat.h,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/TimeOfDay.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: TimeOfDay.c++,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/TimeOfDay.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: TimeOfDay.h,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Timeout.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Timeout.c++,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Timeout.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Timeout.h,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Transport.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: Transport.c++,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
@@ -52,7 +52,7 @@
* An unqualified destination; look for
* the best available transport facility.
*/
-#if CONFIG_UNIXTRANPSORT
+#if CONFIG_UNIXTRANSPORT
if (UnixTransport::isA(FAX_DEFUNIX)) {
client.setHost(FAX_DEFUNIX);
return *new UnixTransport(client);
@@ -60,11 +60,11 @@
#endif
client.setHost(FAX_DEFHOST);
return *new InetTransport(client);
-#if CONFIG_UNIXTRANPSORT
+#if CONFIG_UNIXTRANSPORT
}
#endif
} else {
-#if CONFIG_UNIXTRANPSORT
+#if CONFIG_UNIXTRANSPORT
if (UnixTransport::isA(address))
return *new UnixTransport(client);
else
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Transport.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Transport.h,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/TypeRules.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: TypeRules.c++,v 1.4 2008/11/28 21:09:38 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/TypeRules.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: TypeRules.h,v 1.2 2008/04/28 20:34:55 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/Types.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: Types.h,v 1.4 2009/04/20 15:29:45 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/UnixTransport.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: UnixTransport.c++,v 1.2 2008/02/28 20:49:32 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/UnixTransport.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: UnixTransport.h,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/class2.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: class2.h,v 1.2 2008/09/22 13:55:02 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/cvtfacility.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: cvtfacility.c,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/fxassert.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: fxassert.c,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/pagesizes.in
^
|
@@ -1,4 +1,4 @@
-# $Id: pagesizes.in,v 1.1 2008/01/11 20:15:56 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/t.30.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: t.30.h,v 1.1 2008/01/11 20:15:56 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/libhylafax/typerules
^
|
@@ -1,4 +1,4 @@
-# $Id: typerules,v 1.2 2008/04/28 20:34:55 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/Makefile.in
^
|
@@ -1,5 +1,5 @@
#!smake
-# $Id: Makefile.in,v 1.22 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/choptest.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: choptest.1m,v 1.5 2003/09/22 19:13:10 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/cqtest.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: cqtest.1m,v 1.6 2003/09/22 19:13:10 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/dialrules.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: dialrules.4f,v 1.7 2003/05/16 02:15:47 darren Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/dialtest.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: dialtest.1m,v 1.3 2007/11/08 15:52:48 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/doneq.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: doneq.4f,v 1.10 2007/09/17 17:41:10 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/edit-faxcover.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: edit-faxcover.1,v 1.1 2003/05/10 16:18:14 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxabort.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxabort.1m,v 1.3 2001/02/06 04:54:10 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxaddmodem.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxaddmodem.1m,v 1.8 2007/09/17 17:41:10 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxadduser.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxadduser.1m,v 1.3 2005/01/10 04:52:10 darren Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxalter.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxalter.1,v 1.10 2008/09/22 13:55:26 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxanswer.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxanswer.1m,v 1.4 2003/11/03 21:36:46 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxconfig.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxconfig.1m,v 1.5 2001/07/02 00:02:01 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxcover.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxcover.1,v 1.9 2008/04/28 20:33:38 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxcron.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxcron.1m,v 1.7 2007/11/26 14:02:41 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxdeluser.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxdeluser.1m,v 1.3 2005/01/11 03:28:54 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxgetty.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxgetty.1m,v 1.7 2007/09/17 17:41:10 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxinfo.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxinfo.1m,v 1.7 2007/02/07 14:32:40 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxlock.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxlock.1m,v 1.1 2002/10/01 15:29:09 darren Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxmail.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxmail.1,v 1.11 2007/11/06 15:19:22 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxmodem.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxmodem.1m,v 1.4 2001/07/02 00:02:02 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxq.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxq.1m,v 1.6 2007/09/17 17:41:10 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxqclean.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxqclean.1m,v 1.6 2002/08/29 14:14:01 darren Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxquit.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxquit.1m,v 1.3 2001/02/06 04:54:10 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxrcvd.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxrcvd.1m,v 1.15 2009/02/07 14:32:32 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxrm.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxrm.1,v 1.6 2007/11/26 14:03:29 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxsend.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxsend.1m,v 1.8 2005/07/25 23:45:19 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxsetup.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxsetup.1m,v 1.5 2007/07/05 14:37:54 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxstat.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxstat.1,v 1.12 2007/11/26 14:03:29 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxstate.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxstate.1m,v 1.3 2001/02/06 04:54:11 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/faxwatch.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: faxwatch.1m,v 1.5 2007/09/17 17:41:11 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/hfaxd.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: hfaxd.1m,v 1.22 2008/12/05 18:20:04 pfournier Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
@@ -863,7 +863,13 @@
The port may be specified either symbolically, e.g. ``hylafax''
or numerically.
This flag may be specified multiple times to request service on multiple
-different ports.
+different ports. Each time this flag is specified, it will listen on the
+specified port, bound to the last
+.BI \-l " bindaddress"
+specified. If no
+.BI \-l " bindaddress"
+was specified, it will bind to the system configured default wildcard
+address, which could be any of IPv6, or IPv4, or both.
.TP 10
.BI \-s " port"
Listen on the specified
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/hosts.hfaxd.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: hosts.hfaxd.4f,v 1.5 2005/08/09 15:42:31 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/hylafax-client.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: hylafax-client.1,v 1.7 2008/04/28 20:35:40 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/hylafax-config.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: hylafax-config.4f,v 1.138 2008/10/01 20:06:52 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
@@ -28,7 +28,7 @@
.if n .po 0
.ds Fx \fIHyla\s-1FAX\s+1\fP
.ds Ps P\s-2OST\s+2S\s-2CRIPT\s+2
-.TH HYLAFAX-CONFIG ${MANNUM4_5} "$Date: 2008/10/01 20:06:52 $"
+.TH HYLAFAX-CONFIG ${MANNUM4_5} "$Date$"
.SH NAME
config \- \*(Fx configuration database
.SH DESCRIPTION
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/hylafax-info.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: hylafax-info.4f,v 1.10 2005/09/27 18:33:51 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/hylafax-log.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: hylafax-log.4f,v 1.8 2007/09/17 17:41:12 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/hylafax-server.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: hylafax-server.4f,v 1.11 2008/04/28 20:34:55 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/hylafax-shutdown.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: hylafax-shutdown.4f,v 1.3 2001/06/04 06:10:21 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/jobcontrol.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: jobcontrol.1m,v 1.3 2007/09/17 17:41:12 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/mkcover.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: mkcover.1m,v 1.4 2001/06/04 05:57:25 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/notify.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: notify.1m,v 1.11 2009/04/15 15:29:53 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/pagesend.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: pagesend.1m,v 1.5 2001/07/02 00:02:03 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/pagesizes.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: pagesizes.4f,v 1.3 2001/02/06 04:54:12 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/pdf2fax.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: pdf2fax.1m,v 1.4 2005/05/06 17:26:05 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/pollrcvd.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: pollrcvd.1m,v 1.5 2007/02/28 14:57:54 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/ps2fax.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: ps2fax.1m,v 1.6 2005/05/06 17:26:05 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/recvq.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: recvq.4f,v 1.5 2001/07/02 00:02:02 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/recvstats.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: recvstats.1m,v 1.9 2005/02/14 13:56:36 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/sendfax.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: sendfax.1,v 1.36 2008/10/01 20:03:39 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/sendpage.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: sendpage.1,v 1.5 2007/09/17 17:41:12 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
@@ -205,7 +205,7 @@
the time that a client is willing to wait to find out
if delivery is successful or not.
Normal delivery is obtained with level 1 (default).
-The \*(Sc specification identifies level 0 as the highest
+The \*(Sn specification identifies level 0 as the highest
priority service level with levels 1-7 lower priority
and levels 8-11 vendor/server-specific.
For \*(Fx server machines the mapping between service level
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/sendq.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: sendq.4f,v 1.18 2007/09/17 17:41:12 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/sgi2fax.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: sgi2fax.1,v 1.3 2001/02/06 04:54:12 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/status.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: status.4f,v 1.2 2001/02/06 04:54:12 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/tagtest.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: tagtest.1m,v 1.3 2001/06/04 05:57:25 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/textfmt.1
^
|
@@ -1,4 +1,4 @@
-.\" $Id: textfmt.1,v 1.7 2007/09/17 17:41:12 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/tiff2fax.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: tiff2fax.1m,v 1.6 2005/05/06 17:26:05 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/tiffcheck.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: tiffcheck.1m,v 1.4 2004/06/29 06:28:48 lhoward Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
@@ -96,7 +96,7 @@
.TP
.BI \-r " vres"
Set the vertical resolution,
-in lines/inch, at which to image the \*(Ps.
+in lines/inch, at which to image the \*(Tf.
.SH EXAMPLES
The following color image needs to be converted to black&white,
resized to the output page dimensions, and reformatted to use
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/tsi.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: tsi.4f,v 1.3 2001/06/04 05:57:25 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/tsitest.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: tsitest.1m,v 1.4 2001/06/04 05:57:25 tim Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/typerules.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: typerules.4f,v 1.9 2007/09/17 17:41:12 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/wedged.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: wedged.1m,v 1.9 2006/07/19 12:29:43 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/xferfaxlog.4f
^
|
@@ -1,4 +1,4 @@
-.\" $Id: xferfaxlog.4f,v 1.9 2008/04/28 20:34:40 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/man/xferfaxstats.1m
^
|
@@ -1,4 +1,4 @@
-.\" $Id: xferfaxstats.1m,v 1.9 2008/09/22 20:02:52 aidan Exp $
+.\" $Id$
.\"
.\" HylaFAX Facsimile Software
.\"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/Makefile.in
^
|
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.6 2007/07/05 14:37:54 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/README
^
|
@@ -1,4 +1,4 @@
-# $Id: README,v 1.2 2009/02/14 21:37:36 tim Exp $
+# $Id$
Tim Rice Tue Oct 28 20:36:21 PST 1997
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/crequest.in
^
|
@@ -1,4 +1,4 @@
-# $Id: crequest.in,v 1.2 2008/01/29 04:31:43 tim Exp $
+# $Id$
trap 'exit 3' 15
# determine if libraries should be installed
ans=`ckyorn -d y \
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/depend
^
|
@@ -1,4 +1,4 @@
-# $Id: depend,v 1.2 1999/08/05 10:01:43 robert Exp $
+# $Id$
#
# Tim Rice
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/make.links
^
|
@@ -1,5 +1,5 @@
:
-# $Id: make.links,v 1.4 2009/02/14 21:37:36 tim Exp $
+# $Id$
# Tim Rice Tue Oct 28 20:36:07 PST 1997
#
# I like to keep all the HylaFAX files in /opt/HylaFAX
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/make_proto.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: make_proto.sh.in,v 1.6 2009/01/09 01:50:31 tim Exp $
+# $Id$
#
# Tim Rice Wed Sep 24 18:19:04 PDT 1997
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/postinstall.in
^
|
@@ -1,5 +1,5 @@
#
-# $Id: postinstall.in,v 1.7 2009/04/18 00:16:44 tim Exp $
+# $Id$
# Tim Rice
#
# postinstall
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/postremove.in
^
|
@@ -1,5 +1,5 @@
#
-# $Id: postremove.in,v 1.2 1999/08/05 10:01:44 robert Exp $
+# $Id$
# Tim Rice
#
# postremove
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/preremove
^
|
@@ -1,5 +1,5 @@
#
-# $Id: preremove,v 1.2 2009/02/14 21:37:36 tim Exp $
+# $Id$
# Tim Rice Tue Feb 25 11:21:51 PST 1997
#
# preremove
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/proto.local
^
|
@@ -1,4 +1,4 @@
-# $Id: proto.local,v 1.2 2009/02/14 21:37:36 tim Exp $
+# $Id$
# Add your local additions to the prototype file here.
# All lines beginning with a # symbol are ignored.
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/pkg/srequest.in
^
|
@@ -1,4 +1,4 @@
-# $Id: srequest.in,v 1.3 2007/07/05 14:37:54 aidan Exp $
+# $Id$
trap 'exit 3' 15
# determine if man pages should be installed
ans=`ckyorn -d y \
|
[-]
[+]
|
Added |
hylafax-6.0.5.tar.bz2/po/de.po
^
|
@@ -0,0 +1,2824 @@
+# hylafax PO TEMPLATE
+# This file is distributed under the same license as the HylaFAX package.
+# Philipp Thomas <pth@suse.de>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: hylafax 6.0.3\n"
+"Report-Msgid-Bugs-To: http://bugs.hylafax.org\n"
+"POT-Creation-Date: Fri May 29 14:05:55 EDT 2009\n"
+"PO-Revision-Date: 2009-09-14 18:27+0200\n"
+"Last-Translator: Philipp Thomas <pth@suse.de>\n"
+"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.0\n"
+
+# File: libhylafax/AtSyntax.c++, line: 106
+#, c-format
+msgid "Illegal minutes value %u"
+msgstr "%u ist ein unzulässiger Wert für Minuten"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 113
+#. translator: HH:MM represents (each two digits) hour:minutes
+msgid "expecting HH:MM"
+msgstr "SS:MM wird erwartet"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 120
+#, c-format
+msgid "%u:%02u is not an AM value"
+msgstr "%u:%02u ist kein zulässiger Wert für den Vormittag"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 128
+#, c-format
+msgid "%u:%02u is not a PM value"
+msgstr "%u:%02u ist kein zulässiger Wert für den Nachmittag"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 149
+#, c-format
+msgid "unrecognized symbolic time \"%s\""
+msgstr "die symbolische Zeit \"%s\" ist unbekannt"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 154
+msgid "Illegal time value; out of range"
+msgstr "unzulässige Zeitangabe: ausserhalb des Gültigkeitsbereiches"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 178
+msgid "expecting \"+\" after time"
+msgstr "nach der Zeit wird ein \"+\" erwartet"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 194
+msgid "Invalid date/time; time must be in the future"
+msgstr "Datum bzw. Zeit ist ungültig: die Zeit muss in der Zukunft liegen"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 320
+msgid "missing or invalid day of month"
+msgstr "fehlender oder ungültiger Tag des Monats"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 329
+msgid "missing year"
+msgstr "fehlendes Jahr"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 333
+#, c-format
+msgid "Sorry, cannot handle dates before %u"
+msgstr "Entschuldigung, aber ich kann mit Daten vor %u nicht umgehen"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 356
+#, c-format
+msgid "Invalid day of month, %s has only %u days"
+msgstr "Ungültiger Tag, der %s hat nur %u Tage"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 372
+msgid "expecting number after \"+\""
+msgstr "nach einem \"+\" wird eine Zahl erwartet"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 380
+#, c-format
+msgid "\"+%u\" without unit"
+msgstr "\"+%u\" ohne Einheit"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 399
+#, c-format
+msgid "Unknown increment unit \"%s\""
+msgstr "Erhöhungseinheit \"%s\" ist unbekannt"
+
+#
+# File: libhylafax/AtSyntax.c++, line: 453
+msgid "Syntax error, "
+msgstr "Syntaxfehler"
+
+#
+# File: libhylafax/Class2Params.c++, line: 804
+msgid "3.85 line/mm"
+msgstr "3,85 Zeilen/mm"
+
+#
+# File: libhylafax/Class2Params.c++, line: 805
+msgid "7.7 line/mm"
+msgstr "7,7 Zeilen/mm"
+
+#
+# File: libhylafax/Class2Params.c++, line: 806
+msgid "15.4 line/mm"
+msgstr "15,4 Zeilen/mm"
+
+#
+# File: libhylafax/Class2Params.c++, line: 807
+msgid "R16 x 15.4 line/mm"
+msgstr "R16 x 15.4 Zeilen/mm"
+
+#
+# File: libhylafax/Class2Params.c++, line: 808
+msgid "200 x 100 dpi"
+msgstr "200 x 100 DPI"
+
+#
+# File: libhylafax/Class2Params.c++, line: 809
+msgid "200 x 200 dpi"
+msgstr "200 x 200 DPI"
+
+#
+# File: libhylafax/Class2Params.c++, line: 810
+msgid "200 x 400 dpi"
+msgstr "200 x 400 DPI"
+
+#
+# File: libhylafax/Class2Params.c++, line: 811
+msgid "300 x 300 dpi"
+msgstr "300 x 300 DPI"
+
+#
+# File: libhylafax/Class2Params.c++, line: 836
+msgid "2400 bit/s"
+msgstr "2400 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 837
+msgid "4800 bit/s"
+msgstr "4800 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 838
+msgid "7200 bit/s"
+msgstr "7200 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 839
+msgid "9600 bit/s"
+msgstr "9600 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 840
+msgid "12000 bit/s"
+msgstr "12000 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 841
+msgid "14400 bit/s"
+msgstr "14400 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 842
+msgid "16800 bit/s"
+msgstr "16800 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 843
+msgid "19200 bit/s"
+msgstr "19200 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 844
+msgid "21600 bit/s"
+msgstr "21600 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 845
+msgid "24000 bit/s"
+msgstr "24000 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 846
+msgid "26400 bit/s"
+msgstr "26400 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 847
+msgid "28800 bit/s"
+msgstr "28800 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 848
+msgid "31200 bit/s"
+msgstr "31200 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 849
+msgid "33600 bit/s"
+msgstr "33600 Bit/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 850
+# File: libhylafax/Class2Params.c++, line: 851
+msgid "0 bit/s"
+msgstr "0 Bist/s"
+
+#
+# File: libhylafax/Class2Params.c++, line: 880
+msgid "1-D MH"
+msgstr "1-D MH"
+
+#
+# File: libhylafax/Class2Params.c++, line: 881
+msgid "2-D MR"
+msgstr "2-D MR"
+
+#
+# File: libhylafax/Class2Params.c++, line: 882
+msgid "2-D Uncompressed Mode"
+msgstr "2-D Unkomprimiert Modus"
+
+#
+# File: libhylafax/Class2Params.c++, line: 883
+msgid "2-D MMR"
+msgstr "2-D MMR"
+
+#
+# File: libhylafax/Class2Params.c++, line: 884
+msgid "JBIG"
+msgstr "JBIG"
+
+#
+# File: libhylafax/Class2Params.c++, line: 885
+msgid "JPEG Greyscale"
+msgstr "JPEG Graustufen"
+
+#
+# File: libhylafax/Class2Params.c++, line: 886
+msgid "JPEG Full-Color"
+msgstr "JPEG Vollfarbig"
+
+#
+# File: libhylafax/Class2Params.c++, line: 897
+msgid "MH"
+msgstr "MH"
+
+#
+# File: libhylafax/Class2Params.c++, line: 898
+msgid ", MR"
+msgstr ", MR"
+
+#
+# File: libhylafax/Class2Params.c++, line: 899
+msgid ", MMR"
+msgstr ", MMR"
+
+#
+# File: libhylafax/Class2Params.c++, line: 900
+msgid ", JBIG"
+msgstr ", JBIG"
+
+#
+# File: libhylafax/Class2Params.c++, line: 902
+msgid ", JPEG Full-Color"
+msgstr ", JPEG Farbe"
+
+#
+# File: libhylafax/Class2Params.c++, line: 903
+msgid ", JPEG Greyscale"
+msgstr ", JPEG Graustufen"
+
+#
+# File: libhylafax/Class2Params.c++, line: 908
+msgid "A4 page width (215 mm)"
+msgstr "A4 Seitenbreite (215 mm)"
+
+#
+# File: libhylafax/Class2Params.c++, line: 909
+msgid "B4 page width (255 mm)"
+msgstr "B4 Seitenbreite (255 mm)"
+
+#
+# File: libhylafax/Class2Params.c++, line: 910
+msgid "A3 page width (303 mm)"
+msgstr "A3 Seitenbreite (303 mm)"
+
+#
+# File: libhylafax/Class2Params.c++, line: 911
+msgid "page width 151 mm"
+msgstr "Seitenbreite 151 mm"
+
+#
+# File: libhylafax/Class2Params.c++, line: 912
+msgid "page width 107 mm"
+msgstr "Seitenbreite 107 mm"
+
+#
+# File: libhylafax/Class2Params.c++, line: 913
+msgid "undefined page width (wd=5)"
+msgstr "undefinierte Seitenbreite (wd=5)"
+
+#
+# File: libhylafax/Class2Params.c++, line: 914
+msgid "undefined page width (wd=6)"
+msgstr "undefinierte Seitenbreite (wd=6)"
+
+#
+# File: libhylafax/Class2Params.c++, line: 915
+msgid "undefined page width (wd=7)"
+msgstr "undefinierte Seitenbreite (wd=7)"
+
+#
+# File: libhylafax/Class2Params.c++, line: 921
+msgid "A4 page length (297 mm)"
+msgstr "A4 Seitenlänge (297 mm)"
+
+#
+# File: libhylafax/Class2Params.c++, line: 922
+msgid "B4 page length (364 mm)"
+msgstr "B4 Seitenlänge (364 mm)"
+
+#
+# File: libhylafax/Class2Params.c++, line: 923
+msgid "unlimited page length"
+msgstr "unbegrenzte Seitenlänge"
+
+#
+# File: libhylafax/Class2Params.c++, line: 924
+msgid "invalid page length (ln=3)"
+msgstr "unzulässige Seitenlänge (ln=3)"
+
+#
+# File: libhylafax/Class2Params.c++, line: 930
+msgid "0 ms/scanline"
+msgstr "0 ms/Abtastzeile"
+
+#
+# File: libhylafax/Class2Params.c++, line: 931
+msgid "5 ms/scanline"
+msgstr "5 ms/Abtastzeile"
+
+#
+# File: libhylafax/Class2Params.c++, line: 932
+msgid "10 ms, 5 ms/scanline"
+msgstr "10 ms, 5 ms/Abtastzeile"
+
+#
+# File: libhylafax/Class2Params.c++, line: 933
+msgid "10 ms/scanline"
+msgstr "10 ms/Abtastzeile"
+
+#
+# File: libhylafax/Class2Params.c++, line: 934
+msgid "20 ms, 10 ms/scanline"
+msgstr "20 ms, 10 ms/Abtastzeile"
+
+#
+# File: libhylafax/Class2Params.c++, line: 935
+msgid "20 ms/scanline"
+msgstr "20 ms/Abtastzeile"
+
+#
+# File: libhylafax/Class2Params.c++, line: 936
+msgid "40 ms, 20 ms/scanline"
+msgstr "40 ms, 20 ms/Abtastzeile"
+
+#
+# File: libhylafax/Class2Params.c++, line: 937
+msgid "40 ms/scanline"
+msgstr "40 ms/Abtastzeile"
+
+#
+# File: libhylafax/Class2Params.c++, line: 942
+msgid "no ECM"
+msgstr "kein ECM"
+
+#
+# File: libhylafax/Class2Params.c++, line: 943
+msgid "T.30 Annex A, 64-byte ECM"
+msgstr "T.30 Anhang A, 64-Byte ECM"
+
+#
+# File: libhylafax/Class2Params.c++, line: 944
+msgid "T.30 Annex A, 256-byte ECM"
+msgstr "T.30 Anhang A, 256-Byte ECM"
+
+#
+# File: libhylafax/Class2Params.c++, line: 945
+msgid "T.30 Annex C, half duplex ECM"
+msgstr "T.30 Anhang C, halbduplex ECM"
+
+#
+# File: libhylafax/Class2Params.c++, line: 946
+msgid "T.30 Annex C, full duplex ECM"
+msgstr "T.30 Anhang C, vollduplex ECM"
+
+#
+# File: libhylafax/Class2Params.c++, line: 947
+# File: libhylafax/Class2Params.c++, line: 948
+# File: libhylafax/Class2Params.c++, line: 949
+msgid "undefined ECM"
+msgstr "undefinierter ECM"
+
+#
+# File: libhylafax/DialRules.c++, line: 98
+#, c-format
+msgid "Cannot open file \"%s\" for reading"
+msgstr "Datei \"%s\" kann nicht lesend geöffnet werden"
+
+#
+# File: libhylafax/DialRules.c++, line: 108
+#. translator: Screen output about a variable %s being defined to "%s"
+#, c-format
+msgid "Define %s = \"%s\""
+msgstr "Definiert %s = \"%s\""
+
+#
+# File: libhylafax/DialRules.c++, line: 118
+#. translator: Screen output about undefining variable %s
+#, c-format
+msgid "Undefine %s"
+msgstr "Macht %s undefiniert"
+
+#
+# File: libhylafax/DialRules.c++, line: 130
+msgid "Syntax error, expecting identifier"
+msgstr "Syntaxfehler, ein Bezeichner wird erwartet"
+
+#
+# File: libhylafax/DialRules.c++, line: 142
+msgid "Missing '[' while parsing rule set"
+msgstr "In den Regeln fehlt ein '['"
+
+#
+# File: libhylafax/DialRules.c++, line: 161
+#, c-format
+msgid "Missing '=' or ':=' after \"%s\""
+msgstr "Nach \"%s\" folgt kein '=' oder ':='"
+
+#
+# File: libhylafax/DialRules.c++, line: 169
+#. translator: "CanonicalNumber" is the name of a rule and must not be translated.
+msgid "Warning, no \"CanonicalNumber\" rules."
+msgstr "Warnung, es ist keine \"CanonicalNumber\" Regel vorhanden."
+
+#
+# File: libhylafax/DialRules.c++, line: 173
+#. translator: "DialString" is the name of a rule and must not be translated.
+msgid "Warning, no \"DialString\" rules."
+msgstr "Warnung, es ist keine \"DialString\" Regel vorhanden."
+
+#
+# File: libhylafax/DialRules.c++, line: 221
+msgid "String with unmatched '\"'"
+msgstr "Zeichenkette mit unpaarigem '\"'"
+
+#
+# File: libhylafax/DialRules.c++, line: 225
+# File: libhylafax/DialRules.c++, line: 237
+msgid "Bad '\\' escape sequence"
+msgstr "Schlechte '\\' Fluchtsequenz"
+
+#
+# File: libhylafax/DialRules.c++, line: 252
+msgid "Missing '}' for variable reference"
+msgstr "In der Variablen-Referenz fehlt ein '}'"
+
+#
+# File: libhylafax/DialRules.c++, line: 299
+msgid "Missing ']' while parsing rule set"
+msgstr "Beim Lesen der Regeln ist eine fehlende '}' aufgefallen"
+
+#
+# File: libhylafax/DialRules.c++, line: 311
+msgid "Rule pattern without '='"
+msgstr "Regel ohne '='"
+
+#
+# File: libhylafax/DialRules.c++, line: 347
+#, c-format
+msgid "Apply %s rules to \"%s\""
+msgstr "Wende Regel \"%s\" auf \"%s\" an"
+
+#
+# File: libhylafax/DialRules.c++, line: 385
+#, c-format
+msgid "--> match rule \"%s\", result now \"%s\""
+msgstr "--> erfüllt Regel \"%s\", das Ergebnis ist nun \"%s\""
+
+#
+# File: libhylafax/DialRules.c++, line: 391
+#, c-format
+msgid "--> return result \"%s\""
+msgstr "--> liefert als Resultat \"%s\" zurück"
+
+#
+# File: libhylafax/DialRules.c++, line: 403
+# File: libhylafax/DialRules.c++, line: 415
+# File: libhylafax/PageSize.c++, line: 52
+# File: libhylafax/TypeRules.c++, line: 313
+#. translator: "line" as in the line number %u of filename %s.
+#, c-format
+msgid "%s: line %u: "
+msgstr "%s: Zeile %u:"
+
+#
+# File: libhylafax/FaxClient.c++, line: 119
+# File: libhylafax/SNPPClient.c++, line: 106
+# File: libhylafax/TextFormat.c++, line: 97
+msgid "Warning, "
+msgstr "Warnung,"
+
+#
+# File: libhylafax/FaxClient.c++, line: 163
+#, c-format
+msgid "Couldn't parse IPv6 ip address string: \"%s\""
+msgstr "Die IPv6 Adresse \"%s\" ist unverständlich"
+
+#
+# File: libhylafax/FaxClient.c++, line: 206
+#, c-format
+msgid "Can not locate your password entry (uid %lu): %s"
+msgstr "Ihr Passwort (uid %lu) wurde nicht gefunden: %s"
+
+#
+# File: libhylafax/FaxClient.c++, line: 232
+# File: libhylafax/SNPPClient.c++, line: 281
+msgid "Bad (null) user name; your password file entry probably has bogus GECOS field information."
+msgstr "Schlechter (Null) Benutzername; Ihre Passwort-Datei enthält wahrscheinlich falsche GECOS Feldinformationen"
+
+#
+# File: libhylafax/FaxClient.c++, line: 405
+msgid "Malformed (null) username"
+msgstr "Ungültiger (Null) Benutzername"
+
+#
+# File: libhylafax/FaxClient.c++, line: 426
+# File: libhylafax/SNPPClient.c++, line: 578
+msgid "Login failed: "
+msgstr "Anmeldung gescheitert: "
+
+#
+# File: libhylafax/FaxClient.c++, line: 447
+msgid "Admin failed: "
+msgstr "Admin gescheitert: "
+
+#
+# File: libhylafax/FaxClient.c++, line: 463
+#, c-format
+msgid "Bad %s parameter value %u."
+msgstr "Schlechter Wert %2$u als Parameter für %1$s"
+
+#
+# File: libhylafax/FaxClient.c++, line: 503
+#, c-format
+msgid "Bad time zone parameter value %u."
+msgstr "%u ist ein unzulässiger Wert für einen Zeitzonenparameter"
+
+#
+# File: libhylafax/FaxClient.c++, line: 542
+msgid "Unable to initialize data connection to server"
+msgstr "Das Starten der Datenverbindung zum Server ist nicht möglich"
+
+#
+# File: libhylafax/FaxClient.c++, line: 556
+msgid "Unable to open data connection to server"
+msgstr "Das Öffnen der Datenverbindung zum Server ist nicht möglich"
+
+#
+# File: libhylafax/FaxClient.c++, line: 580
+msgid "Unable to abort data connection to server"
+msgstr "Das Abbrechen der Datenverbindung zum Server ist nicht möglich"
+
+#
+# File: libhylafax/FaxClient.c++, line: 610
+# File: libhylafax/SNPPClient.c++, line: 595
+msgid "Service not available, remote server closed connection"
+msgstr "Der Dienst ist nicht verfügbar, der entfernte Server hat die Verbindung abgebrochen"
+
+#
+# File: libhylafax/FaxClient.c++, line: 617
+# File: libhylafax/SNPPClient.c++, line: 602
+msgid "Unexpected server response: "
+msgstr "Unerwartete Antwort des Servers: "
+
+#
+# File: libhylafax/FaxClient.c++, line: 625
+# File: libhylafax/SNPPClient.c++, line: 610
+msgid "Protocol botch"
+msgstr "Murks im Protokoll"
+
+#
+# File: libhylafax/FaxClient.c++, line: 662
+# File: libhylafax/SNPPClient.c++, line: 645
+msgid "No control connection for command"
+msgstr "Es besteht keine Kontrollverbindung für Befehle"
+
+#
+# File: libhylafax/FaxClient.c++, line: 792
+#, c-format
+msgid ": No \"%s\" in %s response: %s"
+msgstr "Kein \"%s\" in %s-Antwort: %s"
+
+#
+# File: libhylafax/FaxClient.c++, line: 799
+#, c-format
+msgid ": Null %s in %s response: %s"
+msgstr "Null %s in %s Antwort: %s"
+
+#
+# File: libhylafax/FaxClient.c++, line: 982
+#, c-format
+msgid "Unable to open script file \"%s\"."
+msgstr "Skriptdatei »%s« kann nicht geöffnet werden."
+
+#
+# File: libhylafax/FaxClient.c++, line: 1001
+#, c-format
+msgid "%s: Read error: %s"
+msgstr "%s: Lesefehler: %s"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1026
+#, c-format
+msgid "%s: line %u: %s"
+msgstr "%s: Zeile %u: %s"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1116
+# File: libhylafax/FaxClient.c++, line: 1123
+# File: libhylafax/SNPPClient.c++, line: 915
+# File: libhylafax/SNPPClient.c++, line: 922
+msgid " (server closed connection)"
+msgstr "(Server hat die Verbindung geschlossen)"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1116
+# File: libhylafax/FaxClient.c++, line: 1123
+# File: libhylafax/SNPPClient.c++, line: 915
+# File: libhylafax/SNPPClient.c++, line: 922
+#, c-format
+msgid " (server write error: %s)."
+msgstr "(Schreibfehler des Servers: %s)."
+
+#
+# File: libhylafax/FaxClient.c++, line: 1145
+#, c-format
+msgid "SEND data, %lu bytes"
+msgstr "SEND(e) Daten, %lu Bytes"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1163
+# File: libhylafax/SNPPClient.c++, line: 943
+#, c-format
+msgid " (data read: %s)."
+msgstr "(Lesen der Daten: %s)."
+
+#
+# File: libhylafax/FaxClient.c++, line: 1214
+#, c-format
+msgid "SEND compressed data, %lu bytes"
+msgstr "SEND(en) der komprimierten Daten, %lu Bytes"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1232
+#, c-format
+msgid " (data read: %s)"
+msgstr "(Lesen der Daten: %s)"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1239
+# File: libhylafax/FaxClient.c++, line: 1259
+# File: libhylafax/FaxClient.c++, line: 1285
+#, c-format
+msgid "zlib compressor error: %s"
+msgstr "zlib: Fehler im Kompressor: %s"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1291
+#, c-format
+msgid "SEND %lu bytes transmitted (%.1fx compression)"
+msgstr "SEND(e) %lu Bytes übermittelt (%.1fx Kompression)"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1312
+#, c-format
+msgid "Can not initialize compression library: %s"
+msgstr "Die Kompressionsbibliothek kann nicht initialisiert werden: %s"
+
+# #-#-#-#-# messages.pot #-#-#-#-#
+#
+# File: libhylafax/FaxClient.c++, line: 1354
+# File: libhylafax/FaxClient.c++, line: 1417
+# #-#-#-#-# messages.pot #-#-#-#-#
+#
+# File: faxstat/faxstat.c++, line: 149
+#, c-format
+msgid "Data Connection: %s"
+msgstr "Datenverbindung: %s"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1428
+#, c-format
+msgid "Decoding error: %s"
+msgstr "Fehler beim Dekodieren: %s"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1442
+#, c-format
+msgid "Can not initialize decoder: %s"
+msgstr "Der Decoder kann nicht initialisiert werden: %s"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1638
+# File: libhylafax/FaxClient.c++, line: 1707
+#. translator: Column header for Recipient sub-address
+msgid "SUB"
+msgstr "SUB"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1639
+#. translator: Column header for Recipient password (of sub-address)
+msgid "PWD"
+msgstr "PW"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1640
+#. translator: Column header for Recipient company name
+msgid "Company"
+msgstr "Firma"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1641
+#. translator: Column header for (total dials):(maximum dials)
+msgid "Dials"
+msgstr "Wählversuche"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1642
+# File: libhylafax/FaxClient.c++, line: 1708
+#. translator: Column header for signalling rate
+msgid "BR"
+msgstr "BR"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1643
+#. translator: Column header for job tagline
+msgid "Tagline"
+msgstr "Tagline"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1644
+#. translator: Column header for min-scanline-time
+msgid "ST"
+msgstr "ST"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1645
+# File: libhylafax/FaxClient.c++, line: 1709
+#. translator: Column header for data format
+msgid "DF"
+msgstr "DF"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1646
+#. translator: Column header for user-requested scheduling priority
+msgid "UsrPri"
+msgstr "UsrPri"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1647
+#. translator: Column header for user specified job tag
+msgid "JobTag"
+msgstr "JobTag"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1648
+#. translator: Column header for ECM (symbol)
+msgid "EC"
+msgstr "EC"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1649
+#. translator: Column header for recipient location
+msgid "Location"
+msgstr "Ort"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1650
+#. translator: Column header for mail address
+msgid "MailAddr"
+msgstr "PostAdr"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1651
+#. translator: Column header for tagline handling (symbol)
+msgid "DT"
+msgstr "DT"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1652
+#. translator: Column header for continuation cover page use (symbol)
+msgid "CC"
+msgstr "CC"
+
+# #-#-#-#-# messages.pot #-#-#-#-#
+#
+# File: libhylafax/FaxClient.c++, line: 1653
+# File: libhylafax/FaxClient.c++, line: 1679
+# File: libhylafax/FaxClient.c++, line: 1719
+# #-#-#-#-# messages.pot #-#-#-#-#
+#
+# File: util/faxinfo.c++, line: 395
+#. #-#-#-#-# messages.pot #-#-#-#-#
+#. translator: Column header for (number of pages):(total pages)
+#. translator: Column header for number of pages
+msgid "Pages"
+msgstr "Seiten"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1654
+#. translator: Column header for minimum speed
+msgid "MinSP"
+msgstr "MinSP"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1655
+#. translator: Column header for receiver name
+msgid "Receiver"
+msgstr "Empfänger"
+
+# #-#-#-#-# messages.pot #-#-#-#-#
+#
+# File: libhylafax/FaxClient.c++, line: 1656
+# #-#-#-#-# messages.pot #-#-#-#-#
+#
+# File: util/faxinfo.c++, line: 348
+#. #-#-#-#-# messages.pot #-#-#-#-#
+#. translator: Column header for sender name
+msgid "Sender"
+msgstr "Absender"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1657
+#. translator: Column header for (total tries):(maximum tries)
+msgid "Tries"
+msgstr "Versuche"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1658
+#. translator: Column header for minimum white space before chopping
+msgid "ChopThreshold"
+msgstr "TrennSchwellwert"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1659
+#. translator: Column header for operation to do when job completes
+msgid "DoneOp"
+msgstr "DoneOp"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1660
+#. translator: Column header for communication ID
+msgid "CommID"
+msgstr "CommID"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1661
+#. translator: Column header for job type
+msgid "JobType"
+msgstr "Job.Typ"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1662
+# File: libhylafax/FaxClient.c++, line: 1705
+#. translator: Column header for Date & Time
+msgid "Date Time"
+msgstr "Datum Zeit"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1663
+# File: libhylafax/FaxClient.c++, line: 1706
+#. translator: Column header for seconds since the UNIX epoch
+msgid "UNIX Time"
+msgstr "UNIX Zeit"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1664
+#. translator: Column header for job state (symbol)
+msgid "State"
+msgstr "Status"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1665
+#. translator: Column header for number of tries
+msgid "NTries"
+msgstr "NTries"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1666
+#. translator: Column header for identity of machine that submitted job
+msgid "Client"
+msgstr "Client"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1667
+#. translator: Column header for total dials
+msgid "TotDials"
+msgstr "TotDials"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1668
+# File: libhylafax/FaxClient.c++, line: 1743
+#. translator: Column header for recipient fax number
+#. translator: Column header for fax phone number
+msgid "Number"
+msgstr "Nummer"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1669
+#. translator: Column header for number of dials
+msgid "NDials"
+msgstr "NDials"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1670
+# File: libhylafax/FaxClient.c++, line: 1768
+#. translator: Column header for group identifier
+#. translator: Column header for file GID
+msgid "GID"
+msgstr "GID"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1671
+#. translator: Column header for page chopping (symbol)
+msgid "Chop"
+msgstr "Trenner"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1672
+#. translator: Column header for current scheduling priority
+msgid "Priority"
+msgstr "Priorität"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1673
+#. translator: Column header for job identifier
+msgid "JID"
+msgstr "JID"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1674
+#. translator: Column header for time to kill job
+msgid "LastTime"
+msgstr "LastTime"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1675
+#. translator: Column header for page length
+msgid "PageLength"
+msgstr "Seitenlänge"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1676
+# File: libhylafax/FaxClient.c++, line: 1742
+#. translator: Column header for modem group
+#. translator: Column header for canonical modem name
+msgid "Modem"
+msgstr "Modem"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1677
+#. translator: Column header for email notification (symbol)
+msgid "Notify"
+msgstr "Benachr."
+
+#
+# File: libhylafax/FaxClient.c++, line: 1678
+# File: libhylafax/FaxClient.c++, line: 1718
+# File: libhylafax/FaxClient.c++, line: 1771
+#. translator: Column header for owner name
+#. translator: Column header for job owner
+#. translator: Column header for file owner
+msgid "Owner"
+msgstr "Eigentümer"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1680
+#. translator: Column header for retry time
+msgid "RetryTime"
+msgstr "RetryTime"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1681
+# File: libhylafax/FaxClient.c++, line: 1721
+#. translator: Column header for fax image vertical resolution
+#. translator: Column header for fax image resolution
+msgid "Resolution"
+msgstr "Auflösung"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1682
+# File: libhylafax/FaxClient.c++, line: 1745
+#. translator: Column header for request status indicator
+#. translator: Column header for status information
+msgid "Status"
+msgstr "Status"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1683
+#. translator: Column header for total tries
+msgid "TotTries"
+msgstr "TotTries"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1684
+#. translator: Column header for maximum tries
+msgid "MaxTries"
+msgstr "MaxTries"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1685
+#. translator: Column header for dial string
+msgid "DialString"
+msgstr "DialString"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1686
+#. translator: Column header for page width
+msgid "PageWidth"
+msgstr "Seitenbreite"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1687
+#. translator: Column header for maximum dials
+msgid "MaxDials"
+msgstr "MaxDials"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1688
+#. translator: Column header for total of pages
+msgid "TotPages"
+msgstr "TotPages"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1689
+#. translator: Column header for time to send
+msgid "TTS"
+msgstr "TTS"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1690
+#. translator: Column header for extended vertical resolution use (symbol)
+msgid "UseXVres"
+msgstr "UseXVres"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1710
+#. translator: Column header for error description
+msgid "Error"
+msgstr "Fehler"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1711
+# File: libhylafax/FaxClient.c++, line: 1767
+#. translator: Column header for file name
+msgid "Filename"
+msgstr "Dateiname"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1712
+#. translator: Column header for time spent receiving
+msgid "Time"
+msgstr "Zeit"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1713
+#. translator: Column header for callerid name
+msgid "CIDName"
+msgstr "CIDName"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1714
+#. translator: Column header for caller id number
+msgid "CIDNumber"
+msgstr "CIDNumber"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1715
+#. translator: Column header for page length
+msgid "Length"
+msgstr "Länge"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1716
+# File: libhylafax/FaxClient.c++, line: 1720
+# File: libhylafax/FaxClient.c++, line: 1772
+# File: libhylafax/FaxClient.c++, line: 1773
+#. translator: Column header for fax protection mode
+#. translator: Column header for file protection flags
+msgid "Protect"
+msgstr "Schützen"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1717
+# File: libhylafax/FaxClient.c++, line: 1775
+#. translator: Column header for file size
+msgid "Size"
+msgstr "Grösse"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1722
+#. translator: Column header for sender TSI (Transmitting Station Information)
+msgid "Sender/TSI"
+msgstr "Absender/TSI"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1723
+#. translator: Column header for time received
+msgid "Recvd@"
+msgstr "Recvd@"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1724
+#. translator: Column header for page width
+msgid "Width"
+msgstr "Breite"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1740
+#. translator: Column header for machine hostname
+msgid "Host"
+msgstr "Host"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1741
+#. translator: Column header for local identifier
+msgid "LocalID"
+msgstr "LokaleID"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1744
+#. translator: Column header for maximum received pages
+msgid "MaxRecv"
+msgstr "MaxRecv"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1746
+#. translator: Column header for server:session tracing level
+msgid "Tracing"
+msgstr "Tracing"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1747
+#. translator: Column header for speaker volume (symbol)
+msgid "Speaker"
+msgstr "Speaker"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1764
+#. translator: Column header for file last access time
+msgid "LastAcc"
+msgstr "LastAcc"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1765
+#. translator: Column header for file creation time
+msgid "Created"
+msgstr "Erzeugt"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1766
+#. translator: Column header for ID of device containing file
+msgid "Device"
+msgstr "Gerät"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1769
+#. translator: Column header for file link count
+msgid "Links"
+msgstr "Verknüpfungen"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1770
+#. translator: Column header for file last modification time
+msgid "LastMod"
+msgstr "Zuletzt Mod."
+
+#
+# File: libhylafax/FaxClient.c++, line: 1774
+#. translator: Column header for ID of device if special file
+msgid "RootDev"
+msgstr "RootDev"
+
+#
+# File: libhylafax/FaxClient.c++, line: 1776
+#. translator: Column header for file UID
+msgid "UID"
+msgstr "UID"
+
+#
+# File: libhylafax/FaxConfig.c++, line: 57
+#, c-format
+msgid "Read config file %s"
+msgstr "Einlesen von Konfigurationsdatei %s "
+
+#
+# File: libhylafax/FaxConfig.c++, line: 95
+#, c-format
+msgid "No passwd file entry for uid %u, cannot expand ~ in \"%s\""
+msgstr "Für uid %u gibt es keinen Eintrag in der passwd Datei ~ in \"%s\""
+
+#
+# File: libhylafax/FaxConfig.c++, line: 168
+#, c-format
+msgid "Syntax error at line %u, missing ':' in \"%s\""
+msgstr "Syntaxfehler in Zeile %u. in \"%s\" fehlt ''"
+
+#
+# File: libhylafax/FaxConfig.c++, line: 183
+#, c-format
+msgid "Syntax error at line %u, missing quote mark in \"%s\""
+msgstr "Syntaxfehler in Zeile %u: in \"%s\" fehlt ein Anführungszeichen"
+
+#
+# File: libhylafax/FaxConfig.c++, line: 216
+# File: libhylafax/FaxConfig.c++, line: 227
+#, c-format
+msgid "%s = %s (line %u)"
+msgstr "%s = %s (Zeile %u)"
+
+#
+# File: libhylafax/FaxConfig.c++, line: 223
+#, c-format
+msgid "Unknown configuration parameter \"%s\" ignored at line %u"
+msgstr "Der unbekannte Konfigurationsparameter \"%s\" in Zeile %u wird ignoriert"
+
+#
+# File: libhylafax/FaxDB.c++, line: 125
+#, c-format
+msgid "%s: line %d: Unmatched \"]\".\n"
+msgstr "%s: Zeile %d: \"]\" ohne Gegenstück.\n"
+
+#
+# File: libhylafax/FaxDB.c++, line: 137
+#, c-format
+msgid "%s: line %d: Missing \":\" separator.\n"
+msgstr "%s: Zeile %d: Fehlendes Trennzeichen \":\".\n"
+
+#
+# File: libhylafax/FaxDB.c++, line: 185
+#, c-format
+msgid "%s: Premature EOF.\n"
+msgstr "%s: Vorzeitiges EOF.\n"
+
+#
+# File: libhylafax/InetTransport.c++, line: 90
+# File: libhylafax/SNPPClient.c++, line: 466
+#, c-format
+msgid "%s: No protocol definition, using default."
+msgstr "%s: Keine Definition des Protokolls, die Standarddefinition wird verwendet."
+
+#
+# File: libhylafax/InetTransport.c++, line: 115
+#, c-format
+msgid "getaddrinfo failed with %d: %s"
+msgstr "getaddrinfo scheiterte mit %d: %s"
+
+#
+# File: libhylafax/InetTransport.c++, line: 125
+#, c-format
+msgid "Trying %s [%d] (%s) at port %u..."
+msgstr "Versuche %s [%d] (%s) auf Port %u..."
+
+#
+# File: libhylafax/InetTransport.c++, line: 133
+# File: libhylafax/SNPPClient.c++, line: 501
+#, c-format
+msgid "Connected to %s."
+msgstr "Verbunden mit %s."
+
+#
+# File: libhylafax/InetTransport.c++, line: 139
+# File: libhylafax/SNPPClient.c++, line: 505
+#, c-format
+msgid "setsockopt(TOS): %s (ignored)"
+msgstr "setsockopt(TOS): %s (wird ignoriert)"
+
+#
+# File: libhylafax/InetTransport.c++, line: 145
+# File: libhylafax/SNPPClient.c++, line: 511
+#, c-format
+msgid "setsockopt(OOBLINE): %s (ignored)"
+msgstr "setsockopt(OOBLINE): %s (wird ignoriert)"
+
+#
+# File: libhylafax/InetTransport.c++, line: 160
+#, c-format
+msgid "Can not reach service %s at host \"%s\"."
+msgstr "Dienst %s auf Host \"%s\" ist nicht erreichbar."
+
+#
+# File: libhylafax/InetTransport.c++, line: 278
+# File: libhylafax/InetTransport.c++, line: 282
+# File: libhylafax/InetTransport.c++, line: 292
+#, c-format
+msgid "Couldn't parse last response \"%s\""
+msgstr "Die letzte Antwort \"%s\" konnte nicht geparst werden"
+
+#
+# File: libhylafax/InetTransport.c++, line: 287
+msgid "EPSV not supported, trying PASV since we're AF_INET\n"
+msgstr "EPSV wird nicht unterstützt, es wird PASV versucht, da es sich um AF_INET handelt\n"
+
+#
+# File: libhylafax/InetTransport.c++, line: 356
+msgid "EPRT not supported, trying PORT"
+msgstr "EPRT wird nicht unterstützt, versuche es mit PORT"
+
+#
+# File: libhylafax/InetTransport.c++, line: 428
+# File: libhylafax/SNPPClient.c++, line: 527
+msgid "Sorry, no TCP/IP communication support was configured."
+msgstr "Leider wurde keine Unterstützung für TCP/IP Kommunikation konfiguriert."
+
+#
+# File: libhylafax/Obj.c++, line: 39
+#, c-format
+msgid "%s: Sub class must define method \"%s\".\n"
+msgstr "%s: Die Subklasse muss die Methode \"%s\" definieren.\n"
+
+#
+# File: libhylafax/PageSize.c++, line: 67
+#, c-format
+msgid "Unexpected end of line after \"%s\".\n"
+msgstr "Unerwartetes Zeilenende nach \"%s\".\n"
+
+#
+# File: libhylafax/PageSize.c++, line: 100
+msgid "page size name"
+msgstr "Name der Papiergrösse"
+
+#
+# File: libhylafax/PageSize.c++, line: 105
+msgid "page size abbreviation"
+msgstr "Abkürzung für die Seitengrösse"
+
+#
+# File: libhylafax/PageSize.c++, line: 108
+msgid "page width"
+msgstr "Seitenbreite"
+
+#
+# File: libhylafax/PageSize.c++, line: 111
+msgid "page height"
+msgstr "Seitenlänge"
+
+#
+# File: libhylafax/PageSize.c++, line: 114
+msgid "guaranteed page width"
+msgstr "garantierte Seitenbreite"
+
+#
+# File: libhylafax/PageSize.c++, line: 117
+msgid "guaranteed page height"
+msgstr "garantierte Seitenlänge"
+
+#
+# File: libhylafax/PageSize.c++, line: 120
+msgid "top margin"
+msgstr "oberer Rand"
+
+#
+# File: libhylafax/PageSize.c++, line: 130
+#, c-format
+msgid "Warning, no page size database file \"%s\", using builtin default.\n"
+msgstr "Warnung, die Datanbankdatei \"%s\" enthält keine Papiergrösse, daher wird der eingebaute Standardwert verwendet.\n"
+
+#
+# File: libhylafax/SNPPClient.c++, line: 211
+# File: libhylafax/SendFaxClient.c++, line: 613
+msgid "Malformed (null) sender name or mail address"
+msgstr "Absendername oder Adresse sind inkorrekt (null)"
+
+#
+# File: libhylafax/SNPPClient.c++, line: 257
+#, c-format
+msgid "Can not locate your password entry (uid %lu): %s."
+msgstr "Ihr Passworteintrag (uid %lu) kann nicht gefunden werden: %s"
+
+# #-#-#-#-# messages.pot #-#-#-#-#
+#
+# File: libhylafax/SNPPClient.c++, line: 388
+# #-#-#-#-# messages.pot #-#-#-#-#
+# File: sendpage/sendpage.c++, line: 90
+#, c-format
+msgid "Invalid hold time \"%s\": %s"
+msgstr "Ungültige Haltezeit \"%s\": %s"
+
+#
+# File: libhylafax/SNPPClient.c++, line: 459
+msgid ": Unknown host"
+msgstr "Unbekannter Host"
+
+#
+# File: libhylafax/SNPPClient.c++, line: 472
+# File: libhylafax/UnixTransport.c++, line: 54
+msgid "Can not create socket to connect to server."
+msgstr "Der zum Verbinden mit dem Server nötige Socket kann nicht erzeugt werden."
+
+#
+# File: libhylafax/SNPPClient.c++, line: 483
+#, c-format
+msgid "No \"%s\" service definition, using default %u/%s."
+msgstr "Keine Definition für Dienst \"%s\" vorhanden; die Standarddefinition %u%s wird verwendet."
+
+#
+# File: libhylafax/SNPPClient.c++, line: 495
+#, c-format
+msgid "Trying %s (%s) at port %u..."
+msgstr "Versuche %s (%s) auf Port %u..."
+
+#
+# File: libhylafax/SNPPClient.c++, line: 518
+#, c-format
+msgid "Can not reach server at host \"%s\", port %u."
+msgstr "Der Server auf Host \"%s\", Port %u ist unerreichbar."
+
+#
+# File: libhylafax/SNPPClient.c++, line: 860
+# File: libhylafax/SendFaxClient.c++, line: 426
+msgid "Not logged in to server"
+msgstr "Bei keinem Server angemeldet"
+
+#
+# File: libhylafax/SNPPClient.c++, line: 892
+#, c-format
+msgid "destination pin %s: request id is %s for host %s\n"
+msgstr "Zielpin %s: Anforderungs-ID ist %s für Host %s\n"
+
+#
+# File: libhylafax/SNPPClient.c++, line: 936
+#, c-format
+msgid "SEND message data, %lu bytes"
+msgstr "SENDEN der Nachrichtendaten, %lu Bytes"
+
+#
+# File: libhylafax/SNPPClient.c++, line: 966
+#, c-format
+msgid "Unable to open message file \"%s\"."
+msgstr "Nachrichtendatei \"%s\" kann nicht geöffnet werden."
+
+#
+# File: libhylafax/SNPPClient.c++, line: 985
+# File: libhylafax/SNPPClient.c++, line: 995
+#, c-format
+msgid "no SITE %s support; ignoring set request."
+msgstr "Keine Unterstützung für SITE %s; die Anforderung wird ignoriert. "
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 103
+msgid "Unable to setup file typing and conversion rules"
+msgstr "Die Regeln zur Bestimmung des Typs und zum Umwandeln von Dateien können nicht erstellt werden"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 129
+msgid "Unknown page size "
+msgstr "Unbekanntes Seitenformat"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 239
+#, c-format
+msgid "Error creating cover sheet; could not fork subprocess: %s"
+msgstr "Fehler beim Erzeugen des Deckblattes, es konnte kein Subprozess gestartet werden: %s"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 265
+#, c-format
+msgid "Error creating cover sheet; command was \"%s\"; exit status %x"
+msgstr "Fehler beim Erzeugen des Deckblattes, der Befehl war \"%s\", sein Rückgabewert %x"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 274
+#, c-format
+msgid "Error creating cover sheet; unable to create pipe to subprocess: %s"
+msgstr "Fehler beim Erzeugen des Deckblattes, es konnte keine Verbindung mit dem Subprozess hergestellt werden: %s"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 279
+#, c-format
+msgid "%s: Can not create temporary file for cover page"
+msgstr "%s: Die temporäre Datei für das Deckblatt kann nicht erzeugt werden"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 422
+msgid "Documents not prepared"
+msgstr "Die Dokumente sind nicht vorbereitet"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 462
+#, c-format
+msgid ": Can not open: %s"
+msgstr ": Kann nicht geöffnet werden: %s"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 487
+# File: libhylafax/SendFaxJob.c++, line: 552
+msgid "Document transfer failed: "
+msgstr "Transfer des Dokumentes ist gescheitert: "
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 501
+#, c-format
+msgid "request id is %s (group id %s) for host %s (%u file)\n"
+msgid_plural "request id is %s (group id %s) for host %s (%u files)\n"
+msgstr[0] "ID der Anforderung ist %s (Gruppen-ID %s) für Host %s (%u Datei)\n"
+msgstr[1] "ID der Anforderung ist %s (Gruppen-ID %s) für Host %s (%u Dateien)\n"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 686
+#, c-format
+msgid "Error converting document; command was \"%s\""
+msgstr "Fehler bei der Umwandlung des Dokumentes; der Befehl war \"%s\""
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 717
+#, c-format
+msgid "%s: Can not open file"
+msgstr "%s: Die Datei kann nicht geöffnet werden"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 721
+#, c-format
+msgid "%s: Can not stat file"
+msgstr "%s: Der Status der Datei kann nikcht erfragt werden"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 726
+#, c-format
+msgid "%s: Not a regular file"
+msgstr "%s: Keine reguläre Datei"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 734
+#, c-format
+msgid "%s: Empty file"
+msgstr "%s: Die Datei ist leer"
+
+#
+# File: libhylafax/SendFaxClient.c++, line: 739
+#, c-format
+msgid "%s: Can not determine file type"
+msgstr "%s: Der Dateityp kann nicht bestimmt werden"
+
+#
+# File: libhylafax/SendFaxJob.c++, line: 540
+#, c-format
+msgid "%s: Can not open: %s"
+msgstr "%s: kann nicht geöffnet werden: %s"
+
+#
+# File: libhylafax/Sequence.c++, line: 65
+#, c-format
+msgid "Unable to open sequence number file %s; %s."
+msgstr "Die Datei %s für die fortlaufende Nummer kann nicht geöffnet werden: %s."
+
+#
+# File: libhylafax/Sequence.c++, line: 79
+#, c-format
+msgid "%s: Invalid sequence number \"%s\", resetting to 1"
+msgstr "%s: Fortlaufende Nummer \"%s\" ist ungültig und wird auf 1 zurück gesetzt."
+
+#
+# File: libhylafax/Sequence.c++, line: 89
+#, c-format
+msgid "Unable update sequence number file %s; write failed."
+msgstr "Die Datei %s für die fortlaufende Nummer kann nicht aktualisiert werden: Schreiben schlug fehl."
+
+#
+# File: libhylafax/TextFormat.c++, line: 134
+# File: libhylafax/TextFormat.c++, line: 267
+#, c-format
+msgid "Font %s: %s"
+msgstr "Zeichensatz %s: %s"
+
+#
+# File: libhylafax/TextFormat.c++, line: 253
+#, c-format
+msgid "Cannot open temporary file: %s"
+msgstr "Die temporäre Datei kann nicht geöffnet werden: %s"
+
+#
+# File: libhylafax/TextFormat.c++, line: 261
+msgid "point size is unusually large (>18pt)"
+msgstr "Die Schrift ist unüblich groß (>18pt)"
+
+#
+# File: libhylafax/TextFormat.c++, line: 279
+#, c-format
+msgid "Margin values too large for page; lm %lu rm %lu page width %lu"
+msgstr "Die Ränder sind zu breit für die Seite: linker Rand %lu rechter Rand %lu Seitenbreite %lu"
+
+#
+# File: libhylafax/TextFormat.c++, line: 282
+#, c-format
+msgid "Margin values too large for page; tm %lu bm %lu page height %lu"
+msgstr "Die Ränder sind zu groß für die Seite: oberer Rand %lu unterer Rand %lu Seitenlänge %lu"
+
+#
+# File: libhylafax/TextFormat.c++, line: 323
+#, c-format
+msgid "Close failure on temporary file: %s"
+msgstr "Die temporäre Datei kann nicht geschlossen werden: %s"
+
+#
+# File: libhylafax/TextFormat.c++, line: 339
+#, c-format
+msgid "Read error during reverse collation: %s"
+msgstr "Lesefehler bei der umgekehrten Zusammenfassung: %s"
+
+#
+# File: libhylafax/TextFormat.c++, line: 341
+# File: libhylafax/TextFormat.c++, line: 1006
+#, c-format
+msgid "Output write error: %s"
+msgstr "Schreibfehler bei der Ausgabe: %s"
+
+#
+# File: libhylafax/TextFormat.c++, line: 721
+#, c-format
+msgid "%s: Cannot open file: %s"
+msgstr "%s: Die Datei kann nicht geöffnet werden: %s"
+
+#
+# File: libhylafax/TextFormat.c++, line: 1178
+# File: libhylafax/TextFormat.c++, line: 1196
+#, c-format
+msgid "Warning: %s - line too long."
+msgstr "Warnung: %s - Die Zeile ist zu lang."
+
+#
+# File: libhylafax/TextFormat.c++, line: 1236
+#, c-format
+msgid "Warning: %s invalid Fontmap entry - no filename present"
+msgstr "Warnung: %s ist ein ungültiger Eintrag in der Zeichensatztabelle - der Dateiname fehlt"
+
+#
+# File: libhylafax/TextFormat.c++, line: 1376
+#, c-format
+msgid "%s: Can not open font metrics file; using fixed widths"
+msgstr "%s: Die Datei mit den Zeichensatz-Metriken kann nicht geöffnet werden; es werden feste Breiten verwendet"
+
+#
+# File: libhylafax/TextFormat.c++, line: 1393
+#, c-format
+msgid "%s: No glyph metric table located; using fixed widths"
+msgstr "%s: Es wurden keine Glyphenmetriktabellen gefunden; es werden feste Breiten verwendet"
+
+#
+# File: libhylafax/TextFormat.c++, line: 1412
+#, c-format
+msgid "%s, line %u: format error"
+msgstr "%s, Zeile %u: Formatfehler"
+
+#
+# File: libhylafax/TypeRules.c++, line: 94
+#. translator: This shows the rule to be processed (the last two %s) starting at offset %#lx.
+#, c-format
+msgid "rule: %soffset %#lx %s %s"
+msgstr "Regel: %soffset %#lx %s %s"
+
+#
+# File: libhylafax/TypeRules.c++, line: 104
+msgid " <any value>"
+msgstr "<beliebiger Wert>"
+
+#
+# File: libhylafax/TypeRules.c++, line: 112
+msgid "failed (offset past data)\n"
+msgstr "gescheitert (Offset hinter den Daten)\n"
+
+#
+# File: libhylafax/TypeRules.c++, line: 125
+# File: libhylafax/TypeRules.c++, line: 137
+#, c-format
+msgid "failed (unprintable char %#x)\n"
+msgstr "gescheitert (nicht druckbares Zeichen %#x)\n"
+
+#
+# File: libhylafax/TypeRules.c++, line: 165
+# File: libhylafax/TypeRules.c++, line: 174
+msgid "failed (insufficient data)\n"
+msgstr "gescheitert (unzureichende Daten)\n"
+
+#
+# File: libhylafax/TypeRules.c++, line: 195
+#, c-format
+msgid "success (result %s, rule \"%s\")\n"
+msgstr "erfolgreich (Resultat %s, Regel \"%s\")\n"
+
+#
+# File: libhylafax/TypeRules.c++, line: 198
+msgid "failed (comparison)\n"
+msgstr "gescheitert (Vergleich)\n"
+
+#
+# File: libhylafax/TypeRules.c++, line: 325
+#, c-format
+msgid "%s: Can not open type rules file.\n"
+msgstr "%s: Die Datei mit den Typisierungsregeln kann nicht geöffnet werden.\n"
+
+#
+# File: libhylafax/TypeRules.c++, line: 346
+msgid "Missing file offset"
+msgstr "Der Datei-Offset fehlt"
+
+#
+# File: libhylafax/TypeRules.c++, line: 371
+#, c-format
+msgid "Unknown datatype \"%.*s\""
+msgstr "Unbekannter Datentyp \"%.*s\""
+
+#
+# File: libhylafax/TypeRules.c++, line: 412
+msgid "Missing match value"
+msgstr "Fehlender Vergleichswert"
+
+#
+# File: libhylafax/TypeRules.c++, line: 442
+#, c-format
+msgid "Unknown result \"%.*s\""
+msgstr "Unbekanntes Ergebnis \"%.*s\""
+
+#
+# File: libhylafax/TypeRules.c++, line: 492
+#, c-format
+msgid "match against (..., %u)\n"
+msgstr "passt zu (..., %u)\n"
+
+#
+# File: libhylafax/TypeRules.c++, line: 499
+msgid "no match\n"
+msgstr "keine Übereinstimmung\n"
+
+#
+# File: libhylafax/UnixTransport.c++, line: 62
+#, c-format
+msgid "connect to server at %s"
+msgstr "mit Server auf %s verbinden"
+
+#
+# File: libhylafax/UnixTransport.c++, line: 68
+#, c-format
+msgid "Can not reach server at Unix domain socket \"%s\"."
+msgstr "Der Server ist auf Unix-Domain-Socket \"%s\" nicht erreichbar\"."
+
+#
+# File: libhylafax/UnixTransport.c++, line: 140
+msgid "Sorry, no Unix domain communication support was configured."
+msgstr "Leider die Kommunikation über Unix-Domian-Sockets nicht konfiguriert"
+
+# File: faxalter/faxalter.c++, line: 242
+msgid "No job parameters specified for alteration."
+msgstr "Es wurden keine zu variierenden Auftrags-Parameter angegeben."
+
+#
+# File: faxalter/faxalter.c++, line: 263
+#, c-format
+msgid "Job %s: duplicated as job %s.\n"
+msgstr "Auftrag %s: dupliziert als Auftrag %s.\n"
+
+#
+# File: faxalter/faxalter.c++, line: 290
+#, c-format
+msgid "Job %s: done.\n"
+msgstr "Auftrag %s: erledigt.\n"
+
+#
+# File: faxalter/faxalter.c++, line: 316
+msgid "usage: faxalter [-C] [-h server-host] [-a time] [-d number] [-k time] [-m modem] [-n notify] [-P priority] [-t tries] [-A] [-g] [-p] [-r] [-v] [-DQR] jobID..."
+msgstr "Aufruf: faxalter [-C] [-h Server-Host] [-a Uhrzeit] [-d Nummer] [-k Uhrzeit] [-m Modem] [-n Benachrichtigungsschema] [-P Priorität] [-t Versuche] [-A] [-g] [-p] [-r] [-v] [-DQR] Auftragskennung"
+
+# File: faxcover/faxcover.c++, line: 187
+#, c-format
+msgid "Unknown page size \"%s\""
+msgstr "Das Seitenformat \"%s\" ist unbekannt"
+
+#
+# File: faxcover/faxcover.c++, line: 204
+#, c-format
+msgid "usage: %s [-t to] [-c comments] [-p #pages] [-l to-location] [-m maxcomments] [-z maxlencomments] [-r regarding] [-v to-voice-number] [-x to-company] [-C template-file] [-D date-format] [-L from-location] [-M from-mail-address] [-N from-fax-number] [-V from-voice-number] [-X from-company] [-s pagesize] -f from -n fax-number"
+msgstr "Aufruf: %s [-t Empfänger] [-c Kommentar] [-p Anzahl der Seiten] [-l Ziel] [-m maximale Anzahl Kommentare] [-z maximale Länge der Kommentare] [-r Betrifft] [-v Ziel Sprach-Telefonnr] [-x an-Firma] [-C Schablonendatei] [-D Datumsformat] [-L Absendeort] [-M von-Email-Adresse] [-N Absender-Faxnummer] [V Absender-Telefonnr] [-X Absender-Firma] [-s Seitenformat] -f Absender -n Faxnummer"
+
+#
+# File: faxcover/faxcover.c++, line: 328
+#, c-format
+msgid "Could not locate prototype cover sheet \"%s\""
+msgstr "Deckblatt-Vorlage \"%s\" wurde nicht gefunden"
+
+#
+# File: faxcover/faxcover.c++, line: 462
+msgid "Can not figure out who you are."
+msgstr "Es kannte nicht festgestellt werden, wer Sie sind."
+
+# File: faxmail/MIMEState.c++, line: 145
+msgid "Syntax error parsing MIME Content-Type: "
+msgstr "Syntaxfehler beim Parsen des MIME-Inhaltstyps: "
+
+#
+# File: faxmail/MIMEState.c++, line: 360
+#, c-format
+msgid "Internal error, unsupported Content-Transfer-Encoding %u"
+msgstr "Interner Fehler, nicht unterstütztes Content-Transfer-Encoding %u"
+
+#
+# File: faxmail/MsgFmt.c++, line: 162
+#, c-format
+msgid "HEADER %s: %s\n"
+msgstr "HEADER %s: %s\n"
+
+#
+# File: faxmail/MsgFmt.c++, line: 170
+#, c-format
+msgid "+HEADER %s: %s\n"
+msgstr "+HEADER %s: %s\n"
+
+#
+# File: faxmail/faxmail.c++, line: 135
+#, c-format
+msgid "Cannot create temp directory %s"
+msgstr "Das temporäre Verzeichnis %s kann nicht angelegt werden"
+
+#
+# File: faxmail/faxmail.c++, line: 267
+msgid "No Destination/Dialstring specified"
+msgstr "Kein Ziel/Anwahl angegeben"
+
+#
+# File: faxmail/faxmail.c++, line: 277
+msgid "No From/Sender identity specified"
+msgstr "Es wurde keine Absender/Empfänger Identität angegeben"
+
+#
+# File: faxmail/faxmail.c++, line: 396
+#, c-format
+msgid "faxmail: This is a MIME message\n"
+msgstr "faxmail: Dies ist eine MIME Nachricht\n"
+
+#
+# File: faxmail/faxmail.c++, line: 408
+#, c-format
+msgid "faxmail: This is not a MIME message\n"
+msgstr "faxmail: Dies ist keine MIME Nachricht\n"
+
+#
+# File: faxmail/faxmail.c++, line: 443
+#, c-format
+msgid ""
+"unable to process message:\n"
+"\t%s"
+msgstr ""
+"Die Nachricht kann nicht verarbeitet werden:\n"
+"\t%s"
+
+#
+# File: faxmail/faxmail.c++, line: 542
+msgid "Badly formatted MIME; premature EOF"
+msgstr "Schlecht formatiertes MIME; vorzeitiges EOF"
+
+#
+# File: faxmail/faxmail.c++, line: 639
+#, c-format
+msgid "CONVERT: run %s\n"
+msgstr "KONVERTIEREN: Abschnitt %s\n"
+
+#
+# File: faxmail/faxmail.c++, line: 669
+#, c-format
+msgid "DISCARDED %s (%s/%s) GOES HERE\n"
+msgstr "VERWORFENES %s (%s/%s) LANDET HIER\n"
+
+#
+# File: faxmail/faxmail.c++, line: 675
+#, c-format
+msgid "DISCARDED %s/%s GOES HERE\n"
+msgstr "VERWORFENES %s/%s LANDET HIER\n"
+
+#
+# File: faxmail/faxmail.c++, line: 683
+#, c-format
+msgid "DISCARDED: %s (%s/%s)\n"
+msgstr "VERWORFEN: %s (%s/%s)\n"
+
+#
+# File: faxmail/faxmail.c++, line: 688
+#, c-format
+msgid "DISCARDED: %s/%s\n"
+msgstr "VERWORFEN: %s/%s\n"
+
+#
+# File: faxmail/faxmail.c++, line: 757
+#, c-format
+msgid "%s: write error: %s"
+msgstr "%s: Schreibfehler: %s"
+
+# #-#-#-#-# messages.po #-#-#-#-#
+#
+# File: faxmail/faxmail.c++, line: 760
+# #-#-#-#-# messages.po #-#-#-#-#
+#
+# File: sendfax/sendfax.c++, line: 368
+# #-#-#-#-# messages.po #-#-#-#-#
+#
+# File: sendpage/sendpage.c++, line: 216
+#, c-format
+msgid "%s: Can not create temporary file"
+msgstr "%s: Die temporäre Datei kann nicht angelegt werden"
+
+#
+# File: faxmail/faxmail.c++, line: 775
+#, c-format
+msgid "Couldn't open output file: %s"
+msgstr "Die Ausgabedatei konnte nicht geöffnet werden: %s"
+
+#
+# File: faxmail/faxmail.c++, line: 788
+#, c-format
+msgid "Error converting %s/%s; could not fork subprocess: %s"
+msgstr "Fehler beim Konvertieren von %s/%s; es konnte kein Kindprozess erzeugt werden: %s"
+
+#
+# File: faxmail/faxmail.c++, line: 805
+#, c-format
+msgid "Error converting %s/%s; command was \"%s %s\"; exit status %x"
+msgstr "Fehler beim Konvertieren von %s/%s; der Befehl war \"%s %s\"; Rückgabewert %x"
+
+#
+# File: faxmail/faxmail.c++, line: 972
+msgid "usage: faxmail [-b boldfont] [-H pageheight] [-i italicfont] [-f textfont] [-p pointsize] [-s pagesize] [-W pagewidth] [-M margins] [-C covertemplate] [-t notify] [-u user] [-12cnNrRTv]"
+msgstr "usage: faxmail [-b Fett-Zeichensatz] [-H Seitenlänge] [-i Kursiv-Zeichensatz] [-f Text-Zeichensatz] [-p Schriftgröße] [-s Seitenformat] [-W Seitenbreite] [-M Ränder] [-C Konvertierungs-Schablone] [-t Benachrichtigung] [-u Benutzer] [-12cnNrRTv]"
+
+# File: faxrm/faxrm.c++, line: 98
+#. translator: File %s has been removed.
+#, c-format
+msgid "%s removed.\n"
+msgstr "%s wurde entfernt.\n"
+
+#
+# File: faxrm/faxrm.c++, line: 112
+#, c-format
+msgid "Job %s removed.\n"
+msgstr "Auftrag %s wurde entfernt.\n"
+
+#
+# File: faxrm/faxrm.c++, line: 117
+#, c-format
+msgid "Job %s removed (from doneq).\n"
+msgstr "Auftrag %s wurde entfernt (von der Erledigt-Warteschlange).\n"
+
+#
+# File: faxrm/faxrm.c++, line: 137
+msgid "usage: faxrm [-h server-host] [-adv] id..."
+msgstr "Aufruf: faxrm [-h Server-Host] [-adv] Kennung..."
+
+# File: faxstat/faxstat.c++, line: 99
+msgid "usage: faxstat [-h server-host] [-adfgilrsv]"
+msgstr "Aufruf: faxstat [-h Server-Host] [-adfgilrsv]"
+
+# File: sendfax/sendfax.c++, line: 243
+#, c-format
+msgid "%s: No destination specified.\n"
+msgstr "%s: Es wurde kein Ziel angegeben.\n"
+
+#
+# File: sendfax/sendfax.c++, line: 248
+#, c-format
+msgid "%s: Unused options after last destination.\n"
+msgstr "%s: Dem letzten Ziel folgen ungenutzte Optionen.\n"
+
+#
+# File: sendfax/sendfax.c++, line: 268
+#, c-format
+msgid "can only wait for one job (right now), waiting for job %s."
+msgstr "es kann (derzeit) nur auf einen Auftrag gewartet werden, es wird auf Auftrag %s gewartet."
+
+#
+# File: sendfax/sendfax.c++, line: 282
+#, c-format
+msgid ""
+"usage: %s [options] [files]\n"
+"(Read the manual page; it's too complicated)"
+msgstr ""
+"Aufruf: %s [Optionen] [Dateien]\n"
+"(Lesen Sie bitte die Handbuchseiten; das Thema ist zu komplex)"
+
+#
+# File: sendfax/sendfax.c++, line: 322
+#, c-format
+msgid "Null destination for \"%s\""
+msgstr "Leeres Ziel für \"%s\" angegeben"
+
+#
+# File: sendfax/sendfax.c++, line: 329
+msgid "ECM disabled, limiting job to 14400 bps."
+msgstr "ECM ist deaktiviert; der AUftrag wird auf 14400 BPS begrenzt."
+
+#
+# File: sendfax/sendfax.c++, line: 352
+#, c-format
+msgid "%s: no such file"
+msgstr "%s: eine solche Datei existiert nicht"
+
+#
+# File: sendfax/sendfax.c++, line: 375
+#, c-format
+msgid "%s: write error"
+msgstr "%s: Schreibfehler"
+
+#
+# File: sendfax/sendfax.c++, line: 383
+msgid "No input data; transmission aborted"
+msgstr "Keine Eingangsdaten; die Übertragung wird abgebrochen"
+
+#
+# File: sendpage/sendpage.c++, line: 144
+#, c-format
+msgid "%s: No pager identification number (PIN) specified.\n"
+msgstr "%s: Es wurde keine Pager-Identifikationsnummer (PIN) angegeben.\n"
+
+#
+# File: sendpage/sendpage.c++, line: 177
+#, c-format
+msgid ""
+"usage: %s -p PIN [-p PIN ...]\n"
+" [-a time-to-send] [-l service-level] [-s message-subject]\n"
+" [-h host[:modem]] [-f from]\n"
+" [-I retry-time] [-t max-tries] [-T max-dials] [-nqvDNR] [msgs ...]"
+msgstr ""
+"Aufruf: %s -p PIN [-p PIN ...]\n"
+" [-a Sende-Uhrzeit] [-l Dienstebene] [-s Nachrichten-Thema]\n"
+" [-h Host[:Modem]] [-f Absender]\n"
+" [-I Wiederholungsuhrzeit] [-t maximale-Versuche] [-T maximale-Wählversuche] [-nqvDNR] [Nachrichten ...]"
+
+# File: util/dialtest.c++, line: 45
+#, c-format
+msgid "usage: %s [-v] [-a area-code] [-c country-code] [-i international-prefix] [-l long-distance-prefix] dialrules"
+msgstr "Aufruf: %s [-v] [-a Vorwahl] [-c Ländervorwahl] [-i internationale-Vorwahl] [-l Ferngespächs-Vorwahl] Wählregeln"
+
+# #-#-#-#-# messages.po #-#-#-#-#
+#
+# File: util/dialtest.c++, line: 60
+# #-#-#-#-# messages.po #-#-#-#-#
+#
+# File: faxd/tsitest.c++, line: 136
+#, c-format
+msgid "ready> "
+msgstr "bereit> "
+
+#
+# File: util/dialtest.c++, line: 110
+#, c-format
+msgid "%s: Problem parsing rules in %s"
+msgstr "%s: Beim Einlesen der Regeln aus %s ist ein Problem aufgetreten"
+
+# #-#-#-#-# messages.po #-#-#-#-#
+#
+# File: util/dialtest.c++, line: 117
+# #-#-#-#-# messages.po #-#-#-#-#
+#
+# File: faxd/tsitest.c++, line: 168
+#, c-format
+msgid "input = \"%s\"\n"
+msgstr "Eingabe = \"%s\"\n"
+
+#
+# File: util/dialtest.c++, line: 132
+#, c-format
+msgid "canonical = \"%s\"\n"
+msgstr "Kanonisch = \"%s\"\n"
+
+#
+# File: util/dialtest.c++, line: 133
+#, c-format
+msgid "dial-string = \"%s\"\n"
+msgstr "Wähl-Zeichenkette = \"%s\"\n"
+
+#
+# File: util/dialtest.c++, line: 134
+#, c-format
+msgid "display = \"%s\"\n"
+msgstr "Anzeige = \"%s\"\n"
+
+#
+# File: util/faxfetch.c++, line: 92
+msgid "usage: faxfetch [-h server-host] [-v] file"
+msgstr "Aufruf: faxfetch [-h Server-Host] [-v] Datei"
+
+#
+# File: util/faxinfo.c++, line: 85
+#, c-format
+msgid ""
+"usage: %s [-n] [-S fmt] [-s fmt] [-e fmt] [-E fmt] [-D]\n"
+"\n"
+msgstr ""
+"Aufruf: %s [-n] [-S Format] [-s Format] [-e Format] [-E Format] [-D]\n"
+"\n"
+
+#
+# File: util/faxinfo.c++, line: 86
+#, c-format
+msgid "\t-n\tPrint FAX filename\n"
+msgstr "\t-n\tDrucke FAX Dateiname\n"
+
+#
+# File: util/faxinfo.c++, line: 87
+#, c-format
+msgid "\t-C d\tQuoted CSV-style output with <d> as the deliminator\n"
+msgstr "\t-C d\tAusgabe in CSV-Stil mit Anfḧrungszeichen mit <d> als Abgrenzungszeichen\n"
+
+#
+# File: util/faxinfo.c++, line: 88
+#, c-format
+msgid "\t-c d\tCSV-style output with <d> as the deliminator\n"
+msgstr "\t-C d\tAusgabe im CSV-Stil mit <d> als Abgrenzungszeichen\n"
+
+#
+# File: util/faxinfo.c++, line: 89
+#, c-format
+msgid "\t-r\traw format - values outputed with no names\n"
+msgstr "\t-r\tRohformat - Werte werden ohne Namen ausgegeben\n"
+
+#
+# File: util/faxinfo.c++, line: 91
+#, c-format
+msgid " Raw format options:\n"
+msgstr "Optionen für das Rohformat:\n"
+
+#
+# File: util/faxinfo.c++, line: 92
+#, c-format
+msgid "\t-S fmt\tUse fmt for the fax start format\n"
+msgstr "\t-S fmt\tVerwenden Sie Format als Fax-Startformat\n"
+
+#
+# File: util/faxinfo.c++, line: 93
+#, c-format
+msgid "\t-s fmt\tUse fmt for the field start format\n"
+msgstr "\t-S fmt\tVerwenden Sie Format als Startformat für Felder\n"
+
+#
+# File: util/faxinfo.c++, line: 94
+#, c-format
+msgid "\t-e fmt\tUse fmt for the field end format\n"
+msgstr "\t-S fmt\tVerwenden Sie Format als Format für das Ende von Feldern\n"
+
+#
+# File: util/faxinfo.c++, line: 95
+#, c-format
+msgid "\t-E fmt\tUse fmt for the fax end format\n"
+msgstr "\t-S fmt\tVerwenden Sie Format als Format für das Ende des Fax\n"
+
+#
+# File: util/faxinfo.c++, line: 243
+#, c-format
+msgid "Could not open %s; either not TIFF or corrupted.\n"
+msgstr "%s konnte nicht geöffnet werden; entweder kein TIFF oder defekt.\n"
+
+#
+# File: util/faxinfo.c++, line: 249
+#, c-format
+msgid "Does not look like a facsimile?\n"
+msgstr "Sieht es nicht wie ein Fax aus?\n"
+
+#
+# File: util/faxinfo.c++, line: 347
+# File: util/faxinfo.c++, line: 413
+msgid "<unknown>"
+msgstr "<unbekannt>"
+
+#
+# File: util/faxinfo.c++, line: 353
+msgid "SubAddr"
+msgstr "SubAddr"
+
+#
+# File: util/faxinfo.c++, line: 397
+msgid "Normal"
+msgstr "Normal"
+
+#
+# File: util/faxinfo.c++, line: 397
+# File: util/faxinfo.c++, line: 399
+# File: util/faxinfo.c++, line: 401
+# File: util/faxinfo.c++, line: 403
+# File: util/faxinfo.c++, line: 405
+msgid "Quality"
+msgstr "Qualität"
+
+#
+# File: util/faxinfo.c++, line: 399
+msgid "Fine"
+msgstr "Fein"
+
+#
+# File: util/faxinfo.c++, line: 401
+msgid "Superfine"
+msgstr "Superfein"
+
+#
+# File: util/faxinfo.c++, line: 403
+msgid "Hyperfine"
+msgstr "Hyperfein"
+
+#
+# File: util/faxinfo.c++, line: 405
+#, c-format
+msgid "%u lines/inch"
+msgstr "%u Zeilen/Zoll"
+
+#
+# File: util/faxinfo.c++, line: 408
+# File: util/faxinfo.c++, line: 410
+msgid "Page"
+msgstr "Seite"
+
+#
+# File: util/faxinfo.c++, line: 410
+#, c-format
+msgid "%u by %u"
+msgstr "%u von %u"
+
+#
+# File: util/faxinfo.c++, line: 412
+msgid "Received"
+msgstr "Empfangen"
+
+#
+# File: util/faxinfo.c++, line: 413
+msgid "TimeToRecv"
+msgstr "Empfangszeit"
+
+#
+# File: util/faxinfo.c++, line: 414
+msgid "SignalRate"
+msgstr "Signalrate"
+
+#
+# File: util/faxinfo.c++, line: 415
+msgid "DataFormat"
+msgstr "Datenformat"
+
+#
+# File: util/faxinfo.c++, line: 416
+msgid "ErrCorrect"
+msgstr "ErrCorrect"
+
+#
+# File: util/faxinfo.c++, line: 416
+msgid "No"
+msgstr "Nein"
+
+#
+# File: util/faxinfo.c++, line: 416
+msgid "Yes"
+msgstr "Ja"
+
+#
+# File: util/faxinfo.c++, line: 419
+#, c-format
+msgid "CallID%u"
+msgstr "CallID%u"
+
+#
+# File: util/faxwatch.c++, line: 55
+#, c-format
+msgid "write error: %s"
+msgstr "Schreibfehler: %s"
+
+#
+# File: util/faxwatch.c++, line: 101
+msgid "time values reported in GMT"
+msgstr "Zeitangaben erfolgen in GMT"
+
+#
+# File: util/faxwatch.c++, line: 114
+#, c-format
+msgid "usage: %s [-h host] [-g] [-l] [-v] trigger-specification"
+msgstr "Aufruf: %s [-h Host] [-g] [-l] [-v] Trigger-Spezifikation"
+
+#
+# File: util/textfmt.c++, line: 45
+#, c-format
+msgid "Usage: %s [-1] [-2] [-B] [-c] [-D] [-f fontname] [-F fontdir(s)] [-m N] [-o #] [-p #] [-r] [-U] [-Ml=#,r=#,t=#,b=#] [-V #] files... >out.ps\n"
+msgstr "Aufruf: %s [-1] [-2] [-B] [-c] [-D] [-f Zeichensatzname] [-F Zeichensatzverzeichnis(se)] [-m N] [-o #] [-p #] [-r] [-U] [-Ml=#,r=#,t=#,b=#] [-V #] Dateien... >ausgabe.ps\n"
+
+#
+# File: util/textfmt.c++, line: 61
+#, c-format
+msgid "Default options: -f Courier -1 -p 11bp -o 0\n"
+msgstr "Standardoptionen: -f Courier -1 -p 11bp -o 0\n"
+
+#
+# File: util/textfmt.c++, line: 109
+#, c-format
+msgid "%s: No font metric information found for \"%s\".\n"
+msgstr "%s: Für \"%s\" wurden keine Informationen zur Zeichensatzmetrik gefunden.\n"
+
+#
+# File: util/textfmt.c++, line: 125
+#, c-format
+msgid "Bad margin syntax.\n"
+msgstr "Die Art der Angabe der Randbreiten ist ungültig.\n"
+
+#
+# File: util/textfmt.c++, line: 143
+#, c-format
+msgid "Unknown page size %s.\n"
+msgstr "Unbekanntes Seitenformat %s.\n"
+
+#
+# File: util/textfmt.c++, line: 154
+#, c-format
+msgid "Unrecognized option \"%c\".\n"
+msgstr "Unbekannte Option \"%c\".\n"
+
+#
+# File: util/tiffcheck.c++, line: 36
+#, c-format
+msgid "usage: %s [-r vertical-res] [-l page-length] [-w page-width] [-1] [-2] [-3] input.tif"
+msgstr "Aufruf: %s [-r Vertikale-Auflösung] [-l Seitenlänge] [-w Seitenbreite] [-1] [-2] [-3] Eingabe.tif"
+
+#
+# File: util/tiffcheck.c++, line: 115
+msgid "Document file is unreadable or does not exist"
+msgstr "Die Dokumentendatei ist unlesbar oder existiert nicht"
+
+#
+# File: util/tiffcheck.c++, line: 117
+msgid "Document is not valid TIFF (unspecified format error)"
+msgstr "Das Dokument ist kein gültiges TIFF (unspezifierter Formatfehler)"
+
+#
+# File: util/tiffcheck.c++, line: 152
+#, c-format
+msgid "Document is not a bilevel image (bits/sample %u).\n"
+msgstr "Das Dokument ist kein Bilevel-Bild (%u Bits/Wert).\n"
+
+#
+# File: util/tiffcheck.c++, line: 159
+#, c-format
+msgid "Document is a multi-sample image (samples/pixel %u).\n"
+msgstr "Das Dokument ist ein Multisample-Bild (%u Abtastungen/Pixel).\n"
+
+#
+# File: util/tiffcheck.c++, line: 166
+msgid "Document is not black-on-white.\n"
+msgstr "Das Dokument ist nicht Schwarz-auf-Weiss.\n"
+
+#
+# File: util/tiffcheck.c++, line: 173
+msgid "Document requires reformatting, not in Group 4 format.\n"
+msgstr "Das Dokument muss neu formatiert werden, da es nicht im Gruppe 4 Format vorliegt.\n"
+
+#
+# File: util/tiffcheck.c++, line: 178
+msgid "Document requires reformatting, not in Group 3 format.\n"
+msgstr "Das Dokument muss neu formatiert werden, da es nicht im Gruppe 3 Format vorliegt.\n"
+
+#
+# File: util/tiffcheck.c++, line: 184
+msgid "Document requires reformatting, not in 2DMR format.\n"
+msgstr "Das Dokument muss neu formatiert werden, da es nicht im 2DMR-Format vorliegt.\n"
+
+#
+# File: util/tiffcheck.c++, line: 193
+msgid "Document should be reformatted as a single strip.\n"
+msgstr "Das Dokument sollte als ein Abschnitt formatiert werden.\n"
+
+#
+# File: util/tiffcheck.c++, line: 203
+msgid "Document should be reformatted with LSB-to-MSB bit order.\n"
+msgstr "Das Dokument sollte mit LSB-zu-MSB Bitreihenfolge neu formatiert werden.\n"
+
+#
+# File: util/tiffcheck.c++, line: 242
+#, c-format
+msgid "Document requires reformatting to adjust vertical resolution (convert to %lu, document is %lu).\n"
+msgstr "Das Dokument erfordert eine Neuformatierung um die Vertikale Auflösung anzupassen (konvertieren zu %lu, Dokument ist %lu).\n"
+
+#
+# File: util/tiffcheck.c++, line: 254
+msgid "Document is not valid TIFF (missing ImageWidth tag).\n"
+msgstr "Das Dokument ist kein gültiges TIFF (ImageWidth Feld fehlt).\n"
+
+#
+# File: util/tiffcheck.c++, line: 258
+#, c-format
+msgid "Document requires resizing to adjust page width (convert to %lu, document is %lu).\n"
+msgstr "Das Dokument erfordert eine Grössenanpassung um die Seitenbreite anzupassen (konvertieren zu %lu, Dokument ist %lu).\n"
+
+#
+# File: util/tiffcheck.c++, line: 274
+msgid "Document is not valid TIFF (missing ImageLength tag).\n"
+msgstr "Das Dokument ist kein gültiges TIFF (ImageLength Feld fehlt).\n"
+
+#
+# File: util/tiffcheck.c++, line: 283
+#, c-format
+msgid "Document requires resizing to adjust page length (convert to %lu, document is %lu).\n"
+msgstr "Das Dokument erfordert eine Grössenanpassung um die Seitenlänge anzupassen (konvertieren zu %lu, Dokument ist %lu).\n"
+
+#
+# File: util/typetest.c++, line: 52
+#, c-format
+msgid "%s: Can not open file\n"
+msgstr "%s: Die Datei kann nicht geöffnet werden\n"
+
+#
+# File: util/typetest.c++, line: 56
+#, c-format
+msgid "%s: Can not stat file\n"
+msgstr "%s: Status der Datei kann nicht abgefragt werden\n"
+
+#
+# File: util/typetest.c++, line: 61
+#, c-format
+msgid "%s: Not a regular file\n"
+msgstr "%s: Keine normale Datei\n"
+
+#
+# File: util/typetest.c++, line: 69
+#, c-format
+msgid "%s: Empty file\n"
+msgstr "%s: Leere Datei\n"
+
+#
+# File: util/typetest.c++, line: 74
+#, c-format
+msgid "%s: Can not determine file type\n"
+msgstr "%s: Der Dateityp kann nicht bestimmt werden\n"
+
+#
+# File: util/typetest.c++, line: 90
+#, c-format
+msgid "usage: %s [-f rulesfile] files\n"
+msgstr "Aufruf: %s [-f Regeldatei] Dateien\n"
+
+#
+# File: util/typetest.c++, line: 117
+#, c-format
+msgid "Unable to setup file typing and conversion rules\n"
+msgstr "Das Einrichten der Regeln für Datei-Typisierung und Konvertierung ist nicht möglich\n"
+
+# File: faxd/choptest.c++, line: 43
+#, c-format
+msgid "usage: %s [-a] [-t threshold] input.tif\n"
+msgstr "Aufruf: %s [-a] [-t Schwellwert] eingabe.tif\n"
+
+#
+# File: faxd/choptest.c++, line: 87
+# File: faxd/tagtest.c++, line: 438
+#, c-format
+msgid "%s: Cannot open, or not a TIFF file"
+msgstr "%s: Kann nicht geöffnet werden oder ist keine TIFF-Datei"
+
+#
+# File: faxd/choptest.c++, line: 91
+# File: faxd/tagtest.c++, line: 442
+#, c-format
+msgid "%s: Not a Group 3 or Group 4-encoded TIFF file"
+msgstr "%s: Keine TIFF-Datei in Gruppe 3- oder Gruppe 4-Kodierung"
+
+#
+# File: faxd/choptest.c++, line: 100
+#, c-format
+msgid "Chop all pages with >=%.2g\" of white space at the bottom.\n"
+msgstr "Alle Seiten mit mehr als %.2g\" leeren Raumes am Seitenende abtrennen.\n"
+
+#
+# File: faxd/choptest.c++, line: 101
+#, c-format
+msgid "Chop last page if >=%.2g\" of white space at the bottom.\n"
+msgstr "Letzte Seite abtrennen, wenn diese am Ende mehr als %.2g\" leeren Raumes hat.\n"
+
+#
+# File: faxd/choptest.c++, line: 134
+#, c-format
+msgid "Chop %u rows, strip was %lu bytes, need only %lu\n"
+msgstr "%u Zeilen abtrennen, Abschnitt hatte %lu Bytes, nur %lu wurden benötigt\n"
+
+#
+# File: faxd/choptest.c++, line: 140
+#, c-format
+msgid "Don't chop, found %u rows, need %u rows\n"
+msgstr "Nicht abtrennen, %u Zeilen wurden gefunden, benötigt werden %u Zeilen\n"
+
+#
+# File: faxd/cqtest.c++, line: 168
+msgid "Missing EOL after 5 seconds"
+msgstr "Kein EOL nach 5 Sekunden"
+
+#
+# File: faxd/cqtest.c++, line: 259
+# File: faxd/cqtest.c++, line: 350
+#, c-format
+msgid "Adjusting for RTC found at row %u"
+msgstr "Anpassung für das in Zeile %u gefundene RTC wird vorgenommen"
+
+#
+# File: faxd/cqtest.c++, line: 273
+#, c-format
+msgid "adjusting for trailing noise (%lu run)"
+msgstr "Anpassung für nachfolgendes Rauschen wird vorgenommen (%lu Lauf)"
+
+#
+# File: faxd/cqtest.c++, line: 279
+#, c-format
+msgid "%lu total lines, %lu bad lines, %lu consecutive bad lines"
+msgstr "%lu Zeilen insgesamt, %lu fehlerhafte Zeilen, %lu aufeinander folgende Zeilen"
+
+#
+# File: faxd/cqtest.c++, line: 362
+# File: faxd/cqtest.c++, line: 373
+#, c-format
+msgid "RECV: %s: write error"
+msgstr "RECV: %s: Schreibfehler"
+
+#
+# File: faxd/cqtest.c++, line: 397
+#, c-format
+msgid "RECV: REJECT page quality, %u%% good lines (%u%% required)"
+msgstr "RECV: REJECT Seitenqualität, %u%% fehlerfreie Zeilen (%u%% sind erforderlich)"
+
+#
+# File: faxd/cqtest.c++, line: 407
+#, c-format
+msgid "RECV: REJECT page quality, %u-line run (max %u)"
+msgstr "RECV: REJECT Seitenqualität, %u-zeiliger Abschnitt (max. %u)"
+
+#
+# File: faxd/cqtest.c++, line: 435
+msgid "RECV: "
+msgstr "RECV: "
+
+#
+# File: faxd/cqtest.c++, line: 459
+#, c-format
+msgid "Invalid %s code word, row %u, x %d"
+msgstr "Ungültiges Schlüsselwort %s, Zeile %u, x %d"
+
+#
+# File: faxd/cqtest.c++, line: 470
+#, c-format
+msgid "Bad %s pixel count, row %u, got %d, expected %d"
+msgstr "Ungültige %s Pixelanzahl, Zeile %u, %d bekommen, %d wurde erwartet"
+
+#
+# File: faxd/cqtest.c++, line: 477
+#, c-format
+msgid "Panic, bad %s decoding state, row %u, x %d"
+msgstr "Panik, schlechter %s-Dekodierstatus, Zeile %u, x %d"
+
+#
+# File: faxd/cqtest.c++, line: 489
+msgid "RECV/CQ: "
+msgstr "RECV/CQ: "
+
+#
+# File: faxd/cqtest.c++, line: 499
+#, c-format
+msgid "usage: %s [-m maxbad] [-p %%good] [-o output.tif] input.tif\n"
+msgstr "Aufruf: %s [-m Maxungültig] [-p %%gut] [-o Ausgabe.tif] Eingabe.tif\n"
+
+#
+# File: faxd/cqtest.c++, line: 533
+#, c-format
+msgid "%s: Cannot open, or not a TIFF file\n"
+msgstr "%s: Kann nicht geöffnet werden oder ist keine TIFF Datei\n"
+
+#
+# File: faxd/cqtest.c++, line: 538
+#, c-format
+msgid "%s: Cannot create TIFF file\n"
+msgstr "%s: Die TIFF-Datei kann nicht angelegt werden\n"
+
+#
+# File: faxd/cqtest.c++, line: 581
+#, c-format
+msgid "Read error on strip %u\n"
+msgstr "Lesefehler bei Abschnitt %u\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 126
+#, c-format
+msgid "Scan %s directory for jobs to remove+archive.\n"
+msgstr "Durchsuchen des %s-Verzeichnisses nach Aufträgen, die entfernt und archiviert werden können.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 131
+#, c-format
+msgid "%s: Could not scan directory for jobs.\n"
+msgstr "%s: Das Verzeichnis konnte nicht nach Aufträgen durchsucht werden.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 144
+#, c-format
+msgid "%s: ignored (cannot stat or not a regular file)\n"
+msgstr "%s: wird ignoriert (Status nicht erfragbar oder keine reguäre Datei)\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 161
+#, c-format
+msgid "%s: job too new, ignored (for now).\n"
+msgstr "%s: Der Auftrag ist zu neu, wird (derzeit) ignoriert.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 171
+#, c-format
+msgid "JOB %s: archive (%s)%s.\n"
+msgstr "JOB %s: archivieren (%s)%s.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 174
+# File: faxd/faxQCleanApp.c++, line: 183
+# File: faxd/faxQCleanApp.c++, line: 416
+msgid " (not done)"
+msgstr " (nicht erledigt)"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 180
+#, c-format
+msgid "JOB %s: remove (%s) %s.\n"
+msgstr "JOB %s: entfernen (%s) %s.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 197
+#, c-format
+msgid "%s: malformed queue file: remove\n"
+msgstr "%s: Defekte Warteschlangendatei: wird entfernt\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 213
+# File: faxd/faxQCleanApp.c++, line: 425
+#, c-format
+msgid "Done scanning %s directory\n"
+msgstr "Durchsuchen des %s-Verzeichnisses erledigt\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 235
+#, c-format
+msgid "JOB %s: reference %s\n"
+msgstr "JOB %s: Referenz %s\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 267
+#, c-format
+msgid "Scan %s directory and remove unreferenced documents.\n"
+msgstr "Durchsuchen des %s-Verzeichnisses und Entfernen nicht referenzierter Dokumente.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 272
+#, c-format
+msgid "%s: Could not scan directory for unreferenced documents.\n"
+msgstr "%s: Das Verzeichnis konnte nicht nach unreferenzierten Dokumenten durchsucht werden.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 294
+#, c-format
+msgid "%s: ignored, cannot stat or not a regular file\n"
+msgstr "%s: wird ignoriert da der Status nicht erfragbar ist oder es keine reguläre Datei ist\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 309
+#, c-format
+msgid "%s: ignored, file has %u links\n"
+msgstr "%s: wird ignoriert, Datei hat %u Verknüpfungen\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 315
+#, c-format
+msgid "%s: ignored, file has %u references\n"
+msgstr "%s: wird ignoriert, Datei hat %u Referenzen\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 321
+#, c-format
+msgid "%s: ignored, file is too new to remove\n"
+msgstr "%s: wird ignoriert, Datei ist zu neu als das sie gelöscht werden kann\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 344
+# File: faxd/faxQCleanApp.c++, line: 366
+#, c-format
+msgid "%s: file looks to be referenced by job\n"
+msgstr "%s: es scheint, dass die Datei von einem Auftrag benötigt wird\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 348
+#, c-format
+msgid "%s: file has no matching %s\n"
+msgstr "%s: Die Datei hat keine passende %s\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 385
+#, c-format
+msgid "%s: Could not scan directory for base file.\n"
+msgstr "%s: Das Verzeichnis konnte nicht nach der Basisdatei durchsucht werden.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 394
+#, c-format
+msgid "%s: found match to base '%s', skipping.\n"
+msgstr "%s: eine Entsprechung für Basis »%s« wurde gefunden, es wird übersprungen.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 406
+#, c-format
+msgid "%s: did not find base '%s' match.\n"
+msgstr "%s: nichts was zu Basis »%s« passt wurde gefunden.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 414
+#, c-format
+msgid "DOC %s: unreferenced document removed%s.\n"
+msgstr "DOC %s: nicht referenziertes Dokument wurde entfernt%s.\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 420
+#, c-format
+msgid "%s: error removing unreferenced document: %s.\n"
+msgstr "%s: es ist ein Fehler beim Entfernen des nicht referenzierten Dokuments aufgetreten: %s\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 433
+#, c-format
+msgid "usage: %s [-a] [-j time] [-d time] [-q queue-directory]\n"
+msgstr "Aufruf: %s [-a] [-j Uhrzeit] [-d Uhrzeit] [-q Warteschlangen-Verzeichnis]\n"
+
+#
+# File: faxd/faxQCleanApp.c++, line: 466
+#, c-format
+msgid "%s: Can not change directory: %s.\n"
+msgstr "%s: das Verzeichnis kann nicht gewechselt werden: %s.\n"
+
+#
+# File: faxd/tagtest.c++, line: 384
+#, c-format
+msgid "usage: %s [-m format] [-o t.tif] [-f font.pcf] input.tif\n"
+msgstr "Aufruf: %s [-m Format] [-o t.tif] [-f Zeichensatz.pcf] Eingabe.tif\n"
+
+#
+# File: faxd/tagtest.c++, line: 445
+#, c-format
+msgid "%s: Problem reading font"
+msgstr "%s: Probleme beim Lesen der Schriftdatei"
+
+#
+# File: faxd/tagtest.c++, line: 449
+#, c-format
+msgid "%s: Cannot create output file"
+msgstr "%s: Die Ausgabedatei kann nicht angelegt werden"
+
+#
+# File: faxd/tagtest.c++, line: 553
+#, c-format
+msgid "%s: Write error at strip %u, writing %lu bytes"
+msgstr "%s: Schreibfehler bei Abschnitt %u, es werden %lu Bytes geschrieben"
+
+#
+# File: faxd/tsitest.c++, line: 95
+#, c-format
+msgid "Bad TSI pattern: %s: "
+msgstr "Ungültiges TSI Muster: %s:"
+
+#
+# File: faxd/tsitest.c++, line: 130
+#, c-format
+msgid "usage: %s [-q] tsifile"
+msgstr "Aufruf: %s [-q] tsidatei"
+
+#
+# File: faxd/tsitest.c++, line: 175
+#, c-format
+msgid "[check %s]\n"
+msgstr "[Prüfung von %s]\n"
+
+#
+# File: faxd/tsitest.c++, line: 179
+#, c-format
+msgid "accept (matched by %s)\n"
+msgstr "wird akzeptiert (passt auf %s)\n"
+
+#
+# File: faxd/tsitest.c++, line: 180
+#, c-format
+msgid "reject (matched by %s)\n"
+msgstr "wird zurück gewiesen (passt auf %s)\n"
+
+#
+# File: faxd/tsitest.c++, line: 186
+#, c-format
+msgid "reject (no pattern match)\n"
+msgstr "wird zurück gewiesen (kein passendes Muster)\n"
+
+#
+# File: faxd/tsitest.c++, line: 188
+#, c-format
+msgid "reject (no patterns)\n"
+msgstr "wird zurück gewiesen (keine Muster)\n"
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.4 2009/04/18 03:08:05 tim Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/flock.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: flock.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/ftruncate.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: ftruncate.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/install.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: install.sh.in,v 1.4 2006/06/02 17:27:32 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/irix/so_locations
^
|
@@ -1,4 +1,4 @@
-# $Id: so_locations,v 1.3 2008/01/11 20:35:56 aidan Exp $
+# $Id$
#
# Layout for HylaFAX DSO's.
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/mkdepend.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: mkdepend.in,v 1.4 2002/05/23 19:34:19 darren Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/mkdtemp.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: mkdtemp.c,v 1.1 2007/06/22 15:20:55 aidan Exp $
+/* $Id$
/*
* Copyright (c) 2007 iFAX Solutions, Inc.
* HylaFAX is a trademark of Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/mkstemp.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: mkstemp.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/random.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: random.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/setegid.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: setegid.c,v 1.2 2005/10/31 19:45:13 lhoward Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/setenv.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: setenv.c,v 1.1 2006/03/29 14:57:04 aidan Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/seteuid.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: seteuid.c,v 1.2 2005/10/31 19:45:13 lhoward Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/setvbuf.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: setvbuf.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/snprintf.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: snprintf.c,v 1.1 2000/09/20 03:42:30 robert Exp $
+/* $Id$
/*
* Copyright (c) 2000 Robert Colquhoun (rjc@trump.net.au)
*
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/srandom.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: srandom.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/strtod.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: strtod.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/vsnprintf.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: vsnprintf.c,v 1.1 2000/09/20 03:42:30 robert Exp $
+/* $Id$
/*
* Copyright (c) 2000 Robert Colquhoun (rjc@trump.net.au)
*
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/vsyslog.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: vsyslog.c,v 1.2 2000/09/20 03:42:30 robert Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/port/writev.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: writev.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $
+/* $Id$
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/regex/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.3 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/rpm/FaxDispatch
^
|
@@ -1,4 +1,4 @@
-## $Id: FaxDispatch,v 1.1.2.1 2009/05/15 17:58:06 pfournier Exp $
+## $Id$
##
## Default FaxDispatch file - routes all inbound faxes to FaxMaster as PDF
##
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/rpm/config.modem
^
|
@@ -1,4 +1,4 @@
-# $Id: config.modem,v 1.1.2.1 2009/05/15 17:58:06 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/rpm/hylafax.spec
^
|
@@ -1,5 +1,5 @@
%define name hylafax
-%define version 6.0.2
+%define version 6.0.4
%define pkg_release 1
#
@@ -60,15 +60,10 @@
Source: ftp://ftp.hylafax.org/source/%{name}-%{version}.tar.gz
BuildPrereq: libjpeg-devel, libtiff-devel, zlib-devel, gettext
-Requires: ghostscript >= 5.5
-Requires: libtiff >= 3.5.5
%if %{is_suse}
-Requires: tiff >= 3.5.5
+BuildPrereq: gettext-tools
%endif
-Requires: gawk
-Requires: rpm >= 3.0.5
-Requires: sharutils
-Conflicts: mgetty-sendfax
+BuildPrereq: rpm >= 3.0.5
BuildRoot: %{_tmppath}/%{name}-root
@@ -87,7 +82,15 @@
Provides: hylafax = %{version}-%{pkg_release}%{ostag}
Requires: hylafax-client = %{version}-%{pkg_release}%{ostag}
+Requires: ghostscript >= 5.5
+Requires: libtiff >= 3.5.5
+%if %{is_suse}
+Requires: tiff >= 3.5.5
+%endif
+Requires: gawk
+Requires: sharutils
Obsoletes: hylafax < 6.0.0 hylafax > 20000101:4.0.0
+Conflicts: mgetty-sendfax
%description server
HylaFAX(tm) is a sophisticated enterprise-strength fax package for
@@ -102,7 +105,10 @@
Release: %{pkg_release}%{ostag}
Group: Applications/Communications
+Requires: ghostscript >= 5.5
+Requires: libtiff >= 3.5.5
Obsoletes: hylafax < 6.0.0 hylafax > 20000101:4.0.0
+Conflicts: mgetty-sendfax
%description client
HylaFAX(tm) is a sophisticated enterprise-strength fax package for
@@ -449,6 +455,17 @@
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/hylafax/typerules
%changelog
+* Fri Dec 18 2009 Patrice Fournier <patrice.fournier@ifax.com> 6.0.4-0.rc2
+ - Update package to 6.0.4-rc2 release-candidate
+
+* Fri Sep 25 2009 Patrice Fournier <patrice.fournier@ifax.com> 6.0.4-0.1.GIT
+ - Update package to 6.0.4 GIT pre-release
+ - Move the require dependencies to the right binary packages
+ - Add gettext-tools build dependency on SUSE
+
+* Fri Jul 10 2009 Patrice Fournier <patrice.fournier@ifax.com> 6.0.3-1
+ - Update to official 6.0.3 release
+
* Fri May 29 2009 Patrice Fournier <patrice.fournier@ifax.com> 6.0.2-1
- Update to official 6.0.2 release
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/rules.in
^
|
@@ -1,4 +1,4 @@
-# $Id: rules.in,v 1.3 2009/04/22 17:24:54 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sendfax/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.2 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sendfax/sendfax.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: sendfax.c++,v 1.26 2008/09/22 13:55:15 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sendpage/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.2 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sendpage/sendpage.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: sendpage.c++,v 1.10 2008/02/28 20:49:32 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.2 2008/05/02 17:13:31 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/hipass.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: hipass.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/hipass.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: hipass.h,v 1.1.1.1 1998/10/12 20:47:50 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/imgtofax.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: imgtofax.c,v 1.3 2007/03/14 18:04:32 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/izoom.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: izoom.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/izoom.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: izoom.h,v 1.1.1.1 1998/10/12 20:47:50 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/lum.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: lum.h,v 1.1.1.1 1998/10/12 20:47:50 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/lut.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: lut.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/lut.h
^
|
@@ -1,4 +1,4 @@
-/* $Id: lut.h,v 1.1.1.1 1998/10/12 20:47:50 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/rand.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: rand.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/sgi2fax/row.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: row.c,v 1.1.1.1 1998/10/12 20:47:50 root Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/Makefile.in
^
|
@@ -1,5 +1,5 @@
#! smake
-# $Id: Makefile.in,v 1.34 2009/02/13 19:34:24 aidan Exp $
+# $Id$
#
# @WARNING@
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/b64-encode.awk
^
|
@@ -1,5 +1,5 @@
#!/usr/bin/awk -f
-# $Id: b64-encode.awk,v 1.4 2009/03/20 20:37:03 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/common-functions.sh.in
^
|
@@ -1,5 +1,5 @@
#
-# $Id: common-functions.sh.in,v 1.52 2009/03/20 20:39:17 pfournier Exp $
+# $Id$
#
# This holds various functions that are common to the
@@ -615,13 +615,13 @@
PostScript|Postscript|PS|ps)
TraceLog "Using ps2fax"
name="`basename $1 .ps`"
- $PS2FAX -r $resolution $1 $TMPDIR/$name.tif
+ $PS2FAX -r $resolution -o $TMPDIR/$name.tif $1
echo "$TMPDIR/$name.tif"
;;
PDF|pdf)
TraceLog "Using pdf2fax"
name="`basename $1 .pdf`"
- $PDF2FAX -r $resolution $1 $TMPDIR/$name.tif
+ $PDF2FAX -r $resolution -o $TMPDIR/$name.tif $1
echo "$TMPDIR/$name.tif"
;;
TIFF|tiff|TIF|tif)
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/cover.templ
^
|
@@ -4,7 +4,7 @@
%%CreationDate: 11:05 AM January 4, 1993
%%Pages: 1 +1
%%EndComments
-% $Id: cover.templ,v 1.1.1.1 1998/10/12 20:47:48 root Exp $
+% $Id$
%
% HylaFAX Facsimile Software
%
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/dialtest.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: dialtest.c++,v 1.10 2007/11/09 22:24:03 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/dictionary.sh.in
^
|
@@ -1,4 +1,4 @@
-# $Id: dictionary.sh.in,v 1.3 2006/04/26 14:40:42 aidan Exp $
+# $Id$
case "$LANG" in
pl_*)
DICTRECEIVEAGENT="Serwer faxów HylaFAX";
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/dpsprinter.ps
^
|
@@ -3,8 +3,8 @@
%%Notice: Copyright (c) 1989 Adobe Systems Incorporated. All rights reserved.
-% $Revision: 1.1.1.1 $
-% $Date: 1998/10/12 20:47:48 $
+% $Revision$
+% $Date$
%
% This file makes a number of definitions that are technically system specific
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxadduser.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxadduser.c,v 1.8 2006/08/12 20:51:30 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1999 Robert Colquhoun
*
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxconfig.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxconfig.c,v 1.8 2006/07/21 18:17:15 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxcron.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: faxcron.sh.in,v 1.21 2008/06/13 19:06:28 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxdb
^
|
@@ -1,4 +1,4 @@
-# $Id: faxdb,v 1.1.1.1 1998/10/12 20:47:48 root Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxdeluser.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxdeluser.c,v 1.3 2005/01/11 03:28:54 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1999 Robert Colquhoun
*
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxfetch.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxfetch.c++,v 1.6 2007/11/09 22:24:03 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxinfo.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxinfo.c++,v 1.26 2007/11/26 14:03:21 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxmodem.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxmodem.c,v 1.10 2006/07/21 18:17:15 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxmsg.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxmsg.c,v 1.7 2005/07/30 01:14:59 lhoward Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxrcvd.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: faxrcvd.sh.in,v 1.53 2009/02/13 13:47:08 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxstate.c
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxstate.c,v 1.6 2006/07/21 18:17:15 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/faxwatch.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: faxwatch.c++,v 1.8 2007/11/09 22:24:03 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1990-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/mkcover.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: mkcover.sh.in,v 1.2 2006/12/24 01:43:49 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/notify-4.1.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: notify-4.1.sh.in,v 1.3 2006/12/24 01:43:49 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/notify-4.2.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: notify-4.2.sh.in,v 1.3 2007/02/23 22:36:23 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/notify.awk
^
|
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: notify.awk,v 1.5 2004/08/16 12:58:22 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/notify.sh.in
^
|
@@ -179,12 +179,12 @@
## Faxmaster goes to $TOADDR, but templates always use SENDTO
SENDTO="$TOADDR"
case "$NOTIFY_FAXMASTER:$WHY" in
- "always:*") do_faxmaster;;
- "yes:*") do_faxmaster;;
+ "always:"*) do_faxmaster;;
+ "yes:"*) do_faxmaster;;
"errors:success") ;; # Not errors
"errors:blocked") ;; # Not errors
- "errors:*") do_faxmaster;; # errors
+ "errors:"*) do_faxmaster;; # errors
*) ;; # Do nothing;
esac
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/pcl2fax.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: pcl2fax.sh.in,v 1.3 2008/04/28 20:34:55 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/pdf2fax.gs.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: pdf2fax.gs.sh.in,v 1.7 2006/12/24 01:43:49 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
@@ -165,6 +165,7 @@
# See the comments on AdjustWidth above.
#
FIXEDWIDTH="-dFIXEDMEDIA"
+STRIPSIZE="-dMaxStripSize=0"
#
# Apply customizations such as watermarking.
@@ -179,6 +180,7 @@
-dSAFER=true \
-sPAPERSIZE=$paper \
$FIXEDWIDTH \
+ $STRIPSIZE \
-dBATCH \
-r$hres\x$vres \
"-sOutputFile=$out" \
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/pollrcvd.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: pollrcvd.sh.in,v 1.19 2008/06/13 19:06:28 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/ps2fax.dps.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: ps2fax.dps.sh.in,v 1.3 2006/12/24 01:43:49 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/ps2fax.gs.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: ps2fax.gs.sh.in,v 1.7 2006/12/24 01:43:49 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
@@ -165,6 +165,7 @@
# See the comments on AdjustWidth above.
#
FIXEDWIDTH="-dFIXEDMEDIA"
+STRIPSIZE="-dMaxStripSize=0"
#
# Apply customizations such as watermarking.
@@ -179,6 +180,7 @@
-dSAFER=true \
-sPAPERSIZE=$paper \
$FIXEDWIDTH \
+ $STRIPSIZE \
-r$hres\x$vres \
"-sOutputFile=$out" \
-
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/ps2fax.imp.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: ps2fax.imp.sh.in,v 1.3 2006/12/24 01:43:49 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/qp-encode.awk
^
|
@@ -1,5 +1,5 @@
#!/usr/bin/awk -f
-# $Id: qp-encode.awk,v 1.3 2009/03/20 20:37:49 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/recvstats.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: recvstats.sh.in,v 1.22 2008/06/13 19:06:28 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/textfmt.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: textfmt.c++,v 1.6 2007/11/09 22:24:03 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1993-1996 Sam Leffler
* Copyright (c) 1993-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/tiff2fax.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: tiff2fax.sh.in,v 1.9 2006/12/24 01:43:49 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/tiff2pdf.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: tiff2pdf.sh.in,v 1.8 2007/01/09 14:09:10 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/tiffcheck.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: tiffcheck.c++,v 1.15 2008/04/28 20:32:43 aidan Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1995-1996 Sam Leffler
* Copyright (c) 1995-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/typetest.c++
^
|
@@ -1,4 +1,4 @@
-/* $Id: typetest.c++,v 1.6 2007/11/09 22:24:03 pfournier Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1994-1996 Sam Leffler
* Copyright (c) 1994-1996 Silicon Graphics, Inc.
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/wedged.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: wedged.sh.in,v 1.8 2006/12/24 01:43:49 aidan Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|
[-]
[+]
|
Changed |
hylafax-6.0.5.tar.bz2/util/xferfaxstats.sh.in
^
|
@@ -1,5 +1,5 @@
#! @SCRIPT_SH@
-# $Id: xferfaxstats.sh.in,v 1.22 2008/06/13 19:06:28 pfournier Exp $
+# $Id$
#
# HylaFAX Facsimile Software
#
|