In /logs/firmware/unblob_extracted/firmware_extract/4325012-58052244.squashfs_v4_le_extract/usr/lib/systemd/system-generators/snmpd-generator line 3:
. /lib/rcscripts/sh/systemd-generator.sh
  ^-- SC1091 (info): Not following: /lib/rcscripts/sh/systemd-generator.sh was not specified as input (see shellcheck -x).


In /logs/firmware/unblob_extracted/firmware_extract/4325012-58052244.squashfs_v4_le_extract/usr/lib/systemd/system-generators/snmpd-generator line 8:
! read line <$cfg || [ "$line" != SNMP_ENABLED=\'yes\' ] || cmd=enable_unit
  ^--^ SC2162 (info): read without -r will mangle backslashes.

For more information:
  https://www.shellcheck.net/wiki/SC1091 -- Not following: /lib/rcscripts/sh/...
  https://www.shellcheck.net/wiki/SC2162 -- read without -r will mangle backs...