From f98aeb97dafe1e6c5818afcedbecc346ef5e900a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Sep 2002 15:04:14 +0000 Subject: revert add2hash_ username=% to add2hash (it breaks diskdrake --smb not defaulting to username=%, and i can't find out what was wrong in auto_install's manualFstab) --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fs.pm b/perl-install/fs.pm index cf44be56b..6dc68a1a4 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -447,7 +447,7 @@ sub set_default_options { }); } if (isThisFs('smbfs', $part)) { - add2hash_($options, { 'username=' => '%' }); + add2hash($options, { 'username=' => '%' }) if !$options->{'credentials='}; } if (isFat($part) || $is_auto) { -- cgit v1.2.1