Re: Problem with hourly.sh

Jon Ruano <[email protected]> Thu, 3 Aug 2006 08:15:59 +0200
Newsgroups gmane.network.toolmakers
Message-ID <[email protected]>
I came across a similar problem while installing filter_audit on a =20
SunOS (5.9) system.

I modified the .awk files to use an installed version of awk that =20
appeared to be more
standard (or at least recognized that function):

#!/usr/xpg4/bin/awk -f

Hope it helps. Also, checking the manual page for awk will give you =20
some insight about
what commands are supported and (in Sun OS) whether there are =20
compatibility or specific
versions.

Jon

P.S.: A bit annoying that hitting 'reply to' for emails received from =20
the list, it
only addresses the sender instead of the mailing list itself.. :)

On Aug 2, 2006, at 5:32 PM, Lourdes Llorente wrote:
> Hello !
> while triying to run hourly.sh I get an error with points to
> "filter_audit.awk" line 28 -->  sub(/^.*\//, "", router);