[pisa-src] r1486 - in trunk: Makefile.am tools/caphip tools/caphip.sh tools/convenience-scripts/hipconnect tools/convenience-scripts/hipconnect.sh tools/convenience-scripts/hipdump tools/convenience-scripts/h...

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 02 Nov 2009 16:43:56 +0100

Author: biurrun
Date: Mon Nov  2 16:43:56 2009
New Revision: 1486

Log:
Give all shell script names a .sh suffix.

Added:
   trunk/tools/caphip.sh   (props changed)
      - copied unchanged from r1482, trunk/tools/caphip
   trunk/tools/convenience-scripts/hipconnect.sh   (props changed)
      - copied unchanged from r1482, trunk/tools/convenience-scripts/hipconnect
   trunk/tools/convenience-scripts/hipdump.sh   (props changed)
      - copied unchanged from r1482, trunk/tools/convenience-scripts/hipdump
   trunk/tools/convenience-scripts/hipmyconfig.sh   (props changed)
      - copied unchanged from r1482, trunk/tools/convenience-scripts/hipmyconfig
   trunk/tools/convenience-scripts/hipswitchip.sh   (props changed)
      - copied unchanged from r1482, trunk/tools/convenience-scripts/hipswitchip
   trunk/tools/convenience-scripts/hiptest.sh   (props changed)
      - copied unchanged from r1482, trunk/tools/convenience-scripts/hiptest
   trunk/tools/delroute.sh   (props changed)
      - copied unchanged from r1482, trunk/tools/delroute
   trunk/tools/mount-lufg.sh   (props changed)
      - copied unchanged from r1482, trunk/tools/mount-lufg
   trunk/tools/switch-ip.bareasus.sh   (contents, props changed)
      - copied, changed from r1482, trunk/tools/switch-ip.bareasus
   trunk/tools/switch-ip.owrtasus.sh   (contents, props changed)
      - copied, changed from r1482, trunk/tools/switch-ip.owrtasus
   trunk/tools/switch-ip.sh   (props changed)
      - copied unchanged from r1482, trunk/tools/switch-ip
   trunk/tools/tunnel/seteth1address.sh   (props changed)
      - copied unchanged from r1482, trunk/tools/tunnel/seteth1address
Deleted:
   trunk/tools/caphip
   trunk/tools/convenience-scripts/hipconnect
   trunk/tools/convenience-scripts/hipdump
   trunk/tools/convenience-scripts/hipmyconfig
   trunk/tools/convenience-scripts/hipswitchip
   trunk/tools/convenience-scripts/hiptest
   trunk/tools/delroute
   trunk/tools/mount-lufg
   trunk/tools/switch-ip
   trunk/tools/switch-ip.bareasus
   trunk/tools/switch-ip.owrtasus
   trunk/tools/tunnel/seteth1address
Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Mon Nov  2 15:41:48 2009        (r1485)
+++ trunk/Makefile.am   Mon Nov  2 16:43:56 2009        (r1486)
@@ -11,12 +11,12 @@
 EXTRA_DIST += performance/*.h
 EXTRA_DIST += pisacd/pisacd.conf pisacd/*.h
 EXTRA_DIST += pisasd/pisasd.conf pisasd/authorized_hosts.conf 
pisasd/users.conf pisasd/*.h
-EXTRA_DIST += tools/caphip tools/delroute
-EXTRA_DIST += tools/NokiaN810_BEX_Perf.sh tools/switch-ip
+EXTRA_DIST += tools/caphip.sh tools/delroute.sh
+EXTRA_DIST += tools/NokiaN810_BEX_Perf.sh tools/switch-ip.sh
 EXTRA_DIST += tools/writeff.pl tools/tunnel/screamer.rb
 EXTRA_DIST += tools/auto-handover.sh tools/trigger-demo-update.sh
 EXTRA_DIST += tools/trigger-hipupdate.sh
-EXTRA_DIST += tools/tunnel/seteth1address
+EXTRA_DIST += tools/tunnel/seteth1address.sh
 EXTRA_DIST += tools/packaging/create-package.sh
 EXTRA_DIST += tools/packaging/debbuild
 EXTRA_DIST += tools/packaging/debian-init.d-pisacd

Copied and modified: trunk/tools/switch-ip.bareasus.sh (from r1482, 
trunk/tools/switch-ip.bareasus)
==============================================================================
--- trunk/tools/switch-ip.bareasus      Mon Nov  2 14:46:26 2009        (r1482, 
copy source)
+++ trunk/tools/switch-ip.bareasus.sh   Mon Nov  2 16:43:56 2009        (r1486)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-./switch-ip --interface=eth1 --udhcpc --route_extra_cmd \
+./switch-ip.sh --interface=eth1 --udhcpc --route_extra_cmd \
           --myip1=192.168.5.101 --myip2=192.168.5.101 \
           --apip1=192.168.5.62 --apip2=192.168.5.63 \
           --apmac1=00:22:15:21:AF:2D --apmac2=00:22:15:26:AD:1A \

Copied and modified: trunk/tools/switch-ip.owrtasus.sh (from r1482, 
trunk/tools/switch-ip.owrtasus)
==============================================================================
--- trunk/tools/switch-ip.owrtasus      Mon Nov  2 14:46:26 2009        (r1482, 
copy source)
+++ trunk/tools/switch-ip.owrtasus.sh   Mon Nov  2 16:43:56 2009        (r1486)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-./switch-ip --interface=eth1 --udhcpc --route_extra_cmd \
+./switch-ip.sh --interface=eth1 --udhcpc --route_extra_cmd \
           --myip1=192.168.6.101 --myip2=192.168.6.101 \
           --apip1=192.168.6.52 --apip2=192.168.6.54 \
           --apmac1=00:0F:A3:11:17:88 --apmac2=00:0F:A3:1A:C6:5F \

Other related posts:

  • » [pisa-src] r1486 - in trunk: Makefile.am tools/caphip tools/caphip.sh tools/convenience-scripts/hipconnect tools/convenience-scripts/hipconnect.sh tools/convenience-scripts/hipdump tools/convenience-scripts/h... - Diego Biurrun