summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-28 22:56:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-28 22:56:04 +0000
commitca30120cd8d69cb7424bb1f37047fdbaf64a3a4c (patch)
tree1d1e999264e67a7ec2cb893b2b4509e0824f40a7
parentcfda00aa104f3d384fbc29c63317522ee3ab4613 (diff)
downloaddrakx-backup-do-not-use-ca30120cd8d69cb7424bb1f37047fdbaf64a3a4c.tar
drakx-backup-do-not-use-ca30120cd8d69cb7424bb1f37047fdbaf64a3a4c.tar.gz
drakx-backup-do-not-use-ca30120cd8d69cb7424bb1f37047fdbaf64a3a4c.tar.bz2
drakx-backup-do-not-use-ca30120cd8d69cb7424bb1f37047fdbaf64a3a4c.tar.xz
drakx-backup-do-not-use-ca30120cd8d69cb7424bb1f37047fdbaf64a3a4c.zip
use add2hash_ for setting "username=%" otherwise it causes havoc in auto_install's manualFstab
-rw-r--r--perl-install/fs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index c49634a21..b16f5ed8b 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -447,7 +447,7 @@ sub set_default_options {
});
}
if (isThisFs('smbfs', $part)) {
- put_in_hash($options, { 'username=' => '%' });
+ add2hash_($options, { 'username=' => '%' });
}
if (isFat($part) || $is_auto) {