Update of /cvsroot/leaf/src/config/webconf/var/webconf/www
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16603

Modified Files:
        ipsec_conn.cgi 
Log Message:
Fix handling of pfs default


Index: ipsec_conn.cgi
===================================================================
RCS file: /cvsroot/leaf/src/config/webconf/var/webconf/www/ipsec_conn.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ipsec_conn.cgi      22 Jun 2009 11:07:03 -0000      1.2
--- ipsec_conn.cgi      3 Jul 2009 08:45:28 -0000       1.3
***************
*** 375,379 ****
        <input name="pfs" type=checkbox value=$CONFIG_pfs
  EOF
!       [ "X$CONFIG_pfs" = "Xyes" ] && echo -n ' checked=checked';
        echo ">"
  cat <<-EOF
--- 375,379 ----
        <input name="pfs" type=checkbox value=$CONFIG_pfs
  EOF
!       [ "X$CONFIG_pfs" = "Xyes" -o  "X$CONFIG_pfs" = "X" ] && echo -n ' 
checked=checked';
        echo ">"
  cat <<-EOF


------------------------------------------------------------------------------
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to