Update of /cvsroot/leaf/src/bering-uclibc/apps/dropbear
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32207
Modified Files:
buildtool.cfg dropbear.init
Removed Files:
gendropbearkeys
Log Message:
generate dropbear keys when they are not already generated, by Paul Traina
--- gendropbearkeys DELETED ---
Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dropbear/buildtool.cfg,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** buildtool.cfg 26 Jun 2006 17:56:31 -0000 1.9
--- buildtool.cfg 10 Sep 2006 18:30:37 -0000 1.10
***************
*** 18,27 ****
</File>
- <File gendropbearkeys>
- Server = cvs-sourceforge
- Revision = HEAD
- Directory = dropbear
- </File>
-
<File dropbear.init>
Server = cvs-sourceforge
--- 18,21 ----
***************
*** 40,44 ****
<dropbear>
Version = 0.48.1
! Revision = 1
Help <<EOF
--- 34,38 ----
<dropbear>
Version = 0.48.1
! Revision = 2
Help <<EOF
***************
*** 100,109 ****
</File>
<File>
- Source = usr/bin/gendropbearkeys
- Filename = usr/bin/gendropbearkeys
- Type = binary
- Permissions = 755
- </File>
- <File>
Filename = etc/dropbear
Type = directory
--- 94,97 ----
Index: dropbear.init
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dropbear/dropbear.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** dropbear.init 1 Jul 2004 14:40:54 -0000 1.1
--- dropbear.init 10 Sep 2006 18:30:37 -0000 1.2
***************
*** 21,28 ****
--- 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
-------------------------------------------------------------------------
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