Révision a7139bca
Unify shebang for python scripts
| plugins/network/shorewall_ | ||
|---|---|---|
| 1 |
#!/usr/bin/python |
|
| 1 |
#!/usr/bin/env python
|
|
| 2 | 2 |
# shorewall_ v2.0 - 30 Aug 2008 - Tanguy Pruvot <tanguy.pruvot@gmail.com> |
| 3 | 3 |
# |
| 4 | 4 |
# A munin plugin for tracking traffic as recorded by shorewall accounting rules |
| ... | ... | |
| 78 | 78 |
sys.exit(0) |
| 79 | 79 |
|
| 80 | 80 |
for chain, bytes in getBytesByChain(): |
| 81 |
print "%s.value %i" % (chain, bytes) |
|
| 81 |
print "%s.value %i" % (chain, bytes) |
|
Formats disponibles : Unified diff