Update of /cvsroot/leaf/src/bering-uclibc/apps/config
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7802
Modified Files:
apkg buildtool.cfg
Log Message:
create a dynamic list file for future use and to fix a bug with webconf not
finding the daemon init script
Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/config/buildtool.cfg,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** buildtool.cfg 15 Aug 2006 19:32:33 -0000 1.7
--- buildtool.cfg 24 Aug 2006 18:16:24 -0000 1.8
***************
*** 81,85 ****
<config>
Version = 0.5
! Revision = 2
Help <<EOF
Core config and backup system package
--- 81,85 ----
<config>
Version = 0.5
! Revision = 3
Help <<EOF
Core config and backup system package
Index: apkg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/config/apkg,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** apkg 15 Aug 2006 19:32:33 -0000 1.5
--- apkg 24 Aug 2006 18:16:24 -0000 1.6
***************
*** 143,148 ****
(
cd $PKGROOT
! # tar -ztf $pth > $PKGDIR/$pkg.list
! tar -zxpf $pth
)
echo "$pkg" >> $PKGDB
--- 143,147 ----
(
cd $PKGROOT
! tar -zxpf $pth > $PKGDIR/$pkg.list
)
echo "$pkg" >> $PKGDB
***************
*** 185,189 ****
done
sha1sum -c $TMP/$SESSIONID.tmp1 2>/dev/null | grep FAILED | sed
-e 's/: FAILED//' >$TMP/$SESSIONID.tmp2
- #tar -zxpf $pth -X $PKGDIR/$pkg.local
mkdir $TMP/$SESSIONID.tmpdir
cd $TMP/$SESSIONID.tmpdir
--- 184,187 ----
***************
*** 203,207 ****
rm -rf $TMP/$SESSIONID.tmp*
else
! tar -zxpf $pth
create_sha1 $pkg
fi
--- 201,205 ----
rm -rf $TMP/$SESSIONID.tmp*
else
! tar -zxpf $pth > $PKGDIR/$pkg.list
create_sha1 $pkg
fi
***************
*** 248,252 ****
done
sha1sum -c $TMP/$SESSIONID.tmp1 | grep FAILED | sed -e 's/: FAILED//'
>$TMP/$SESSIONID.tmp2
! tar -c $( sort $TMP/$SESSIONID.tmp2 | uniq ) | gzip -c - > $pth
rm $TMP/$SESSIONID*
return 0
--- 246,250 ----
done
sha1sum -c $TMP/$SESSIONID.tmp1 | grep FAILED | sed -e 's/: FAILED//'
>$TMP/$SESSIONID.tmp2
! tar -c $( sort $TMP/$SESSIONID.tmp2 | uniq -u ) | gzip -c - > $pth
rm $TMP/$SESSIONID*
return 0
-------------------------------------------------------------------------
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