1 06/30/80 cancel_carry_request, ccr
2
3 Syntax: ccr paths -control_args
4
5
6 Function: Cancels requests queued by the enter_carry_request command.
7
8
9 Arguments:
10 paths
11 are the pathnames of segments and directories.
12
13
14 Control arguments:
15 -destination DEST, -ds DEST
16 specifies a destination site, where DEST is up to 23 characters long.
17 The carry queue searched is named DEST.carry.ms. If no destination is
18 specified, it is carry.ms, the name added to the queue for the default
19 destination.
20 -queue_dir PATH, -qd PATH
21 specifies the queue's parent directory. The default is
22 >daemon_dir_dir>carry_dir.
23 -admin
24 allows any user's request to be cancelled. This control arg requires r and d
25 extended access to the queue. By default, only the user's own request can be
26 cancelled.
27 -entry STR, -et STR
28 specifies a request by the entryname portion STR of the pathname.
29 The star convention is allowed in STR.
30
31
32 Notes:
33 At least one path or -entry STR must be specified.
34 Multiple requests for a specified pathname or entryname are all cancelled.
35
36 See also enter_carry_request and list_carry_request.