faxconfig.1m
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:4k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. ." $Id: faxconfig.1m,v 1.1.1.1 2005/11/11 21:32:03 faxguy Exp $
  2. ."
  3. ." HylaFAX Facsimile Software
  4. ."
  5. ." Copyright (c) 1995 Sam Leffler
  6. ." Copyright (c) 1995 Silicon Graphics, Inc.
  7. ." HylaFAX is a trademark of Silicon Graphics
  8. ." 
  9. ." Permission to use, copy, modify, distribute, and sell this software and 
  10. ." its documentation for any purpose is hereby granted without fee, provided
  11. ." that (i) the above copyright notices and this permission notice appear in
  12. ." all copies of the software and related documentation, and (ii) the names of
  13. ." Sam Leffler and Silicon Graphics may not be used in any advertising or
  14. ." publicity relating to the software without the specific, prior written
  15. ." permission of Sam Leffler and Silicon Graphics.
  16. ." 
  17. ." THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  18. ." EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  19. ." WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  20. ." 
  21. ." IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  22. ." ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  23. ." OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  24. ." WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  25. ." LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  26. ." OF THIS SOFTWARE.
  27. ."
  28. .if n .po 0
  29. .ds Fx fIHylas-1FAXs+1fP
  30. .TH FAXCONFIG ${MANNUM1_8} "Oct 3, 1995"
  31. .SH NAME
  32. faxconfig - dynamically change *(Fx configuration parameters
  33. .SH SYNOPSIS
  34. .B ${SBIN}/faxconfig
  35. [
  36. .B -q
  37. .I queue-dir
  38. ] [
  39. .B -m
  40. .I modem
  41. ] [
  42. .I parameter
  43. .I value
  44.  ... ]
  45. .SH DESCRIPTION
  46. .I faxconfig
  47. sends messages to a *(Fx server process
  48. telling it to install new values for one or more
  49. configuration parameters.
  50. These new values are maintained only for as long as that
  51. server process executes; to setup long-lasting configuration
  52. parameters the appropriate configuration file(s) must be
  53. edited (see
  54. .IR hylafax-config (${MANNUM4_5})).
  55. .PP
  56. .I faxconfig
  57. is especially useful for setting certain configuration parameters
  58. that control the operation of *(Fx server processes.
  59. For example, by manipulating the
  60. .B ModemPriority
  61. parameter of one or more
  62. .IR faxgetty (${MANNUM1_8})
  63. processes it is easy to dynamically reconfigure the order in which
  64. *(Fx will assign modems to outbound jobs.
  65. .PP
  66. If no 
  67. .I modem
  68. is specified with the
  69. .B -m
  70. option, then
  71. .I faxconfig
  72. will send messages to the central scheduler process,
  73. .IR faxq (${MANNUM1_8}).
  74. If a
  75. .I faxgetty
  76. process is to be contacted, the specified
  77. .I modem
  78. must be the last component of the character special device
  79. filename the modem is attached to.
  80. .PP
  81. Consult the
  82. .IR hylafax-config (${MANNUM4_5})
  83. for the list of configuration parameters that can be set with
  84. .IR faxconfig .
  85. .SH OPTIONS
  86. The following options are available:
  87. .TP 10
  88. .BI -m " devid"
  89. Direct messages to the
  90. .I faxgetty
  91. process servicing
  92. .I devid 
  93. instead of the central scheduler process,
  94. .IR faxq .
  95. The
  96. .I devid
  97. is an identifier derived from the name of
  98. the modem's device file; for example
  99. .I ttym2
  100. for
  101. .IR /dev/ttym2 ,
  102. .I term_10
  103. for
  104. .IR /dev/term/10 .
  105. .TP 10
  106. .BI -q " dir"
  107. Use a spooling area other than
  108. .IR ${SPOOL} .
  109. .SH FILES
  110. .nf
  111. .ta w'${SPOOL}/FIFO.<devid>    'u
  112. ${SPOOL} default spooling area
  113. ${SPOOL}/FIFO fifo for contacting fIfaxqfP
  114. .fi
  115. .PP
  116. Consult
  117. .IR hylafax-server (${MANNUM4_5})
  118. for a complete discussion of the structure and
  119. content of the spooling area.
  120. .SH "SEE ALSO"
  121. .IR hylafax-server (${MANNUM4_5}),
  122. .IR faxmodem (${MANNUM1_8}),
  123. .IR faxstate (${MANNUM1_8}),
  124. .IR faxgetty (${MANNUM1_8}),
  125. .IR faxq (${MANNUM1_8}),
  126. .IR hylafax-config (${MANNUM4_5}).