Print this page
10057 Man page misspellings ouput particuliar overriden
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
   1 '\" te
   2 .\" Copyright (c) 1996, Sun Microsystems, Inc. All Rights Reserved.
   3 .\" Copyright 1989 AT&T
   4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7 .TH UUCLEANUP 1M "May 19, 1993"
   8 .SH NAME
   9 uucleanup \- uucp spool directory clean-up
  10 .SH SYNOPSIS
  11 .LP
  12 .nf
  13 \fB/usr/lib/uucp/uucleanup\fR [\fB-C\fR\fItime\fR] [\fB-D\fR\fItime\fR] [\fB-m\fR\fIstring\fR]
  14      [\fB-o\fR\fItime\fR] [\fB-s\fR\fIsystem\fR] [\fB-W\fR\fItime\fR] [\fB-x\fR\fIdebug-level\fR] [\fB-X\fR\fItime\fR]
  15 .fi
  16 
  17 .SH DESCRIPTION
  18 .sp
  19 .LP
  20 \fBuucleanup\fR will scan the spool directories for old files and take
  21 appropriate action to remove them in a useful way:
  22 .RS +4
  23 .TP
  24 .ie t \(bu
  25 .el o
  26 Inform the requester of send/receive requests for systems that can not be
  27 reached.
  28 .RE
  29 .RS +4
  30 .TP
  31 .ie t \(bu
  32 .el o
  33 Return undeliverable mail to the sender.
  34 .RE
  35 .RS +4
  36 .TP
  37 .ie t \(bu
  38 .el o
  39 Deliver \fBrnews\fR files addressed to the local system.
  40 .RE
  41 .RS +4
  42 .TP
  43 .ie t \(bu
  44 .el o
  45 Remove all other files.
  46 .RE
  47 .sp
  48 .LP
  49 In addition, there is a provision to warn users of requests that have been
  50 waiting for a given number of days (default 1 day). Note: \fBuucleanup\fR will
  51 process as if all option \fBtimes\fR were specified to the default values
  52 unless \fBtime\fR is specifically set.
  53 .sp
  54 .LP
  55 This program is typically started by the shell \fBuudemon.cleanup\fR, which
  56 should be started by \fBcron\fR(1M).
  57 .SH OPTIONS
  58 .sp
  59 .ne 2
  60 .na
  61 \fB\fB-C\fR\fBtime\fR\fR
  62 .ad
  63 .RS 17n
  64 Remove any \fBC.\fR files greater or equal to \fBtime\fR days old and send
  65 appropriate information to the requester (default 7 days).
  66 .RE
  67 
  68 .sp
  69 .ne 2
  70 .na
  71 \fB\fB-D\fR\fBtime\fR\fR
  72 .ad
  73 .RS 17n
  74 Remove any \fBD.\fR files greater or equal to \fBtime\fR days old, make an
  75 attempt to deliver mail messages, and execute  \fBrnews\fR when appropriate
  76 (default 7 days).
  77 .RE
  78 


 106 
 107 .sp
 108 .ne 2
 109 .na
 110 \fB\fB-W\fR\fBtime\fR\fR
 111 .ad
 112 .RS 17n
 113 Any \fBC.\fR files equal to \fBtime\fR days old will cause a mail message to be
 114 sent to the requester warning about the delay in contacting the remote. The
 115 message includes the \fIJOBID\fR, and in the case of mail, the mail message.
 116 The administrator may include a message line telling whom to call to check the
 117 problem (\fB-m\fR option) (default 1 day).
 118 .RE
 119 
 120 .sp
 121 .ne 2
 122 .na
 123 \fB\fB-x\fR\fIdebug-level\fR\fR
 124 .ad
 125 .RS 17n
 126 Produce debugging output on standard ouput. \fIdebug-level\fR is a single digit
 127 between 0 and 9; higher numbers give more detailed debugging information. (This
 128 option may not be available on all systems.)
 129 .RE
 130 
 131 .sp
 132 .ne 2
 133 .na
 134 \fB\fB-X\fR\fBtime\fR\fR
 135 .ad
 136 .RS 17n
 137 Any \fBX.\fR files greater or equal to \fBtime\fR days old will be removed. The
 138 \fBD.\fR files are probably not present (if they were, the \fBX.\fR could get
 139 executed). But if there are \fBD.\fR files, they will be taken care of by D.
 140 processing (default 2 days).
 141 .RE
 142 
 143 .SH FILES
 144 .sp
 145 .ne 2
 146 .na
 147 \fB\fB/usr/lib/uucp\fR\fR
 148 .ad
 149 .RS 19n
 150 directory with commands used by \fBuucleanup\fR internally
 151 .RE
 152 
 153 .sp
 154 .ne 2
 155 .na
 156 \fB\fB/var/spool/uucp\fR\fR
 157 .ad
 158 .RS 19n
 159 spool directory
 160 .RE
 161 
 162 .SH SEE ALSO
 163 .sp
 164 .LP
 165 \fBuucp\fR(1C), \fBuux\fR(1C), \fBcron\fR(1M), \fBattributes\fR(5)
   1 '\" te
   2 .\" Copyright (c) 1996, Sun Microsystems, Inc. All Rights Reserved.
   3 .\" Copyright 1989 AT&T
   4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7 .TH UUCLEANUP 1M "May 19, 1993"
   8 .SH NAME
   9 uucleanup \- uucp spool directory clean-up
  10 .SH SYNOPSIS
  11 .LP
  12 .nf
  13 \fB/usr/lib/uucp/uucleanup\fR [\fB-C\fR\fItime\fR] [\fB-D\fR\fItime\fR] [\fB-m\fR\fIstring\fR]
  14      [\fB-o\fR\fItime\fR] [\fB-s\fR\fIsystem\fR] [\fB-W\fR\fItime\fR] [\fB-x\fR\fIdebug-level\fR] [\fB-X\fR\fItime\fR]
  15 .fi
  16 
  17 .SH DESCRIPTION

  18 .LP
  19 \fBuucleanup\fR will scan the spool directories for old files and take
  20 appropriate action to remove them in a useful way:
  21 .RS +4
  22 .TP
  23 .ie t \(bu
  24 .el o
  25 Inform the requester of send/receive requests for systems that can not be
  26 reached.
  27 .RE
  28 .RS +4
  29 .TP
  30 .ie t \(bu
  31 .el o
  32 Return undeliverable mail to the sender.
  33 .RE
  34 .RS +4
  35 .TP
  36 .ie t \(bu
  37 .el o
  38 Deliver \fBrnews\fR files addressed to the local system.
  39 .RE
  40 .RS +4
  41 .TP
  42 .ie t \(bu
  43 .el o
  44 Remove all other files.
  45 .RE
  46 .sp
  47 .LP
  48 In addition, there is a provision to warn users of requests that have been
  49 waiting for a given number of days (default 1 day). Note: \fBuucleanup\fR will
  50 process as if all option \fBtimes\fR were specified to the default values
  51 unless \fBtime\fR is specifically set.
  52 .sp
  53 .LP
  54 This program is typically started by the shell \fBuudemon.cleanup\fR, which
  55 should be started by \fBcron\fR(1M).
  56 .SH OPTIONS

  57 .ne 2
  58 .na
  59 \fB\fB-C\fR\fBtime\fR\fR
  60 .ad
  61 .RS 17n
  62 Remove any \fBC.\fR files greater or equal to \fBtime\fR days old and send
  63 appropriate information to the requester (default 7 days).
  64 .RE
  65 
  66 .sp
  67 .ne 2
  68 .na
  69 \fB\fB-D\fR\fBtime\fR\fR
  70 .ad
  71 .RS 17n
  72 Remove any \fBD.\fR files greater or equal to \fBtime\fR days old, make an
  73 attempt to deliver mail messages, and execute  \fBrnews\fR when appropriate
  74 (default 7 days).
  75 .RE
  76 


 104 
 105 .sp
 106 .ne 2
 107 .na
 108 \fB\fB-W\fR\fBtime\fR\fR
 109 .ad
 110 .RS 17n
 111 Any \fBC.\fR files equal to \fBtime\fR days old will cause a mail message to be
 112 sent to the requester warning about the delay in contacting the remote. The
 113 message includes the \fIJOBID\fR, and in the case of mail, the mail message.
 114 The administrator may include a message line telling whom to call to check the
 115 problem (\fB-m\fR option) (default 1 day).
 116 .RE
 117 
 118 .sp
 119 .ne 2
 120 .na
 121 \fB\fB-x\fR\fIdebug-level\fR\fR
 122 .ad
 123 .RS 17n
 124 Produce debugging output on standard output. \fIdebug-level\fR is a single digit
 125 between 0 and 9; higher numbers give more detailed debugging information. (This
 126 option may not be available on all systems.)
 127 .RE
 128 
 129 .sp
 130 .ne 2
 131 .na
 132 \fB\fB-X\fR\fBtime\fR\fR
 133 .ad
 134 .RS 17n
 135 Any \fBX.\fR files greater or equal to \fBtime\fR days old will be removed. The
 136 \fBD.\fR files are probably not present (if they were, the \fBX.\fR could get
 137 executed). But if there are \fBD.\fR files, they will be taken care of by D.
 138 processing (default 2 days).
 139 .RE
 140 
 141 .SH FILES

 142 .ne 2
 143 .na
 144 \fB\fB/usr/lib/uucp\fR\fR
 145 .ad
 146 .RS 19n
 147 directory with commands used by \fBuucleanup\fR internally
 148 .RE
 149 
 150 .sp
 151 .ne 2
 152 .na
 153 \fB\fB/var/spool/uucp\fR\fR
 154 .ad
 155 .RS 19n
 156 spool directory
 157 .RE
 158 
 159 .SH SEE ALSO

 160 .LP
 161 \fBuucp\fR(1C), \fBuux\fR(1C), \fBcron\fR(1M), \fBattributes\fR(5)