Change *-cvs-bare cache dirs to *-cvs-master.
[nethome.git] / bin / taillog
index a1e72e5..f6a48e6 100755 (executable)
@@ -1,2 +1,2 @@
 #! /bin/bash
-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$'` "$@"
+tail -fn0 $(file $(find /var/log $(cat ~/.taillog.addon 2>/dev/null) -name ntpstats -prune -o -type f -print)|grep -v 'data$'|sed 's/:.*//'|grep -v '^/var/log/squid/store.log$\|/.tmp$\|[.]gz$') "$@"