From 15b322dba49687304b2d53368808f94241b4598b Mon Sep 17 00:00:00 2001 From: lace <> Date: Fri, 16 Jul 2010 12:20:12 +0000 Subject: [PATCH] host0 state. --- bin/taillog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/taillog b/bin/taillog index f6a48e6..b58d0e0 100755 --- a/bin/taillog +++ b/bin/taillog @@ -1,2 +1,2 @@ #! /bin/bash -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$') "$@" +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)$' -- 1.8.3.1