summaryrefslogtreecommitdiff
path: root/contrib/cygwin
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-03-24 13:03:32 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-03-24 13:03:32 +1100
commit62131dc6e2aa875b26a4deac097f256a382d816a (patch)
treefa69aca65da19d69221165506ad0644c5ae323f4 /contrib/cygwin
parentb086d4ac70d4a46cd74f66b86b809992bfc0ecb8 (diff)
downloadopenssh-git-62131dc6e2aa875b26a4deac097f256a382d816a.tar.gz
- (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.
Diffstat (limited to 'contrib/cygwin')
-rw-r--r--contrib/cygwin/ssh-host-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config
index b6f9511e..d968d461 100644
--- a/contrib/cygwin/ssh-host-config
+++ b/contrib/cygwin/ssh-host-config
@@ -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}"`