[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] Hostname changed at sftp.in.sv.gnu.org
From: |
Karl Fogel |
Subject: |
Re: [Savannah-hackers-public] Hostname changed at sftp.in.sv.gnu.org |
Date: |
Wed, 28 Apr 2010 08:11:07 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) |
Sylvain Beucler <address@hidden> writes:
>Apparently somebody changed the hostname from 'sftp' to
>'sftp.in.sv.gnu.org', which triggered an Apache warning during the
>logs rotation.
>
>I think it could be me, Karl, or Karl (Fogel :)).
>
>Hint: the culprit is a user of "nslookup".
FWIW, I have no memory of doing anything like that, nor of using
'nslookup' or even 'hostname' for that matter. I don't think I've made
any functional changes at all yet, except possibly to add some comments
in places where I was working.
>Unless I didn't understand something, it's probably a use of
>'hostname' instead of 'host': 'host' looks up a hostname, 'hostname'
>redefines it.
Yes, hostname redefines it iff you pass an argument.
-Karl