Public bug reported:

Netperf server is always started and can't be disabled because of a bug
in the start script:


case "$1" in
  start)
        if [ x"NETSERVER_ENABLE" = xno ]
        then
                log_warning_msg "netperf daemon not enabled in 
/etc/default/netperf, not starting..."
                return 0
        fi

There is a "$" missing before NETSERVER_ENABLE, otherwise this won't
never be evaluated.

** Affects: netperf (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920002

Title:
  netperf can't be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netperf/+bug/920002/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to