From: Darren Nickerson Date: Wed, 18 Apr 2001 05:36:07 +0000 (+0000) Subject: pdf2fax tidyup X-Git-Tag: HYLAFAX-4_1RC1~33 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a8e5977aa1fed8fdf2064046cd33caee3ef87fc4;p=thirdparty%2FHylaFAX.git pdf2fax tidyup --- diff --git a/etc/faxsetup.sh.in b/etc/faxsetup.sh.in index 958d5487..15ccd4e3 100644 --- a/etc/faxsetup.sh.in +++ b/etc/faxsetup.sh.in @@ -1234,12 +1234,13 @@ EOF appMisConfigured $PATH_PSRIP fi # - # Force bin/ps2fax to point to the appropriate script. + # Force bin/ps2fax and bin/pdf2fax to point to the appropriate scripts. # Note "" Note "Make $DIR_SPOOL/bin/ps2fax a link to $DIR_SPOOL/bin/ps2fax.$PS." Note "" $RM bin/ps2fax + $RM bin/pdf2fax if [ -n "$LN_S" ]; then $LN $LN_S ps2fax.$PS bin/ps2fax; if [ $PS = gs ]; then