summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-28 10:00:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-28 10:00:22 +0000
commit88a221b243f12294099f66e8dd133ceea36bcdf1 (patch)
treea85037bf08b497a782a175ce3162fef0507a73a8
parentabdedba4dcf279dce0fdc6b7b25535e56f23e11b (diff)
downloaddrakx-backup-do-not-use-88a221b243f12294099f66e8dd133ceea36bcdf1.tar
drakx-backup-do-not-use-88a221b243f12294099f66e8dd133ceea36bcdf1.tar.gz
drakx-backup-do-not-use-88a221b243f12294099f66e8dd133ceea36bcdf1.tar.bz2
drakx-backup-do-not-use-88a221b243f12294099f66e8dd133ceea36bcdf1.tar.xz
drakx-backup-do-not-use-88a221b243f12294099f66e8dd133ceea36bcdf1.zip
default option username=% for smb
-rw-r--r--perl-install/fs.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index ab345cf56..ada108b17 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -441,6 +441,9 @@ sub set_default_options {
nosuid => 1, 'rsize=8192,wsize=8192' => 1, soft => 1,
});
}
+ if (isThisFs('smbfs', $part)) {
+ put_in_hash($options, { 'username=' => '%' });
+ }
if (isFat($part) || $is_auto) {
put_in_hash($options, {