On 2011-11-07, frantisek holop <[email protected]> wrote: > hi there, > > is there an easy way to make every port action being logged > by portslogger by default?
not exactly what you ask, but i have a shell function in .kshrc which
does a good enough job for me;
function pmake { make $* 2>&1 |
/usr/ports/infrastructure/bin/portslogger /tmp ; }
