Project "Tuxbox-GIT: apps":
The branch, master has been updated
via d0e163f1cc00ad1343d79395ca3e0a707535e3ca (commit)
from 6671d8735bb590c115ab0534d524c11ab8266b3c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d0e163f1cc00ad1343d79395ca3e0a707535e3ca
Author: Jacek Jendrzej <cra...@go...>
Date: Sun Mar 8 17:59:56 2015 +0100
yweb: show all processes
Signed-off-by: GetAway <get...@t-...>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/scripts/Y_Tools.sh b/tuxbox/neutrino/daemons/nhttpd/web/scripts/Y_Tools.sh
index 7d2e788..f1c9b77 100755
--- a/tuxbox/neutrino/daemons/nhttpd/web/scripts/Y_Tools.sh
+++ b/tuxbox/neutrino/daemons/nhttpd/web/scripts/Y_Tools.sh
@@ -546,7 +546,7 @@ case "$1" in
ucodes_upload) ucodes_upload $2 ;;
zapit_upload) zapit_upload $2 ;;
kernel-stack) msg=`dmesg`; y_format_message_html ;;
- ps) msg=`ps -c`; y_format_message_html ;;
+ ps) msg=`ps aux`; y_format_message_html ;;
free) f=`free`; p=`df -h`; msg="RAM Speichernutzung\n-------------------\n$f\n\nPartitionen\n-------------------\n$p"
y_format_message_html ;;
yreboot) yreboot; echo "Reboot..." ;;
-----------------------------------------------------------------------
Summary of changes:
.../neutrino/daemons/nhttpd/web/scripts/Y_Tools.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Tuxbox-GIT: apps
|