This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

OpenSSH-3.4p1-2 bug in ssh-host-config


line 11 of ssh-host-config is:
SYSCONFDIR=/etc

line 571 is:
chown system /${SYSCONFDIR}/ssh*

the extra leading / doesn't work on my system:
==
[beej@beej-lap]~:{506}:$ ls //etc/ssh*
ls: //etc/ssh*: No such file or directory
[beej@beej-lap]~:{507}:$ ls /etc/ssh*
/etc/ssh_config /etc/ssh_host_key /etc/sshd_config
/etc/ssh_config.orig /etc/ssh_host_key.pub /etc/sshd_config.orig
/etc/ssh_host_dsa_key /etc/ssh_host_rsa_key
/etc/ssh_host_dsa_key.pub /etc/ssh_host_rsa_key.pub
==
an extra slash doesn't seem to bother other unixen. is this a cygwin bug, as well?

marc


--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]