netperf can't be disabled

Bug #920002 reported by Marc Dietrich
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
netperf (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

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.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in netperf (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.