Can you give an example. Cheers On Nov 8, 2011 4:21 PM, "Marc Espie" <[email protected]> wrote:
> On Tue, Nov 08, 2011 at 08:38:49AM +0000, Stuart Henderson wrote: > > 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 ; } > you can "tee" thru tmux to a pipe. That's feature I specifically asked > nicm for. > >
