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

Modified Files:
        gnewspost.info odsclient-1.02-1.info privoxy.info 
        scanssh-1.6b-2.info sockstat.info 
Log Message:
use more robust version of "head" and "tail" commands


Index: gnewspost.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/gnewspost.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnewspost.info      16 Aug 2004 02:11:57 -0000      1.4
+++ gnewspost.info      7 Jan 2005 03:05:53 -0000       1.5
@@ -11,7 +11,7 @@
 Patch: %n.patch
 CompileScript: <<
 perl -pi.bak -e 's/\"2.0\"/\"2.1.1\"/g' src/gnewspost.h
-head -35 src/%n.c > LICENSE
+head -n 35 src/%n.c > LICENSE
 ln -sf /usr/share/automake-1.6/missing missing
 ln -sf /usr/share/automake-1.6/install-sh install-sh
 ln -sf /usr/share/automake-1.6/mkinstalldirs mkinstalldirs

Index: odsclient-1.02-1.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/odsclient-1.02-1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- odsclient-1.02-1.info       12 Jun 2004 21:13:55 -0000      1.1
+++ odsclient-1.02-1.info       7 Jan 2005 03:05:53 -0000       1.2
@@ -8,7 +8,7 @@
 InstallScript: <<
   mkdir -p %i/bin
   install -c -o root -g wheel -m 0755 odsclient %i/bin
-  head -22 socket.c >> LICENSE
+  head -n 22 socket.c >> LICENSE
 <<
 DocFiles: README LICENSE
 Description: Client for ods.org Dynamic DNS service

Index: privoxy.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/privoxy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- privoxy.info        1 Jun 2004 14:12:37 -0000       1.1
+++ privoxy.info        7 Jan 2005 03:05:53 -0000       1.2
@@ -3,7 +3,7 @@
 ##
 Package: privoxy
 Version: 3.0.0
-Revision: 2
+Revision: 3
 Description: Privacy Enhancing Proxy
 License: GPL
 Maintainer: Nigel Stanger <[EMAIL PROTECTED]>
@@ -86,7 +86,7 @@
   daemonic remove %n
   rm %p/var/log/%n/*.gz || true
   if [ -f %p/var/run/%n.pid ]; then
-    kill $(cat %p/var/run/%n.pid | head -1) || true
+    kill $(cat %p/var/run/%n.pid | head -n 1) || true
   fi
 fi
 <<

Index: sockstat.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/sockstat.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sockstat.info       11 May 2004 07:37:45 -0000      1.1
+++ sockstat.info       7 Jan 2005 03:05:54 -0000       1.2
@@ -9,7 +9,7 @@
 Patch: %n.patch
 CompileScript: <<
  #!/bin/sh
-       head -30 sockstat.pl > LICENSE
+       head -n 30 sockstat.pl > LICENSE
 <<
 InstallScript: <<
 #!/bin/sh

Index: scanssh-1.6b-2.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/scanssh-1.6b-2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scanssh-1.6b-2.info 20 Oct 2003 22:22:53 -0000      1.1
+++ scanssh-1.6b-2.info 7 Jan 2005 03:05:54 -0000       1.2
@@ -7,7 +7,7 @@
 Patch: %f.patch
 ConfigureParams: --mandir='%p/share/man' --bindir='%p/bin/'
 InstallScript: <<
-head -28 scanssh.c > LICENSE
+head -n 28 scanssh.c > LICENSE
 mkdir -p %d%p/bin 
 mkdir -p %d%p/share/man/man1 
 make install DESTDIR=%d



-------------------------------------------------------
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