retitle 397420 netsed: hostnames resolved as 255.255.255.255 thanks > I can't even guess why this is happening
netsed is using inet_addr() instead of, say, getaddrinfo(). So it only understands IPv4 dotted addresses. Using hostnames will not work, whether 'localhost' or not. -- Tim Retout <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

