This file is indexed.

/usr/share/doc/trac-bitten-slave/examples/trac-bitten-slave.default is in trac-bitten-slave 0.6+final-3.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# -*- sh -*-
# Don't start the daemon by default.
# To run it, set the URLs parameter to one or more URLs.

# Alternatively, one can run the bitten-slave from crond or from an
# SVN post-commit hook.

# Run `/usr/bin/bitten-slave --help' for further options.
DAEMON_ARGS="--config=/etc/bitten/slave.ini --interval=15"

# Set one or more space separated URLs (with double quotes), such as
# "https://trac.srv1.org/prj1/builds https://trac.srv2.org/prj2/builds"
URLS=""