Update of /cvsroot/leaf/src/bering-uclibc/apps/config
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8437
Modified Files:
apkg buildtool.cfg with_storage
Log Message:
a few cosmetic changes
Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/config/buildtool.cfg,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** buildtool.cfg 15 Oct 2006 13:51:51 -0000 1.13
--- buildtool.cfg 1 Nov 2006 20:05:04 -0000 1.14
***************
*** 80,84 ****
<config>
Version = 0.6
! Revision = 3
Help <<EOF
Core config and backup system package
--- 80,84 ----
<config>
Version = 0.6
! Revision = 4
Help <<EOF
Core config and backup system package
Index: apkg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/config/apkg,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** apkg 4 Oct 2006 20:01:58 -0000 1.10
--- apkg 1 Nov 2006 20:05:04 -0000 1.11
***************
*** 21,24 ****
--- 21,25 ----
}
+ # ---------------------------------------------------------
PKGROOT=`expandpath ${PKGROOT:-"/"}`
***************
*** 28,32 ****
PKGDB=${PKGDB:-"$PKGDIR/packages"}
SESSIONID=$(dd if=/dev/urandom bs=10 count=3 2>/dev/null | sha1sum | sed -e
's/ -//')
! STORAGE_MEDIA=${STORAGE_MEDIA:-/mnt}
BACKUP_PATH=$(echo $STORAGE_MEDIA | sed -e 's/ .*//')
--- 29,33 ----
PKGDB=${PKGDB:-"$PKGDIR/packages"}
SESSIONID=$(dd if=/dev/urandom bs=10 count=3 2>/dev/null | sha1sum | sed -e
's/ -//')
! STORAGE_MEDIA=${STORAGE_MEDIA:-"/mnt"}
BACKUP_PATH=$(echo $STORAGE_MEDIA | sed -e 's/ .*//')
***************
*** 303,308 ****
modules=lib/modules
kernel=`uname -r`
! echo $modules/$kernel > $PKGDIR/$pkg.exclude.list
! tar -czf ${pth} -X $PKGDIR/$pkg.exclude.list $modules
)
return 0
--- 304,309 ----
modules=lib/modules
kernel=`uname -r`
! echo $modules/$kernel > $TMP/$SESSIONID.exclude
! tar -czf ${pth} -X $TMP/$SESSIONID.exclude $modules
)
return 0
***************
*** 397,401 ****
-c [path]<package> list contents of package
-l [<package>] list installed packages;
! if <package> given, tell if it is installed
-h this help
--- 398,402 ----
-c [path]<package> list contents of package
-l [<package>] list installed packages;
! if <package> given, tell if it is installed
-h this help
Index: with_storage
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/config/with_storage,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** with_storage 4 Oct 2006 20:01:58 -0000 1.2
--- with_storage 1 Nov 2006 20:05:04 -0000 1.3
***************
*** 12,15 ****
--- 12,20 ----
progname=$(basename $0)
+ if [ $# -lt 2 ]; then
+ echo "$progname: usage: with_storage [-r] <mount-point> <command>"
+ exit 1;
+ fi
+
if [ $1 = "-r" ]; then
readonly=$1
***************
*** 17,25 ****
fi
- if [ $# -lt 2 ]; then
- echo "$progname: usage: with_storage [-r] <mount-prefix> <command>"
- exit 1;
- fi
-
mount_root=$1 ; shift
if [ ! -d $mount_root ] ; then
--- 22,25 ----
-------------------------------------------------------------------------
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