3 Feb
2006
3 Feb
'06
9:45 p.m.
Author: danielw Date: 2006-02-03 22:45:48 +0100 (Fri, 03 Feb 2006) New Revision: 668 Added: crux-2.1/ports/opt/chkrootkit/chkrootkit Log: chkrootkit: fixed problem with port Added: crux-2.1/ports/opt/chkrootkit/chkrootkit =================================================================== --- crux-2.1/ports/opt/chkrootkit/chkrootkit 2006-02-03 21:07:47 UTC (rev 667) +++ crux-2.1/ports/opt/chkrootkit/chkrootkit 2006-02-03 21:45:48 UTC (rev 668) @@ -0,0 +1,9 @@ +#!/bin/sh +# +# /usr/sbin/chkrootkit: chkrootkit execution script +# + +cd /usr/sbin +exec ./chkrootkit.scr "$@" + +# End of file