[pisa-src] r2926 - trunk/tools/testbed/plugins/classes/hipl/update

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Mar 2012 17:22:44 +0100

Author: richter
Date: Thu Mar 15 17:22:43 2012
New Revision: 2926

Log:
testbed interface: use '/etc/init.d/hipd restart' on hipl update

The init-script has to take care, that hipd is finished terminating. It
already does this with a sleep command.

Modified:
   trunk/tools/testbed/plugins/classes/hipl/update

Modified: trunk/tools/testbed/plugins/classes/hipl/update
==============================================================================
--- trunk/tools/testbed/plugins/classes/hipl/update     Wed Mar 14 14:53:05 
2012        (r2925)
+++ trunk/tools/testbed/plugins/classes/hipl/update     Thu Mar 15 17:22:43 
2012        (r2926)
@@ -17,6 +17,5 @@
 update__hipl__openwrt(){
     run_function install $(ls -t 
$OPENWRT_PATH/bin/ar71xx/packages/hipl-daemon*.ipk | head -1) -c "opkg install"
     run_function install $(ls -t 
$OPENWRT_PATH/bin/ar71xx/packages/hipl-firewall*.ipk | head -1) -c "opkg 
install"
-    run_function run "/etc/init.d/hipd stop"
-    run_function run "/etc/init.d/hipd start"
+    run_function run "/etc/init.d/hipd restart"
 }
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2926 - trunk/tools/testbed/plugins/classes/hipl/update - Samuel Richter