This file is indexed.

/etc/resolvconf/update-libc.d/fetchmail is in fetchmail 6.3.26-3.

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
#!/bin/sh

if [ -x /etc/init.d/fetchmail ] && [ -n "$(pidof fetchmail)" ]; then
	/etc/init.d/fetchmail awaken
fi