]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[Bug 97] init script: faxsetup(1M) -> faxsetup(8C)
authorDarren Nickerson <darren.nickerson@ifax.com>
Sun, 15 Apr 2001 03:38:54 +0000 (03:38 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Sun, 15 Apr 2001 03:38:54 +0000 (03:38 +0000)
Applied fixes to the RPM's init script, as well as Lee's patch to tidy up
the widespread hard-coded references to faxsetup(1M). Nice work Lee!

faxd/faxQueueApp.c++
util/faxcron.sh.in
util/recvstats.sh.in
util/xferfaxstats.sh.in

index 4b8d9d30a4a105887a5d890a7b7d60ee32cd20df..3b3e27422cf14ed02a789815d54dc0f21a49007a 100644 (file)
@@ -3071,7 +3071,7 @@ main(int argc, char** argv)
     if (Sys::chdir(queueDir) < 0)
        faxApp::fatal(queueDir | ": Can not change directory");
     if (!Sys::isRegularFile(FAX_ETCDIR "/setup.cache"))
-       faxApp::fatal("No " FAX_ETCDIR "/setup.cache file; run faxsetup(1M) first");
+       faxApp::fatal("No " FAX_ETCDIR "/setup.cache file; run faxsetup first");
     if (detach)
        faxApp::detachFromTTY();
 
index 56a2cfd6d7fbb37ecef7c8047d5faddcbe141385..5ef6aeaf0ce98e3ab6877e1202dfc0d054897650 100644 (file)
@@ -55,7 +55,7 @@ test -f etc/setup.cache || {
 FATAL ERROR: $SPOOL/etc/setup.cache is missing!
 
 The file $SPOOL/etc/setup.cache is not present.  This
-probably means the machine has not been setup using the faxsetup(1M)
+probably means the machine has not been setup using the faxsetup(@MANNUM1_8@)
 command.  Read the documentation on setting up HylaFAX before you
 startup a server system.
 
index 4a32cff779ad0e95b834d6d1704da4018079e0f3..04e8d1b65ee8a330f810c61c9379a80534766d6f 100644 (file)
@@ -41,7 +41,7 @@ test -f $SPOOL/etc/setup.cache || {
 FATAL ERROR: $SPOOL/etc/setup.cache is missing!
 
 The file $SPOOL/etc/setup.cache is not present.  This
-probably means the machine has not been setup using the faxsetup(1M)
+probably means the machine has not been setup using the faxsetup(@MANNUM1_8@)
 command.  Read the documentation on setting up HylaFAX before you
 startup a server system.
 
index b3914b97ec62184b6b82f576383e69526c73267c..37eb098b02c5b0c38243e96b435c7b949c6fdb62 100644 (file)
@@ -38,7 +38,7 @@ test -f $SPOOL/etc/setup.cache || {
 FATAL ERROR: $SPOOL/etc/setup.cache is missing!
 
 The file $SPOOL/etc/setup.cache is not present.  This
-probably means the machine has not been setup using the faxsetup(1M)
+probably means the machine has not been setup using the faxsetup(@MANNUM1_8@)
 command.  Read the documentation on setting up HylaFAX before you
 startup a server system.