Date: Mon, 9 Jun 1997 15:50:50 +0200 (MET DST) From: Zahemszky Gabor <zgabor@CoDe.hu> To: freebsd-questions@freebsd.org (FreeBSD questions) Cc: polymorphic@hotmail.com Subject: Re: ttywatcher Message-ID: <199706091350.PAA00629@CoDe.hu> In-Reply-To: <199706072124.OAA10569@f23.hotmail.com> from George Papadopoulos at "Jun 7, 97 02:24:10 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> I've searched and searched and searched,and my quest led me to > ttywatcher...the only thing I could found that can monitor a user's > actions and is meant to work for "Unix" in general and not for Linux > like ttysnoop.Well,ttywatcher seems to work for SunOS (as the Makefile > says) rather than "Unix" in general.I tried to change the Makefile but > it needs some files which I don't personally have in /usr/include.Now, > I was wondering if there is any other program for FreeBSD to do the job > (though I've searched the ports and packages and found nothing) or > if I have any changes gettying ttywatcher to work provided that I find > the files it needs.Should the answer to the last question be yes,does > any1 know where to find strange .h files? > If in the end I do have to port ttywatcher from another OS,would it be > wiser to port it from Linux or Solaris? What's the problem with tcpdump? It's default. Gabor -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706091350.PAA00629>