Switch to FSF GCC 4.7.
[nethome.git] / bin / taillog
index 822badf..b58d0e0 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\|/var/log/acpid\|/var/log/btmp\|/var/log/maillog\)$';echo "$*"|tr ' ' '\n')|sort -u` # |grep -v ': bio too big device md3 (248 > 240)$'