Omit "ntpstats" directory.
authorshort <>
Sun, 1 May 2005 14:14:06 +0000 (14:14 +0000)
committershort <>
Sun, 1 May 2005 14:14:06 +0000 (14:14 +0000)
bin/taillog

index 822badf..a1e72e5 100755 (executable)
@@ -1,2 +1,2 @@
 #! /bin/bash
-tail -fn0 `file $(find /var/log -type f)|grep -v 'data$'|sed 's/:.*//'|grep -v '^/var/log/squid/store.log$'` "$@"
+tail -fn0 `file $(find /var/log -name ntpstats -prune -o -type f -print)|grep -v 'data$'|sed 's/:.*//'|grep -v '^/var/log/squid/store.log$'` "$@"