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

Modified Files:
        apkg 
Log Message:
patch from Cedric Schieli to update list file with an upgrade

Index: apkg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/config/apkg,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** apkg        24 Aug 2006 18:16:24 -0000      1.6
--- apkg        24 Aug 2006 19:45:17 -0000      1.7
***************
*** 143,147 ****
        ( 
        cd $PKGROOT
!       tar -zxpf $pth > $PKGDIR/$pkg.list
        )
        echo "$pkg" >> $PKGDB
--- 143,147 ----
        ( 
        cd $PKGROOT
!       tar -zxvpf $pth > $PKGDIR/$pkg.list
        )
        echo "$pkg" >> $PKGDB
***************
*** 187,192 ****
                cd $TMP/$SESSIONID.tmpdir
                tar -zxpf $pth $LRPKG/$pkg.local
!               tar -zxpf $pth -T $LRPKG/$pkg.local 2>/dev/null
!               tar -zxpf $pth -X $LRPKG/$pkg.local -C $PKGROOT
                find $( cat $LRPKG/$pkg.local ) -type f | xargs sha1sum > 
$LRPKG/$pkg.sha1
                rm -f $(sha1sum -c $TMP/$SESSIONID.tmp1 2>/dev/null | grep OK | 
sed -e 's/: OK//' )
--- 187,192 ----
                cd $TMP/$SESSIONID.tmpdir
                tar -zxpf $pth $LRPKG/$pkg.local
!               tar -zxvpf $pth -T $LRPKG/$pkg.local >$PKGDIR/$pkg.list 
2>/dev/null
!               tar -zxvpf $pth -X $LRPKG/$pkg.local -C $PKGROOT 
>>$PKGDIR/$pkg.list
                find $( cat $LRPKG/$pkg.local ) -type f | xargs sha1sum > 
$LRPKG/$pkg.sha1
                rm -f $(sha1sum -c $TMP/$SESSIONID.tmp1 2>/dev/null | grep OK | 
sed -e 's/: OK//' )
***************
*** 201,205 ****
                rm -rf $TMP/$SESSIONID.tmp*
        else
!               tar -zxpf $pth > $PKGDIR/$pkg.list
                create_sha1 $pkg
        fi
--- 201,205 ----
                rm -rf $TMP/$SESSIONID.tmp*
        else
!               tar -zxvpf $pth > $PKGDIR/$pkg.list
                create_sha1 $pkg
        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