patrick wrote:
> I've made some headway... perl supports "sitecustomize.pl" which can
> be used to execute code when any perl script is run. It doesn't seem
> to be enabled by default, so I had to add the following line to
> /usr/ports/lang/perl5.8/Makefile's CONFIGURE_ARGS:
>
> -Dusesitecustomize \
>
> As a temporary measure, my sitecustomize.pl has:
>
> system "echo $$ $ENV{'PWD'} $0 ". (localtime) . " >>/tmp/scripts_used.lst";
>
> (found this in another thread somewhere)
>
> So, hopefully the next time this spammer comes back, I will see the
> original working directory, etc. before the process forks itself.
> Fingers crossed!
>
> Patrick
For the mail archives and also my personal interest - did you ever
figure out what was running the script?
/Morgan
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"