- Timestamp:
- 04/19/22 17:02:06 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/compact-recs.pl
r834 r835 68 68 $dnsdb->{loguserid} = 0; # not worth setting up a pseudouser the way the RPC system does 69 69 $dnsdb->{logusername} = $dnsdb->{logusername}."/compact-recs.pl"; 70 $dnsdb->{logfullname} = $dnsdb->{logusername} if !$dnsdb->{logfullname};70 $dnsdb->{logfullname} = ($dnsdb->{logfullname} ? $dnsdb->{logfullname}."/compact-recs.pl" : $dnsdb->{logusername}); 71 71 72 72 if ($ARGV[0] eq '--batch') {
Note:
See TracChangeset
for help on using the changeset viewer.