10 /bin/echo "Usage: dlogctrl {get|set} {platformlog | loglimiter } {on|off}"
36 if [ "$MODE" = "set" ]; then
48 echo "Setting $OBJ=$VAL"
49 /bin/sed "s/$OBJ[\t ]*[onf]*/$OBJ $VAL/" < "$CONFIG_PATH/dlog.conf" > /tmp/dlog.conf.new
50 /bin/cp /tmp/dlog.conf.new "$CONFIG_PATH/dlog.conf"
52 echo "You must reboot this target to apply the change!"
54 case "$(grep "$OBJ" "$CONFIG_PATH/dlog.conf" | awk '{ print $2 }')" in