projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4240319
)
Fixed Shebang line in contrib/iptables/accounting.sh.
author
Sebastian Harl
<sh@tokkee.org>
Tue, 24 Apr 2007 08:13:42 +0000
(10:13 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sun, 29 Apr 2007 07:55:57 +0000
(09:55 +0200)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
contrib/iptables/accounting.sh
patch
|
blob
|
history
diff --git
a/contrib/iptables/accounting.sh
b/contrib/iptables/accounting.sh
index
71032f0
..
a9a3be9
100755
(executable)
--- a/
contrib/iptables/accounting.sh
+++ b/
contrib/iptables/accounting.sh
@@
-1,4
+1,4
@@
-#/bin/bash
+#
!
/bin/bash
#Simple script that sets up some chains in mangle table to do global logging of all
#traffic going in and out of an interface
#Could also use the regular input/output tree but this also catches the forwarded nat traffic