From: walter@svn.comics.unina.it
To: bismark-commits@lists.bufferbloat.net
Subject: [Bismark-commits] rev 322 - trunk/device/OpenWrt_common/etc trunk/device/OpenWrt_common/scripts
Date: Fri, 15 Apr 2011 10:21:10 +0200 [thread overview]
Message-ID: <E1QAeH8-0002RH-GS@svn.comics.unina.it> (raw)
Author: walter
Date: 2011-04-15 10:21:10 +0200 (Fri, 15 Apr 2011)
New Revision: 322
Modified:
trunk/device/OpenWrt_common/etc/bismark.conf
trunk/device/OpenWrt_common/scripts/bismark-action
trunk/device/OpenWrt_common/scripts/bismark-bootstrap
trunk/device/OpenWrt_common/scripts/bismark-probe
trunk/device/OpenWrt_common/scripts/bismark-rshell
Log:
applied srikanth's fixes
Modified: trunk/device/OpenWrt_common/etc/bismark.conf
===================================================================
--- trunk/device/OpenWrt_common/etc/bismark.conf 2011-04-14 20:06:45 UTC (rev 321)
+++ trunk/device/OpenWrt_common/etc/bismark.conf 2011-04-15 08:21:10 UTC (rev 322)
@@ -17,7 +17,7 @@
# Device info
DEVICE_ID=$(cat /etc/bismark/ID)
PLATFORM=$(uname -nm | tr ' ' '_')
-VERSION=$(svn info $BISMARK_DIR | awk '/^Rev/{ print $2 }')
+VERSION=0
ZONE=NorthAm
WAN_IF=eth1
WIFI_IF=wlan0
Modified: trunk/device/OpenWrt_common/scripts/bismark-action
===================================================================
--- trunk/device/OpenWrt_common/scripts/bismark-action 2011-04-14 20:06:45 UTC (rev 321)
+++ trunk/device/OpenWrt_common/scripts/bismark-action 2011-04-15 08:21:10 UTC (rev 322)
@@ -10,7 +10,7 @@
# Import configuration and functions
. /etc/bismark/bismark.conf
-. /lib/bismark/functions.inc.sh
+. /usr/lib/bismark/functions.inc.sh
# Help screen
[ $1 ] || { echo "$(basename $0) <command> [options]" ; exit ; }
Modified: trunk/device/OpenWrt_common/scripts/bismark-bootstrap
===================================================================
--- trunk/device/OpenWrt_common/scripts/bismark-bootstrap 2011-04-14 20:06:45 UTC (rev 321)
+++ trunk/device/OpenWrt_common/scripts/bismark-bootstrap 2011-04-15 08:21:10 UTC (rev 322)
@@ -17,5 +17,5 @@
# bismark-event modem
# Cronjobs setup
-cat /etc/crontabs/root /etc/bismark/crontab | crontab -
+cat /etc/crontabs/root /etc/bismark/crontab | sort -u | crontab -
Modified: trunk/device/OpenWrt_common/scripts/bismark-probe
===================================================================
--- trunk/device/OpenWrt_common/scripts/bismark-probe 2011-04-14 20:06:45 UTC (rev 321)
+++ trunk/device/OpenWrt_common/scripts/bismark-probe 2011-04-15 08:21:10 UTC (rev 322)
@@ -9,7 +9,7 @@
# Load configuration file
. /etc/bismark/bismark.conf
-. /lib/bismark/functions.inc.sh
+. /usr/lib/bismark/functions.inc.sh
# Local config
MAX_SLEEP=30
@@ -55,5 +55,5 @@
# Parse reply
read cmd value < /tmp/bismark/var/reply
-[ $cmd ] && REMOTE=on action $cmd $value
+[ $cmd ] && REMOTE=on bismark-action $cmd $value
Modified: trunk/device/OpenWrt_common/scripts/bismark-rshell
===================================================================
--- trunk/device/OpenWrt_common/scripts/bismark-rshell 2011-04-14 20:06:45 UTC (rev 321)
+++ trunk/device/OpenWrt_common/scripts/bismark-rshell 2011-04-15 08:21:10 UTC (rev 322)
@@ -5,7 +5,7 @@
# Load configuration file
. /etc/bismark/bismark.conf
-. /lib/bismark/functions.inc.sh
+. /usr/lib/bismark/functions.inc.sh
# Local config
BASE_PORT=5000
reply other threads:[~2011-04-15 8:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1QAeH8-0002RH-GS@svn.comics.unina.it \
--to=walter@svn.comics.unina.it \
--cc=bismark-commits@lists.bufferbloat.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox