]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
The "FlexFAX" in faxsetup.sh.in was correct. Hylafax uses hfaxd and faxq.
authorDarren Nickerson <darren.nickerson@ifax.com>
Tue, 29 Aug 2000 19:15:58 +0000 (19:15 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Tue, 29 Aug 2000 19:15:58 +0000 (19:15 +0000)
Crusty ole' FlexFAX used faxd. *DOH!* Thanks Tim ;-)

etc/faxsetup.sh.in

index 5c51eebdd06ac18fc7f3d34e387df48676116545..cfd81d01bc298d4b4e4f0091ecefcbc28e9b51bd 100644 (file)
@@ -2057,7 +2057,7 @@ if onServer; then
     FAXD="`findproc faxd`"
     if [ "$FAXD" ]; then
        echo ""
-       echo "You seem to be running HylaFAX (there are faxd processes)."
+       echo "You seem to be running FlexFAX (there are faxd processes)."
        prompt "Is it ok to terminate these processes ($FAXD) [yes]?"; read x
        if isOK "$x"; then
            if kill $FAXD; then