[contrib/cygwin/ssh-host-config] explicitely sets the permissions
on /var/empty to 755 Patch by vinschen@redhat.com
This commit is contained in:
parent
99a4e14fe0
commit
6827395b07
|
@ -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
|
||||
|
@ -1320,4 +1324,4 @@
|
|||
- (stevesk) entropy.c: typo in debug message
|
||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||
|
||||
$Id: ChangeLog,v 1.2352 2002/07/09 14:06:40 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2353 2002/07/10 14:40:11 tim Exp $
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue