Commit b22f550e authored by Konstantin Baev's avatar Konstantin Baev

3.8.0-alt5

- removed default parameter '-o mount' for mount fstab records
parent b801c007
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
Name: etercifs Name: etercifs
Version: 3.8.0 Version: 3.8.0
Release: alt4 Release: alt5
Summary: Advanced Common Internet File System for Linux with Etersoft extension Summary: Advanced Common Internet File System for Linux with Etersoft extension
...@@ -111,6 +111,9 @@ cp %SOURCE27 %buildroot/%etercifs_src/%src_package_name-2.6.27-%src_2_6_27_versi ...@@ -111,6 +111,9 @@ cp %SOURCE27 %buildroot/%etercifs_src/%src_package_name-2.6.27-%src_2_6_27_versi
%_initdir/%name.outformat %_initdir/%name.outformat
%changelog %changelog
* Tue Nov 11 2008 Konstantin Baev <kipruss@altlinux.org> 3.8.0-alt5
- removed default parameter '-o mount' for mount fstab records
* Tue Nov 11 2008 Konstantin Baev <kipruss@altlinux.org> 3.8.0-alt4 * Tue Nov 11 2008 Konstantin Baev <kipruss@altlinux.org> 3.8.0-alt4
- removed parameter (noreplace) for config file - removed parameter (noreplace) for config file
......
...@@ -113,7 +113,7 @@ umount_cifs() ...@@ -113,7 +113,7 @@ umount_cifs()
mount_cifs() mount_cifs()
{ {
echo -n "Mounting CIFS resources... " echo -n "Mounting CIFS resources... "
mount -t cifs -a -o noperm || { failure ; return 1; } mount -t cifs -a || { failure ; return 1; }
success success
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment