- yweb: remove obsolete and non-working code from boxcontrol

This commit is contained in:
svenhoefer
2012-07-25 14:32:08 +02:00
parent 874dd3f3da
commit 7d3f40d290
7 changed files with 3 additions and 55 deletions

View File

@@ -613,15 +613,6 @@ case "$1" in
cat /tmp/$2
;;
standby_status)
status=`switch -s|grep "FNC: 0"`
if [ "$status" = "" ]
then
echo "off"
else
echo "on"
fi
;;
mtd_space|var_space)
df | while read fs rest; do
case ${fs:0:3} in