Update of /cvsroot/leaf/src/config/webconf/var/webconf/www
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28823

Modified Files:
        lrcfg.back.cgi 
Log Message:
small change on how apkg is called due to a change of the apkg script

Index: lrcfg.back.cgi
===================================================================
RCS file: /cvsroot/leaf/src/config/webconf/var/webconf/www/lrcfg.back.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** lrcfg.back.cgi      25 Aug 2006 18:36:17 -0000      1.2
--- lrcfg.back.cgi      12 Sep 2006 17:57:25 -0000      1.3
***************
*** 17,21 ****
  
   get_settings () {
-       # Taken from mount.back
        DEVF="/var/lib/lrpkg/pkgpath.disks"
        cat $DEVF 2>/dev/null | if  read dev fs; then
--- 17,20 ----
***************
*** 68,73 ****
                # This is the magic... we run a subshell script in the 
background.
                # Even when this script dies, the subshell survives.
- 
-               # With this subshell, we abuse /usr/sbin/lrcfg.back.script to 
the limit
                # We also do everything in our power to find an excuse NOT to 
do a
                # backup.
--- 67,70 ----
***************
*** 89,93 ****
                build_lrp () {
                        # use apkg $1 to build the package in /tmp
!                       apkg $1 $2 /tmp  2>&1 1>/dev/null
                        if ! [ -r /tmp/$2.lrp ]; then
                                log "Red" "The package was not created in /tmp!"
--- 86,90 ----
                build_lrp () {
                        # use apkg $1 to build the package in /tmp
!                       apkg $1 /tmp  2>&1 1>/dev/null
                        if ! [ -r /tmp/$2.lrp ]; then
                                log "Red" "The package was not created in /tmp!"
***************
*** 193,197 ****
  <h1>Package Selection</h1>
  <? . /tmp/$SESSIONID.vars ?>
! <p>This web page simulates the <code>lrcfg.back</code> script for experienced
  users.</br>Checked configuration databases will be copied to <em><? echo -n 
$dev ?></em>.</p>
  
--- 190,194 ----
  <h1>Package Selection</h1>
  <? . /tmp/$SESSIONID.vars ?>
! <p>This web page simulates the <code>lrcfg.backup</code> script for 
experienced
  users.</br>Checked configuration databases will be copied to <em><? echo -n 
$dev ?></em>.</p>
  


-------------------------------------------------------------------------
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