diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-09 08:57:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-09 08:57:15 +0000 |
commit | 2bca42f6a4fec80c51e2ecbddb0005c08cd0d36e (patch) | |
tree | fb860c57075443f4e88700992ff4002fcd8a08bc /perl-install/Makefile.config | |
parent | 9ed00ebd0c5e755e6795a6d94305b26094468fdf (diff) | |
download | drakx-2bca42f6a4fec80c51e2ecbddb0005c08cd0d36e.tar drakx-2bca42f6a4fec80c51e2ecbddb0005c08cd0d36e.tar.gz drakx-2bca42f6a4fec80c51e2ecbddb0005c08cd0d36e.tar.bz2 drakx-2bca42f6a4fec80c51e2ecbddb0005c08cd0d36e.tar.xz drakx-2bca42f6a4fec80c51e2ecbddb0005c08cd0d36e.zip |
releasing 11.71.5 which replaces 11.71.4
the switch to cifs suggested in #42483 was only partially done, comment #11 of
the #42483 completes the fix.
this (should) completly fixes:
- diskdrake:
o --smb: cifs must be used instead of smbfs (#42483)
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 2222fe612..843fc671a 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=11.71.4 +VERSION:=11.71.5 SUDO = sudo TMPDIR = /tmp |