summaryrefslogtreecommitdiff
path: root/contrib/cygwin
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-07-10 07:40:11 -0700
committerTim Rice <tim@multitalents.net>2002-07-10 07:40:11 -0700
commit6827395b07f8a74161ba12fa82b0a7617cad27ba (patch)
treee562af8da45c9ebc4a9bc4e51ddfb1eb2a5b4e8b /contrib/cygwin
parent99a4e14fe0615c0f8a404aec0db42feb98451eb9 (diff)
[contrib/cygwin/ssh-host-config] explicitely sets the permissions
on /var/empty to 755 Patch by vinschen@redhat.com
Diffstat (limited to 'contrib/cygwin')
-rw-r--r--contrib/cygwin/ssh-host-config1
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
168fi 169fi