diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-29 16:20:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-29 16:20:14 +0000 |
commit | 726b8b31a13f5565cd946d6cd0cef7e92984ed18 (patch) | |
tree | 2535a1c0fe8a54745429ef87282930262e74bfb7 /perl-install/security | |
parent | c7f5cda77da3bf1f8ec622d26e92f3cea665f2e7 (diff) | |
download | drakx-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.pm | 1 |
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."), |