From c3d3e067b685ddc6f8c00a359afdfeba9aaf595d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 30 Jul 2007 14:10:45 +0000 Subject: improve explanations (#6969): explain umask --- perl-install/security/help.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/security') diff --git a/perl-install/security/help.pm b/perl-install/security/help.pm index 8c03cc404..f387f7a3a 100644 --- a/perl-install/security/help.pm +++ b/perl-install/security/help.pm @@ -105,7 +105,7 @@ and crontab(1))."), 'password_length' => N("Set the password minimum length and minimum number of digit and minimum number of capitalized letters."), -'set_root_umask' => N("Set the root umask."), +'set_root_umask' => N("Set the root's file mode creation mask."), CHECK_OPEN_PORT => N("if set to yes, check open ports."), CHECK_PASSWD => N("if set to yes, check for: @@ -135,5 +135,5 @@ TTY_WARN => N("if set to yes, reports check result to tty."), 'set_shell_timeout' => N("Set the shell timeout. A value of zero means no timeout.") . "\n\n" . N("Timeout unit is second"), -'set_user_umask' => N("Set the user umask."), +'set_user_umask' => N("Set the user's file mode creation mask."), ); -- cgit v1.2.1