We need to do this to allow execution on FHS-compliant systems. ---
bin/flow-log2rrd | 2 +- bin/flow-rpt2rrd | 2 +- bin/flow-rptfmt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 250b73e99e719fdeb26140e7f8ebab68963e243b diff --git a/bin/flow-log2rrd b/bin/flow-log2rrd index 0567ba5..db4fdda 100755 --- a/bin/flow-log2rrd +++ b/bin/flow-log2rrd @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/bin/env python import getopt import os diff --git a/bin/flow-rpt2rrd b/bin/flow-rpt2rrd index 72a74c7..7698f2b 100755 --- a/bin/flow-rpt2rrd +++ b/bin/flow-rpt2rrd @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/bin/env python import getopt import os diff --git a/bin/flow-rptfmt b/bin/flow-rptfmt index 047d1ba..f663fae 100755 --- a/bin/flow-rptfmt +++ b/bin/flow-rptfmt @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/bin/env python import sys import string -- 1.3.3 _______________________________________________ Flow-tools mailing list [EMAIL PROTECTED] http://mailman.splintered.net/mailman/listinfo/flow-tools
