Changeset 770 for trunk/compact-recs.pl


Ignore:
Timestamp:
02/13/18 17:19:14 (6 years ago)
Author:
Kris Deugau
Message:

/trunk

Tweak some log-filling bits in a few of the command line tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/compact-recs.pl

    r745 r770  
    5353# get userdata for log
    5454($dnsdb->{logusername}, undef, undef, undef, undef, undef, $dnsdb->{logfullname}) = getpwuid($<);
     55$dnsdb->{logfullname} =~ s/,//g;
    5556$dnsdb->{loguserid} = 0;        # not worth setting up a pseudouser the way the RPC system does
    5657$dnsdb->{logusername} = $dnsdb->{logusername}."/compact-recs.pl";
Note: See TracChangeset for help on using the changeset viewer.