From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from svn.comics.unina.it (unknown [143.225.229.147]) by huchra.bufferbloat.net (Postfix) with ESMTP id 6B977200956 for ; Wed, 18 May 2011 08:21:56 -0700 (PDT) Received: from www-data by svn.comics.unina.it with local (Exim 4.69) (envelope-from ) id 1QMioN-0007gy-Fh for bismark-commits@lists.bufferbloat.net; Wed, 18 May 2011 17:37:23 +0200 To: bismark-commits@lists.bufferbloat.net From: walter@svn.comics.unina.it Message-Id: Date: Wed, 18 May 2011 17:37:23 +0200 Subject: [Bismark-commits] rev 339 - trunk/device/OpenWrt_common/etc trunk/device/OpenWrt_common/scripts X-BeenThere: bismark-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Commit log for the bismark source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2011 15:21:56 -0000 Author: walter Date: 2011-05-18 17:37:23 +0200 (Wed, 18 May 2011) New Revision: 339 Modified: trunk/device/OpenWrt_common/etc/bismark.conf trunk/device/OpenWrt_common/scripts/bismark-measure-active Log: probe ports reordered tmp data folder creation from bismark-measure-active Modified: trunk/device/OpenWrt_common/etc/bismark.conf =================================================================== --- trunk/device/OpenWrt_common/etc/bismark.conf 2011-05-18 14:21:09 UTC (rev 338) +++ trunk/device/OpenWrt_common/etc/bismark.conf 2011-05-18 15:37:23 UTC (rev 339) @@ -7,7 +7,7 @@ SERVER=prober.projectbismark.net USER=bismark SSH_KEY=/etc/bismark/bismark_key -PROBE_PORTS="53 1028 1234 5353 54321" +PROBE_PORTS="5353 53 1028 1234 54321" LOCALTIME=America/New_York # Bismark Proxy Server Modified: trunk/device/OpenWrt_common/scripts/bismark-measure-active =================================================================== --- trunk/device/OpenWrt_common/scripts/bismark-measure-active 2011-05-18 14:21:09 UTC (rev 338) +++ trunk/device/OpenWrt_common/scripts/bismark-measure-active 2011-05-18 15:37:23 UTC (rev 339) @@ -51,6 +51,7 @@ # Create dirs and files mkdir -p /tmp/bismark/active +mkdir -p /tmp/bismark/data [ -e $COUNTER ] || echo 0 > $COUNTER # Get and update count