
adjust)
    status=$(/sbin/e-smith/config getprop masq status)
    if [ $status = "disabled" ]
    then
	exit 0
    fi
    test -z "$2" && exec chpst -l /var/lock/masq.adjust $0 adjust with_lock
    trace=$(/sbin/e-smith/config getprop masq Trace)
    if [ $trace = "enabled" ]; then
        # Toggle trace off.
        $0 trace
    fi
