/etc/gnats/send-pr.conf is in gnats-user 4.1.0-5.
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 | # -*-sh-*-
# This is the configuration file for send-pr.
# It is read by the send-pr script each time it is executed. You can customize
# various send-pr variables here instead of editing send-pr directly. You
# must at least uncomment the ORGANIZATION. variable value and set it to some
# reasonable value.
# Id of the submitting organization
#DEFAULT_ORGANIZATION=fill_some_value_here
# The site *receiving* the bug reports
#GNATS_SITE=${GNATS_SITE:-the_site}
# The submitter-id for your site.
#SUBMITTER=fill_some_value_here
|