Update of /cvsroot/leaf/src/config/webconf/var/webconf/www
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28933

Modified Files:
        reboot.cgi 
Log Message:
Suppressed output from the reboot command


Index: reboot.cgi
===================================================================
RCS file: /cvsroot/leaf/src/config/webconf/var/webconf/www/reboot.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** reboot.cgi  27 Jan 2009 12:50:04 -0000      1.1
--- reboot.cgi  27 Jan 2009 12:56:03 -0000      1.2
***************
*** 11,17 ****
  
     /var/webconf/lib/footer.sh
!    echo "<pre>"
!    /sbin/reboot
!    echo "</pre>"
  
  ?>
--- 11,15 ----
  
     /var/webconf/lib/footer.sh
!    /sbin/reboot > /dev/null 2>&1
  
  ?>


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to