summaryrefslogtreecommitdiffstats
path: root/perl-install/security
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-29 16:20:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-29 16:20:14 +0000
commit726b8b31a13f5565cd946d6cd0cef7e92984ed18 (patch)
tree2535a1c0fe8a54745429ef87282930262e74bfb7 /perl-install/security
parentc7f5cda77da3bf1f8ec622d26e92f3cea665f2e7 (diff)
downloaddrakx-726b8b31a13f5565cd946d6cd0cef7e92984ed18.tar
drakx-726b8b31a13f5565cd946d6cd0cef7e92984ed18.tar.gz
drakx-726b8b31a13f5565cd946d6cd0cef7e92984ed18.tar.bz2
drakx-726b8b31a13f5565cd946d6cd0cef7e92984ed18.tar.xz
drakx-726b8b31a13f5565cd946d6cd0cef7e92984ed18.zip
add help for newly introduced MAIL_EMPTY_CONTENT item
Diffstat (limited to 'perl-install/security')
-rw-r--r--perl-install/security/help.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/security/help.pm b/perl-install/security/help.pm
index e176da110..3176c5749 100644
--- a/perl-install/security/help.pm
+++ b/perl-install/security/help.pm
@@ -117,6 +117,7 @@ CHECK_WRITABLE => N("if set to yes, check files/directories writable by everybod
CHKROOTKIT_CHECK => N("if set to yes, run chkrootkit checks."),
MAIL_USER => N("if set, send the mail report to this email address else send it to root."),
MAIL_WARN => N("if set to yes, report check result by mail."),
+MAIL_EMPTY_CONTENT => N("Do not send mails if there's nothing to warn about"),
RPM_CHECK => N("if set to yes, run some checks against the rpm database."),
SYSLOG_WARN => N("if set to yes, report check result to syslog."),
TTY_WARN => N("if set to yes, reports check result to tty."),