This file is indexed.

/usr/bin/update-patterndb is in syslog-ng-core 3.8.1-10.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#!/bin/sh
prefix=/usr
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
sysconfdir=/etc/syslog-ng
localstatedir=/var/lib/syslog-ng

${bindir}/pdbtool merge -r --glob \*.pdb -D ${sysconfdir}/patterndb.d -p ${localstatedir}/patterndb.xml