Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2543

Modified Files:
        zope.info zope.patch 
Log Message:
use POSIX-compliant echo


Index: zope.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/zope.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- zope.info   31 Oct 2006 18:01:19 -0000      1.4
+++ zope.info   16 Dec 2006 23:46:47 -0000      1.5
@@ -1,11 +1,14 @@
 Package: zope
 Version: 2.6.3
-Revision: 1103
+Revision: 1104
+BuildDepends: fink (>= 0.24.12)
 Depends: python24, daemonic
 Source: http://www.zope.org/Products/Zope/%v/Zope-%v-src.tgz
 Source-MD5: 904cf97757401fd353275d0807685460
+PatchFile: %n.patch
+PatchFile-MD5: 6a0255b2092d865a080fac6efbcd1e80
 PatchScript: <<
-  sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+  sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
   find . -type f | xargs perl -pi -e 
's,/usr(/local|)/bin/python(\d+\.\d+)?,%p/bin/python2.4,g; s,/usr/bin/env 
python(\d+\.\d+)?,%p/bin/python2.4,g'
 <<
 #

Index: zope.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/zope.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- zope.patch  31 Oct 2006 18:01:19 -0000      1.2
+++ zope.patch  16 Dec 2006 23:46:47 -0000      1.3
@@ -325,7 +325,7 @@
 +    test_zope
 +      while [ $timeout -gt 0 -a ! $zope -eq 1 ]; do
 +          sleep 1
-+          echo -n '.'
++          /bin/echo '.\c'
 +          test_zope
 +          timeout=`expr $timeout - 1`
 +      done
@@ -372,7 +372,7 @@
 +
 +start)
 +    test_zope
-+    echo -n "Starting Zope..."
++    /bin/echo "Starting Zope...\c"
 +    if [ ! $zope -eq 1 ]; then
 +        start_zope $@
 +        if waitfor_zope; then
@@ -389,7 +389,7 @@
 +    ;;
 +
 +stop)
-+    echo -n "Stopping Zope..."
++    /bin/echo "Stopping Zope...\c"
 +    test_zope
 +    if [ $zope -eq 0 ]; then
 +        echo " done (Zope was not running)."
@@ -400,11 +400,11 @@
 +    test_zope
 +    if [ $zope -eq 1 ]; then
 +        stop_zope
-+      #echo -n " [z2 process killed (pid $zope_pid)]"
++      #/bin/echo " [z2 process killed (pid $zope_pid)]\c"
 +    else
 +        if [ $zope -eq -1 ]; then
 +          rm -f $zope_pidfile
-+          echo -n " [removed stale z2 pidfile (pid $zope_pid)]"
++          /bin/echo " [removed stale z2 pidfile (pid $zope_pid)]\c"
 +      fi
 +    fi
 +    sleep 2
@@ -416,13 +416,13 @@
 +restart)
 +    test_zope
 +    if [ ! $zope -eq 1 ]; then
-+       echo -n "Starting Zope..."
++       /bin/echo "Starting Zope...\c"
 +         start_zope
 +         waitfor_zope
 +         echo " done."
 +    else
 +        if [ $zope -eq 1 ]; then
-+          echo -n "Restarting Zope..."
++          /bin/echo "Restarting Zope...\c"
 +          stop_zope
 +            sleep 3
 +            start_zope $@


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to