This file is indexed.

/usr/share/bug/boinc-client/script is in boinc-client 7.6.33+dfsg-12.

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

DEFAULT_FILE=/etc/default/boinc-client

if [ -r $DEFAULT_FILE ]; then
  echo "-- Contents of $DEFAULT_FILE:" >&3
  cat $DEFAULT_FILE >&3
fi