Update of /cvsroot/leaf/src/config/webconf/var/webconf/lib
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31450

Modified Files:
        ipsec.func 
Log Message:
changed sed syxntax in list_connections()


Index: ipsec.func
===================================================================
RCS file: /cvsroot/leaf/src/config/webconf/var/webconf/lib/ipsec.func,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ipsec.func  10 Jul 2009 13:50:36 -0000      1.3
--- ipsec.func  22 Dec 2009 09:02:39 -0000      1.4
***************
*** 158,162 ****
        for i in `ls $CONNECTION_DIR`
        do
!               $SED -n -e 's/^conn\W*\(\w*\).*$/\1/p' < $CONNECTION_DIR/$i
        done 
  }
--- 158,162 ----
        for i in `ls $CONNECTION_DIR`
        do
!               $SED -n -e 's/^conn\b\(.*\)\b.*$/\1/p' < $CONNECTION_DIR/$i
        done 
  }
***************
*** 178,182 ****
  
  delete_psk(){
!       [ $DEBUG ] && echo "delete_psk rightid=$CONFIG_rightid 
CONFIG_right=$CONFIG_right"
        [ -z "$CONFIG_rightid" ] && rightid=$CONFIG_right
        psk_is_still_needed "$rightid" && return
--- 178,182 ----
  
  delete_psk(){
!       [ $DEBUG -ne 0 ] && echo "delete_psk rightid=$CONFIG_rightid 
CONFIG_right=$CONFIG_right"
        [ -z "$CONFIG_rightid" ] && rightid=$CONFIG_right
        psk_is_still_needed "$rightid" && return


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to