Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv32105
Modified Files:
php5.info
Log Message:
There is no -R in BSD sort so just make it sequential
Index: php5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/php5.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- php5.info 26 Jun 2012 18:24:25 -0000 1.5
+++ php5.info 17 Jul 2012 21:04:20 -0000 1.6
@@ -323,7 +323,7 @@
TestScript: <<
#!/bin/sh -ex
-MYSQL_PORT=`for i in $(seq 1025 3600 | sort -R); do nc -z localhost $i || {
echo $i; exit; } ; done`;
+MYSQL_PORT=`for i in $(seq 1025 3600 | sort); do nc -z localhost $i || { echo
$i; exit; } ; done`;
MYSQL_DATA_DIR=`greadlink -f mysql_db`;
if [ $MYSQL_PORT == '' ]; then
echo "Could not find available port for mysql server";
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs