/etc/default/root-system-proofd is in root-system-proofd 5.34.30-0ubuntu8.
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 14 15 16 17 18 19 20 | # Defaults for proofd initscript
# sourced by /etc/init.d/proofd
# installed at /etc/default/proofd by the maintainer scripts
#
# Please refer to the proofd(1) man(1) page for more information on
# command line parameters.
#
# This is a POSIX shell fragment
#
# Whether to enable proofd via SYSV init scripts. Please note, that
# you can not enable both proofd via both inetd and SYSV init, and
# inetd will reserve the port 1093 for it self.
ENABLE_PROOFD=
# Additional options that are passed to the Daemon.
DAEMON_OPTS=
# Specify your base of your PROOF directory here. If left blank, it
# will use the system default (e.g., /usr/share/root/proof).
PROOF_DIR=
|