Ignore:
Timestamp:
02/10/26 13:30:58 (23 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/mergerecs

    r756 r1032  
    6363# get userdata for log
    6464($dnsdb->{logusername}, undef, undef, undef, undef, undef, $dnsdb->{logfullname}) = getpwuid($<);
     65$dnsdb->{logfullname} =~ s/,//g;
    6566$dnsdb->{loguserid} = 0;        # not worth setting up a pseudouser the way the RPC system does
    6667$dnsdb->{logusername} = $dnsdb->{logusername}."/mergerecs";
Note: See TracChangeset for help on using the changeset viewer.