| 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 |
| Date: | Fri, 5 Jul 2002 21:36:32 +0200 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: OpenSSH-3.4p1-2 bug in ssh-host-config |
| Message-ID: | <20020705213632.V21857@cygbert.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <5 DOT 1 DOT 1 DOT 2 DOT 2 DOT 20020705120123 DOT 02064570 AT 127 DOT 0 DOT 0 DOT 1> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <5.1.1.2.2.20020705120123.02064570@127.0.0.1> |
| User-Agent: | Mutt/1.3.22.1i |
On Fri, Jul 05, 2002 at 12:11:27PM -0700, Marc Bejarano wrote:
> 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?
It's a Winodw'ism. We don't want to disallow //server/share
paths so it's necessary not to filter them out but to give
them to the underlying OS as \\server\share.
Thanks for the hint, I'll fix it,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developer mailto:cygwin AT cygwin DOT com
Red Hat, Inc.
--
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 |