| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-Id: | <5.1.1.2.2.20020705120123.02064570@127.0.0.1> |
| X-Sender: | (Unverified) |
| Date: | Fri, 05 Jul 2002 12:11:27 -0700 |
| To: | cygwin AT cygwin DOT com |
| From: | Marc Bejarano <beej AT alum DOT mit DOT edu> |
| Subject: | OpenSSH-3.4p1-2 bug in ssh-host-config |
| Mime-Version: | 1.0 |
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 AT beej-lap]~:{506}:$ ls //etc/ssh*
ls: //etc/ssh*: No such file or directory
[beej AT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |