mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-27 20:02:48 +00:00
- (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.
This commit is contained in:
parent
b086d4ac70
commit
62131dc6e2
@ -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
|
20100321
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- jmc@cvs.openbsd.org 2010/03/08 09:41:27
|
- jmc@cvs.openbsd.org 2010/03/08 09:41:27
|
||||||
|
@ -90,7 +90,7 @@ update_services_file() {
|
|||||||
fi
|
fi
|
||||||
_serv_tmp="${_my_etcdir}/srv.out.$$"
|
_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
|
# Depends on the above mount
|
||||||
_wservices=`cygpath -w "${_services}"`
|
_wservices=`cygpath -w "${_services}"`
|
||||||
|
Loading…
Reference in New Issue
Block a user