Ignore:
Timestamp:
02/10/26 13:30:58 (3 days 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/tiny-import.pl

    r756 r1032  
    118118# collect some things for logging
    119119($dnsdb->{logusername}, undef, undef, undef, undef, undef, $dnsdb->{logfullname}) = getpwuid($<);
     120$dnsdb->{logfullname} =~ s/,//g;
    120121$dnsdb->{loguserid} = 0;        # not worth setting up a pseudouser the way the RPC system does
    121122$dnsdb->{logusername} = $dnsdb->{logusername}."/tiny-import.pl";
Note: See TracChangeset for help on using the changeset viewer.