Commot logs "tail -f" (safety processed).
authorshort <>
Sun, 1 May 2005 11:55:14 +0000 (11:55 +0000)
committershort <>
Sun, 1 May 2005 11:55:14 +0000 (11:55 +0000)
bin/taillog [new file with mode: 0755]

diff --git a/bin/taillog b/bin/taillog
new file mode 100755 (executable)
index 0000000..822badf
--- /dev/null
@@ -0,0 +1,2 @@
+#! /bin/bash
+tail -fn0 `file $(find /var/log -type f)|grep -v 'data$'|sed 's/:.*//'|grep -v '^/var/log/squid/store.log$'` "$@"