summaryrefslogtreecommitdiff
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
parent99a4e14fe0615c0f8a404aec0db42feb98451eb9 (diff)
[contrib/cygwin/ssh-host-config] explicitely sets the permissions
on /var/empty to 755 Patch by vinschen@redhat.com
-rw-r--r--ChangeLog6
-rw-r--r--contrib/cygwin/ssh-host-config1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6d472a74..52aafe15f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120020710
2 - (tim) [contrib/cygwin/ssh-host-config] explicitely sets the permissions
3 on /var/empty to 755 Patch by vinschen@redhat.com
4
120020709 520020709
2 - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms 6 - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
3 lacking that concept can share it. Patch by vinschen@redhat.com 7 lacking that concept can share it. Patch by vinschen@redhat.com
@@ -1320,4 +1324,4 @@
1320 - (stevesk) entropy.c: typo in debug message 1324 - (stevesk) entropy.c: typo in debug message
1321 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1325 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1322 1326
1323$Id: ChangeLog,v 1.2352 2002/07/09 14:06:40 mouring Exp $ 1327$Id: ChangeLog,v 1.2353 2002/07/10 14:40:11 tim Exp $
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