/usr/share/amanda/template.d/chg-manual.conf is in amanda-server 1:3.5.1-1build2.
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 | #
#configuration used by chg-manual
#
resend_mail=3600 # every hour
timeout_mail=43200 # 12 hours
#request="tty" # Use the tty to ask the user to change tape.
# Can't be use by cron
#request="email" # Send an email to ask the user to change tape.
request="tty_email" # Send request through tty if it exists.
# Otherwise, it will send an email.
|