aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/porticron.conf')
-rw-r--r--etc/porticron.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/porticron.conf b/etc/porticron.conf
index a937e29..3869b65 100644
--- a/etc/porticron.conf
+++ b/etc/porticron.conf
@@ -22,6 +22,14 @@ UPGRADE_OPTS="--deep --update"
# recipient for reports
RCPT=root@$(hostname -f)
+# format of the e-mail subject
+# use {FQDN}, {HOST}, {IP}, and {DATE} as variables
+#SUBJECT="Gentoo package updates on {FQDN} [ {IP} ]"
+
+# format of the e-mail subject in case of warnings
+# use {FQDN}, {HOST}, {IP}, and {DATE} as variables
+#SUBJECT_WARN="WARNING: Gentoo security updates on {FQDN} [ {IP} ]"
+
# path to sendmail binary
SENDMAIL=/usr/sbin/sendmail