Ignore:
Timestamp:
02/10/26 13:30:58 (19 hours ago)
Author:
Kris Deugau
Message:

/branches/stable

Start merging changes from /trunk forward based on changes actually applied
in production

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable

  • branches/stable/compact-recs.pl

    r756 r1032  
    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.