SOURCES: ns-awk.patch (NEW) - fix awk path

arekm arekm at pld-linux.org
Sun Oct 9 13:02:35 CEST 2005


Author: arekm                        Date: Sun Oct  9 11:02:35 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix awk path

---- Files affected:
SOURCES:
   ns-awk.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ns-awk.patch
diff -u /dev/null SOURCES/ns-awk.patch:1.1
--- /dev/null	Sun Oct  9 13:02:35 2005
+++ SOURCES/ns-awk.patch	Sun Oct  9 13:02:30 2005
@@ -0,0 +1,18 @@
+diff -urbB ns-2.27.org/tcl/ex/wireless-scripts/xg2gp.awk ns-2.27/tcl/ex/wireless-scripts/xg2gp.awk
+--- ns-2.27.org/tcl/ex/wireless-scripts/xg2gp.awk	2004-01-13 01:54:26.000000000 +0100
++++ ns-2.27/tcl/ex/wireless-scripts/xg2gp.awk	2005-10-09 13:01:32.581395000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/awk -f
++#!/bin/awk -f
+ # convert from raw2xg output into gnuplot format
+ BEGIN {system("rm -f acks packets drops")}
+ {if (ack) print $1 " " $2 >>"acks"}
+diff -urbB ns-2.27.org/tcl/nam-demo/nstonam.awk ns-2.27/tcl/nam-demo/nstonam.awk
+--- ns-2.27.org/tcl/nam-demo/nstonam.awk	2004-01-13 01:54:09.000000000 +0100
++++ ns-2.27/tcl/nam-demo/nstonam.awk	2005-10-09 13:01:23.636836000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/awk
++#!/bin/awk
+ 
+ #
+ # nam fmt:
================================================================



More information about the pld-cvs-commit mailing list