summaryrefslogtreecommitdiffstats
path: root/perl-install/security
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-04-25 12:26:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-04-25 12:26:16 +0000
commit126777bc019a54afb4ec51299f2cf9d2841698aa (patch)
tree97f76e571902ead55ba138f1156a4b4f00b9b779 /perl-install/security
parentf1f67448efc714873378dfeb8279fae68054a90a (diff)
downloaddrakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar
drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.gz
drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.bz2
drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.xz
drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.zip
re-sync after the big svn loss
Diffstat (limited to 'perl-install/security')
-rw-r--r--perl-install/security/help.pm10
-rw-r--r--perl-install/security/l10n.pm4
2 files changed, 7 insertions, 7 deletions
diff --git a/perl-install/security/help.pm b/perl-install/security/help.pm
index 6f24b4bbb..c69f26c95 100644
--- a/perl-install/security/help.pm
+++ b/perl-install/security/help.pm
@@ -10,9 +10,9 @@ our %help = (
'accept_bogus_error_responses' => N("Accept/Refuse bogus IPv4 error messages."),
-'accept_broadcasted_icmp_echo' => N(" Accept/Refuse broadcasted icmp echo."),
+'accept_broadcasted_icmp_echo' => N("Accept/Refuse broadcasted icmp echo."),
-'accept_icmp_echo' => N(" Accept/Refuse icmp echo."),
+'accept_icmp_echo' => N("Accept/Refuse icmp echo."),
'allow_autologin' => N("Allow/Forbid autologin."),
@@ -87,15 +87,15 @@ and crontab(1))."),
'enable_msec_cron' => N("Enable/Disable msec hourly security check."),
-'enable_pam_wheel_for_su' => N(" Enabling su only from members of the wheel group or allow su from any user."),
+'enable_pam_wheel_for_su' => N("Enable su only from members of the wheel group. If set to no, allows su from any user."),
'enable_password' => N("Use password to authenticate users."),
'enable_promisc_check' => N("Activate/Disable ethernet cards promiscuity check."),
-'enable_security_check' => N(" Activate/Disable daily security check."),
+'enable_security_check' => N("Activate/Disable daily security check."),
-'enable_sulogin' => N(" Enable/Disable sulogin(8) in single user level."),
+'enable_sulogin' => N("Enable/Disable sulogin(8) in single user level."),
'no_password_aging_for' => N("Add the name as an exception to the handling of password aging by msec."),
diff --git a/perl-install/security/l10n.pm b/perl-install/security/l10n.pm
index de39c3d41..355f1fff1 100644
--- a/perl-install/security/l10n.pm
+++ b/perl-install/security/l10n.pm
@@ -29,7 +29,7 @@ sub fields() {
'enable_libsafe' => N("Enable libsafe if libsafe is found on the system"),
'enable_log_strange_packets' => N("Enable the logging of IPv4 strange packets"),
'enable_msec_cron' => N("Enable msec hourly security check"),
- 'enable_pam_wheel_for_su' => N("Enable su only from the wheel group members or for any user"),
+ 'enable_pam_wheel_for_su' => N("Enable su only from the wheel group members"),
'enable_password' => N("Use password to authenticate users"),
'enable_promisc_check' => N("Ethernet cards promiscuity check"),
'enable_security_check' => N("Daily security check"),
@@ -54,7 +54,7 @@ sub fields() {
CHECK_UNOWNED => N("Report unowned files"),
CHECK_WRITABLE => N("Check files/directories writable by everybody"),
CHKROOTKIT_CHECK => N("Run chkrootkit checks"),
- MAIL_EMPTY_CONTENT => N("Do not send mails when unneeded"),
+ MAIL_EMPTY_CONTENT => N("Do not send empty mail reports"),
MAIL_USER => N("If set, send the mail report to this email address else send it to root"),
MAIL_WARN => N("Report check result by mail"),
RPM_CHECK => N("Run some checks against the rpm database"),