Update of /export/home/ntop/PF_RING
In directory unknown:/tmp/cvs-serv21479
Modified Files:
mkpatch.sh
Log Message:
Script fixes courtesy of [EMAIL PROTECTED]
* Change grep regex for patch 2 against netif_rx. Kernel 2.6.16-r1 (and maybe
earlier) contains a netif_rx_n() routine which was being patched. New regex
correctly patches netif_rx(). This would only effect non-NAPI users.
* Change 'mv $KERNEL/* .' to 'mv $KERNEL/* $KERNEL/.[^.]* .' to also move any
dot files in kernel source tree. Necessary to reduce patch file size if using
archive of user's current /usr/src/linux which will contain dot files.
* Change 'tail -1' to 'tail -n 1' to remove legacy warnings
_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev