diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-07-30 14:10:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-07-30 14:10:45 +0000 |
commit | c3d3e067b685ddc6f8c00a359afdfeba9aaf595d (patch) | |
tree | 43adac8cdc538b72f6d82982ac6338dadb8ba7b8 /perl-install | |
parent | 8f241be62aedb00832b7351e3864cbdc82f0053c (diff) | |
download | drakx-c3d3e067b685ddc6f8c00a359afdfeba9aaf595d.tar drakx-c3d3e067b685ddc6f8c00a359afdfeba9aaf595d.tar.gz drakx-c3d3e067b685ddc6f8c00a359afdfeba9aaf595d.tar.bz2 drakx-c3d3e067b685ddc6f8c00a359afdfeba9aaf595d.tar.xz drakx-c3d3e067b685ddc6f8c00a359afdfeba9aaf595d.zip |
improve explanations (#6969): explain umask
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/security/help.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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."), ); |