diff options
Diffstat (limited to 'contrib/cygwin/ssh-host-config')
-rw-r--r-- | contrib/cygwin/ssh-host-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config index 590dbdebb..4df5aa969 100644 --- a/contrib/cygwin/ssh-host-config +++ b/contrib/cygwin/ssh-host-config | |||
@@ -163,6 +163,7 @@ else | |||
163 | # On NT change ownership of that dir to user "system" | 163 | # On NT change ownership of that dir to user "system" |
164 | if [ $_nt -gt 0 ] | 164 | if [ $_nt -gt 0 ] |
165 | then | 165 | then |
166 | chmod 755 /var/empty | ||
166 | chown system.system /var/empty | 167 | chown system.system /var/empty |
167 | fi | 168 | fi |
168 | fi | 169 | fi |