1ROLLSET(1) User Contributed Perl Documentation ROLLSET(1)
2
3
4
6 rollset - Modifies entries in a DNSSEC-Tools rollrec file
7
9 rollset [options] rollrec-file
10
12 rollset modifies fields in the rollrec file specified by rollrec-file.
13 Multiple options may be combined in a single rollset execution.
14 rollset operates quietly unless it is given the -verbose option.
15
16 All records in the specified rollrec file will be modified, unless the
17 -zone option is given. In that case, only the named zone will be modi‐
18 fied.
19
21 -zone zonename
22 The zone zonename is selected as the only zone whose rollrec record
23 will be modified. If this is not given, then all rollrec records
24 will be modified.
25
26 -file zone-file
27 The zone file in the selected rollrec records is modified to be
28 zone-file.
29
30 -keyrec keyrec-file
31 The keyrec file in the selected rollrec records is modified to be
32 keyrec-file.
33
34 -admin addr
35 The zone administrator's email address is set to addr.
36
37 -del-admin
38 The administrator line is deleted.
39
40 -del-directory
41 The directory line is deleted.
42
43 -del-loglevel
44 The loglevel line is deleted.
45
46 -directory dir
47 The directory to hold the zone's files is set to dir.
48
49 -loglevel logging-level
50 The logging level of the selected rollrec records is set to log‐
51 ging-level. The valid logging levels are defined in rollmgr.pm(3).
52
53 -display
54 Turn on the GUI display of the zones in the selected rollrecs.
55 This option is mutually exclusive of the -nodisplay option.
56
57 -nodisplay
58 Turn off the GUI display of the zones in the selected rollrecs.
59 This option is mutually exclusive of the -display option.
60
61 -roll
62 Convert the selected rollrecs to be active ("roll") records. This
63 option is mutually exclusive of the -skip option.
64
65 -skip
66 Convert the selected rollrecs to be inactive ("skip") records.
67 This option is mutually exclusive of the -roll option.
68
69 -check
70 If this option is given, the rollchk command will be run on the
71 modified rollrec file.
72
73 -verbose
74 Display information about every modification made to the rollrec
75 file.
76
77 -Version
78 Display the current rollset and DNSSEC-Tools versions.
79
80 -help
81 Display a usage message.
82
84 Copyright 2006-2007 SPARTA, Inc. All rights reserved. See the COPYING
85 file included with the DNSSEC-Tools package for details.
86
88 Wayne Morrison, tewok@users.sourceforge.net
89
91 lsroll(8), rollchk(8), rollerd(8), rollinit(8)
92
93 Net::DNS::SEC::Tools::rollmgr.pm(3), Net::DNS::SEC::Tools::roll‐
94 rec.pm(3)
95
96 file-rollrec(5)
97
98
99
100perl v5.8.8 2007-09-14 ROLLSET(1)