Update of /cvsroot/leaf/src/bering-uclibc/apps/dropbear
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27605

Modified Files:
        buildtool.cfg dropbear.init 
Log Message:
small fix for key generating

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dropbear/buildtool.cfg,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** buildtool.cfg       10 Sep 2006 18:30:37 -0000      1.10
--- buildtool.cfg       12 Sep 2006 17:54:37 -0000      1.11
***************
*** 34,38 ****
        <dropbear>
                Version = 0.48.1
!               Revision = 2
  
                Help <<EOF
--- 34,38 ----
        <dropbear>
                Version = 0.48.1
!               Revision = 3
  
                Help <<EOF

Index: dropbear.init
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dropbear/dropbear.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** dropbear.init       10 Sep 2006 18:30:37 -0000      1.2
--- dropbear.init       12 Sep 2006 17:54:38 -0000      1.3
***************
*** 21,30 ****
  if [ -n "$DB_RSAFILE" ]; then
        DB_OPTIONS="$DB_OPTIONS -r $DB_RSAFILE"
!       test -f $DB_RSAFILE || dropbearkey -t rsa $DB_RSAFILE
  fi
  
  if [ -n "$DB_DSSFILE" ]; then
        DB_OPTIONS="$DB_OPTIONS -d $DB_DSSFILE"
!       test -f $DB_DSSFILE || dropbearkey -t dss $DB_DSSFILE
  fi
  
--- 21,30 ----
  if [ -n "$DB_RSAFILE" ]; then
        DB_OPTIONS="$DB_OPTIONS -r $DB_RSAFILE"
!       test -f $DB_RSAFILE || dropbearkey -t rsa -f $DB_RSAFILE
  fi
  
  if [ -n "$DB_DSSFILE" ]; then
        DB_OPTIONS="$DB_OPTIONS -d $DB_DSSFILE"
!       test -f $DB_DSSFILE || dropbearkey -t dss -f $DB_DSSFILE
  fi
  


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to