Package: dnsmasq Version: 2.70-1 Severity: minor In the initscript the following three lines of code at the end of the "stop" function are superfluous.
RETVAL="$?"
[ "$RETVAL" = 2 ] && return 2
return "$RETVAL"
They can be deleted without changing the behavior of the script.

