Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5472

Modified Files:
        autossh.info bmon.info host.info 
Log Message:
use more robust version of "head" and "tail" commands


Index: host.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/host.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- host.info   23 Feb 2004 06:20:16 -0000      1.1
+++ host.info   7 Jan 2005 03:02:05 -0000       1.2
@@ -9,8 +9,8 @@
 CompileScript: <<
 perl -pi.bak -e 's/HOST_RES_SEND/HOST_RES_SEND -DBIND_8_COMPAT/g' Makefile
 make DESTBIN=%p/bin DESTMAN=%p/share/man RES="" DEFS="-DBIND_8_COMPAT"
-head -274 main.c > USAGE
-head -37 main.c | tail -12 > LICENSE
+head -n 274 main.c > USAGE
+head -n 37 main.c | tail -n 12 > LICENSE
 <<
 InstallScript: <<
 mkdir -p %i/bin

Index: bmon.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/bmon.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bmon.info   12 Nov 2004 08:05:44 -0000      1.4
+++ bmon.info   7 Jan 2005 03:02:05 -0000       1.5
@@ -8,7 +8,7 @@
 ConfigureParams: --mandir=%p/share/man
 InstallScript: <<
  make install DESTDIR=%d
- head -24 include/bmon/distribution.h | tail +5 | sed -e 's/*//g' > LICENSE
+ head -n 24 include/bmon/distribution.h | tail -n +5 | sed -e 's/*//g' > 
LICENSE
 <<
 DocFiles: ChangeLog etc/bmon.conf include/bmon/distribution.h LICENSE
 Description: Bandwidth monitor

Index: autossh.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/autossh.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- autossh.info        22 Feb 2004 16:19:39 -0000      1.1
+++ autossh.info        7 Jan 2005 03:02:04 -0000       1.2
@@ -10,7 +10,7 @@
 
 CompileScript: make -f Makefile.apple
 InstallScript: <<
- head -n 22 autossh.c | tail +7 | sed 's/^ \* \?//' > LICENSE
+ head -n 22 autossh.c | tail -n +7 | sed 's/^ \* \?//' > LICENSE
 
  install -d -m 755 %i/bin %i/share/man/man1 %i/share/doc/%n 
%i/share/doc/%n/examples
  install -c -m 755 autossh %i/bin



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to