commit | 6827395b07f8a74161ba12fa82b0a7617cad27ba | [log] [tgz] |
---|---|---|
author | Tim Rice <tim@multitalents.net> | Wed Jul 10 07:40:11 2002 -0700 |
committer | Tim Rice <tim@multitalents.net> | Wed Jul 10 07:40:11 2002 -0700 |
tree | e562af8da45c9ebc4a9bc4e51ddfb1eb2a5b4e8b | |
parent | 99a4e14fe0615c0f8a404aec0db42feb98451eb9 [diff] [blame] |
[contrib/cygwin/ssh-host-config] explicitely sets the permissions on /var/empty to 755 Patch by vinschen@redhat.com
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config index 590dbde..4df5aa9 100644 --- a/contrib/cygwin/ssh-host-config +++ b/contrib/cygwin/ssh-host-config
@@ -163,6 +163,7 @@ # 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