]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directory
authorDarren Tucker <dtucker@zip.com.au>
Wed, 24 Mar 2010 02:03:32 +0000 (13:03 +1100)
committerDarren Tucker <dtucker@zip.com.au>
Wed, 24 Mar 2010 02:03:32 +0000 (13:03 +1100)
   containing the services file explicitely case-insensitive.  This allows to
   tweak the Windows services file reliably.  Patch from vinschen at redhat.

ChangeLog
contrib/cygwin/ssh-host-config

index d4acdc414cd5583d62a1259cdb2bc756a3a84f65..d94247ab7e10480c01b445e2b73d55a399be029c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20100324
+ - (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directory
+   containing the services file explicitely case-insensitive.  This allows to
+   tweak the Windows services file reliably.  Patch from vinschen at redhat.
+
 20100321
  - (djm) OpenBSD CVS Sync
    - jmc@cvs.openbsd.org 2010/03/08 09:41:27
index b6f9511e2d0133ade2c9482d67c0badc5a9640ab..d968d4619d54afb542e4fd62a2924a5579773222 100644 (file)
@@ -90,7 +90,7 @@ update_services_file() {
   fi
   _serv_tmp="${_my_etcdir}/srv.out.$$"
 
-  mount -o text -f "${_win_etcdir}" "${_my_etcdir}"
+  mount -o text,posix=0,noacl -f "${_win_etcdir}" "${_my_etcdir}"
 
   # Depends on the above mount
   _wservices=`cygpath -w "${_services}"`