summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-02 11:00:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-02 11:00:06 +0000
commitdade00027d1206757de2d55a81a02b253011eb9d (patch)
treec416540ff77be7dc11807540837c562939cd4fe8 /perl-install/fs.pm
parentc9ee7bfb2ccfca8ccb0450fd16ed4b335ccf4914 (diff)
downloaddrakx-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)
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm2
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"),
+
);
}