hylafax-shutdown.4f
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:3k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. ." $Id: hylafax-shutdown.4f,v 1.1.1.1 2005/11/11 21:32:03 faxguy Exp $
  2. ."
  3. ." HylaFAX Facsimile Software
  4. ."
  5. ." Copyright (c) 1995-1996 Sam Leffler
  6. ." Copyright (c) 1995-1996 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 HYLAFAX-SHUTDOWN ${MANNUM4_5} "January 18, 1996"
  31. .SH NAME
  32. fBetc/shutdownfP - server shutdown control file
  33. .SH DESCRIPTION
  34. If the file
  35. .B etc/shutdown
  36. is present it describes when a *(Fx server is to be shutdown
  37. and may contain a descriptive message to return to clients explaining
  38. the reason for the shutdown.
  39. This file is used by the
  40. .IR hfaxd (${MANNUM1_8})
  41. program.
  42. .PP
  43. The file has the following format:
  44. .sp
  45. .nf
  46. .RS
  47. <fIyearfP> <fImonthfP> <fIdayfP> <fIhourfP> <fIminutefP> <fIdenyfP> <fIdisconnectfP>
  48. <fIshutdown message textfP>
  49. .RE
  50. .fi
  51. .PP
  52. The first line defines the date and time the server should be shutdown
  53. and the time preceding at which unprivileged clients should be
  54. denied service or disconnected;
  55. these fields are described in more detail below.
  56. Any lines that follow the first are taken as the text of a message to
  57. return to clients when notifying them of a scheduled shutdown or when
  58. denying them service.
  59. .TP 10
  60. <fIyearfP>
  61. The decimal year; e.g. 1996.
  62. .TP 10
  63. <fImonthfP>
  64. The decimal month; e.g. 10 for October.
  65. .TP 10
  66. <fIdayfP>
  67. The decimal day of the month in the range [1..31].
  68. .TP 10
  69. <fIhourfP>
  70. The decimal hour since midnight; in the range [0..23].
  71. .TP 10
  72. <fIminutefP>
  73. The decimal minute after the hour; in the range [0..59].
  74. .TP 10
  75. <fIdenyfP>
  76. The time prior to the shutdown time at which to deny service
  77. to unprivileged clients.
  78. This value is specified as decimal number in the form HHMM; e.g.
  79. 130 for 1 hour and 30 minutes.
  80. .TP 10
  81. <fIdisconnectfP>
  82. Time time prior to the shutdown time at which to disconnect
  83. unprivileged clients that are logged in to the server.
  84. This value is specified as a decimal number in the form HHMM.
  85. .SH NOTES
  86. This file is typically created using the ``s-1SHUTs+1'' command
  87. supported by 
  88. .IR hfaxd (${MANNUM1_8}).
  89. .SH "SEE ALSO"
  90. .IR hfaxd (${MANNUM1_8}),
  91. .IR hylafax-server (${MANNUM4_5})