remove ktrace that snuck in before my SSD melts

This commit is contained in:
Damien Miller
2012-09-21 19:58:23 +10:00
parent 2ae5891148
commit 6a728b6af8

View File

@@ -10,4 +10,4 @@ log=$2
shift
shift
exec ktrace -i $sshd $@ -e 2>>$log
exec $sshd $@ -e 2>>$log