tazpanel diff hardware.cgi @ rev 51

Implement daemons management
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 09 05:45:44 2011 +0200 (2011-04-09)
parents 56d55a9dcc9c
children 730f8bcacabc
line diff
     1.1 --- a/hardware.cgi	Fri Apr 08 05:59:24 2011 +0200
     1.2 +++ b/hardware.cgi	Sat Apr 09 05:45:44 2011 +0200
     1.3 @@ -32,6 +32,7 @@
     1.4  		# Default to summary with mounted filesystem, loaded modules
     1.5  		#
     1.6  		xhtml_header
     1.7 +		debug_info
     1.8  		cat << EOT
     1.9  <div id="wrapper">
    1.10  	<h2>`gettext "Drivers &amp; Devices"`</h2>
    1.11 @@ -46,8 +47,7 @@
    1.12  			df -h | grep ^/dev
    1.13  		echo '</pre>'
    1.14  		echo '<h3>Loaded kernel modules</h3>'
    1.15 -		# We may want modinfi output
    1.16 -		
    1.17 +		# Request may be modinfo output
    1.18  		case "$QUERY_STRING" in
    1.19  			modinfo=*)
    1.20  				mod=${QUERY_STRING#modinfo=}