]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
pdf2fax tidyup
authorDarren Nickerson <darren.nickerson@ifax.com>
Wed, 18 Apr 2001 05:36:07 +0000 (05:36 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Wed, 18 Apr 2001 05:36:07 +0000 (05:36 +0000)
etc/faxsetup.sh.in

index 958d548799220540d11edd13563fb2535919c58c..15ccd4e3b10c70ddaed901272be05063a54cc05b 100644 (file)
@@ -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