Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv17309/10.4/unstable/main/finkinfo/net

Modified Files:
        darkstat.info 
Log Message:
don't fool ourselves that #! works in dpkg scripts


Index: darkstat.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/darkstat.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- darkstat.info       20 Jan 2006 20:28:28 -0000      1.1
+++ darkstat.info       6 Oct 2007 20:07:55 -0000       1.2
@@ -1,6 +1,6 @@
 Package: darkstat
 Version: 2.5
-Revision: 3
+Revision: 4
 BuildDepends: libpcap, publib
 Depends: libpcap-shlibs, debconf, daemonic
 Source: http://members.optushome.com.au/emikulic/net/%n/%n-%v.tar.gz
@@ -49,7 +49,7 @@
 <<
 
 PostInstScript: <<
-#!/bin/sh -e
+## runs via automatic '#!/bin/sh -e'
 
 # postinst script for darkstat
 
@@ -70,7 +70,7 @@
 <<
 
 PreRmScript: <<
-#!/bin/sh -e
+## runs via automatic '#!/bin/sh -e'
 
 # clean up
 if [ $1 != "upgrade" ]; then
@@ -79,7 +79,7 @@
 <<
 
 postrmScript: <<
-#!/bin/sh -e
+## runs via automatic '#!/bin/sh -e'
 
 if [ "$1" = purge ] && [ -e %p/share/debconf/confmodule ]; then
         . %p/share/debconf/confmodule


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to