Changeset 930 for branches/secondaryzones/autoaxfr-import.pl
- Timestamp:
- 08/28/25 13:11:53 (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/secondaryzones/autoaxfr-import.pl
r925 r930 56 56 57 57 ##fixme: option flags for these 58 my $ cverbose = 0;58 my $verbose = 0; 59 59 my $group = 1; 60 60 my $status = 1; … … 79 79 my $autoroot = "$ARGV[0]/slaves/"; 80 80 81 my $zsth = $dbh->prepare("INSERT INTO secondary zones (zone, primaryserver, group_id, status) VALUES (?,?,?,?) RETURNING secondary_id");81 my $zsth = $dbh->prepare("INSERT INTO secondary_zones (zone, primaryserver, group_id, status) VALUES (?,?,?,?) RETURNING secondary_id"); 82 82 83 83 if (opendir AUTOROOT, $autoroot) {
Note:
See TracChangeset
for help on using the changeset viewer.