mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/mdnsd: disable shellcheck SC2317 for S50mdnsd
shellcheck 0.9.0 throw an error due to SC2317 check on sysv init scripts. Indeed, start/stop/restart/reload function can't be reached in one execution. See: https://www.shellcheck.net/wiki/SC2317 Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ef80b710f2
commit
236a890d80
@@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
# shellcheck disable=SC2317 # Don't warn about unreachable commands in this file
|
||||
|
||||
DAEMON=mdnsd
|
||||
MDNSD=/usr/sbin/$DAEMON
|
||||
|
||||
Reference in New Issue
Block a user