From a77fbe82060bb0b00639aeb5855c64db076f01e7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 8 Jan 2009 08:15:43 +0000 Subject: - diskdrake: o --smb: cifs must be used instead of smbfs (#42483) --- perl-install/fs/remote/smb.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/remote/smb.pm') diff --git a/perl-install/fs/remote/smb.pm b/perl-install/fs/remote/smb.pm index 1399d2f62..5d16164b6 100644 --- a/perl-install/fs/remote/smb.pm +++ b/perl-install/fs/remote/smb.pm @@ -12,7 +12,7 @@ our @ISA = 'fs::remote'; sub to_fstab_entry { my ($class, $e) = @_; - my $part = $class->to_fstab_entry_raw($e, 'smbfs'); + my $part = $class->to_fstab_entry_raw($e, 'cifs'); if ($e->{server}{username}) { my ($options, $unknown) = fs::mount_options::unpack($part); $options->{"$_="} = $e->{server}{$_} foreach qw(username password domain); -- cgit v1.2.1