equal
deleted
inserted
replaced
178 |
178 |
179 =head1 SYNOPSIS |
179 =head1 SYNOPSIS |
180 |
180 |
181 update-serial [-r] [-v] [file...] |
181 update-serial [-r] [-v] [file...] |
182 |
182 |
|
183 update-serial -h|--help |
|
184 update-serial -m|--man |
|
185 |
183 =head1 DESCRIPTION |
186 =head1 DESCRIPTION |
184 |
187 |
185 This script scans DNS (bind9 format) zone files and increments the |
188 This script scans DNS (bind9 format) zone files and increments the |
186 serial number if the file is newer than some timestamp file. |
189 serial number if the file is newer than some timestamp file. |
187 |
190 |
188 =head1 OPTIONS |
191 =head1 OPTIONS |
189 |
192 |
190 =over |
193 =over |
191 |
194 |
|
195 =item B<-h>|B<--help> |
|
196 |
|
197 =item B<-m>|B<--man> |
|
198 |
|
199 Show the reference help / man page. (default: off) |
|
200 |
192 =item B<-r>|B<--reload> |
201 =item B<-r>|B<--reload> |
193 |
202 |
194 Automatically reload the bind (rndc reload) if some changes are applied. |
203 Automatically reload the bind (rndc reload) if some changes are applied. |
195 (default: off) |
204 (default: off) |
196 |
205 |