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

Modified Files:
        lrcfg.cgi 
Log Message:
small fix to find the files in the init.d directory, not the init.d directory 
itself

Index: lrcfg.cgi
===================================================================
RCS file: /cvsroot/leaf/src/config/webconf/var/webconf/www/lrcfg.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** lrcfg.cgi   1 Dec 2005 21:06:50 -0000       1.7
--- lrcfg.cgi   24 Aug 2006 22:01:52 -0000      1.8
***************
*** 36,40 ****
        "root.sys" )    service="sysklogd inetd"
                        ;;
!       * )             initscript="$( grep etc/init.d 
/var/lib/lrpkg/${pkg}.list 2>/dev/null )"
                        for x in $initscript; do
                                service="$service $( basename ${x} )"
--- 36,40 ----
        "root.sys" )    service="sysklogd inetd"
                        ;;
!       * )             initscript="$( grep etc/init.d/ 
/var/lib/lrpkg/${pkg}.list 2>/dev/null )"
                        for x in $initscript; do
                                service="$service $( basename ${x} )"


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