]> andersk Git - openssh.git/commitdiff
[contrib/cygwin/ssh-host-config] explicitely sets the permissions
authortim <tim>
Wed, 10 Jul 2002 14:40:11 +0000 (14:40 +0000)
committertim <tim>
Wed, 10 Jul 2002 14:40:11 +0000 (14:40 +0000)
on /var/empty to 755 Patch by vinschen@redhat.com

ChangeLog
contrib/cygwin/ssh-host-config

index 5279c7363acce7e1660d49b1874c6ee564ff1492..3d82af6dfa7166136c724fb0e8fafe0d029dd88d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20020710
+ - (tim) [contrib/cygwin/ssh-host-config] explicitely sets the permissions
+   on /var/empty to 755 Patch by vinschen@redhat.com
+
 20020709
  - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
    lacking that concept can share it. Patch by vinschen@redhat.com
index 590dbdebb3401782a3ffcb4237c7e2a165b8b899..4df5aa96963931383706c52c55b674b632f46daa 100644 (file)
@@ -163,6 +163,7 @@ else
   # On NT change ownership of that dir to user "system"
   if [ $_nt -gt 0 ]
   then
+    chmod 755 /var/empty
     chown system.system /var/empty
   fi
 fi
This page took 0.060572 seconds and 5 git commands to generate.