diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-02 11:00:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-02 11:00:06 +0000 |
commit | dade00027d1206757de2d55a81a02b253011eb9d (patch) | |
tree | c416540ff77be7dc11807540837c562939cd4fe8 | |
parent | c9ee7bfb2ccfca8ccb0450fd16ed4b335ccf4914 (diff) | |
download | drakx-backup-do-not-use-dade00027d1206757de2d55a81a02b253011eb9d.tar drakx-backup-do-not-use-dade00027d1206757de2d55a81a02b253011eb9d.tar.gz drakx-backup-do-not-use-dade00027d1206757de2d55a81a02b253011eb9d.tar.bz2 drakx-backup-do-not-use-dade00027d1206757de2d55a81a02b253011eb9d.tar.xz drakx-backup-do-not-use-dade00027d1206757de2d55a81a02b253011eb9d.zip |
add description for option "umask=0" (bug #4310)
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 7d2ecf6aa..f20aaf849 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -424,6 +424,8 @@ user,exec,dev,suid )."), 'usrquota' => '', + 'umask=0' => N("Give write access to ordinary users"), + ); } |