id,summary,reporter,owner,description,type,status,milestone,component,resolution,keywords,cc
94,"don't accept ""localhost"" as local host name",lennart,lennart,"if gethostname() returns ""localhost"" fall back to uname, i.e. ""linux"".

#ifdef __linux__

Possibly use /etc/lsb-release for determining the distribution name instead of the kernel name.

#endif

{{{
$ cat /etc/lsb-release
DISTRIB_ID=Debian
DISTRIB_RELEASE=3.1
DISTRIB_CODENAME=sarge
DISTRIB_DESCRIPTION=”Debian GNU/Linux”
}}}",defect,closed,,avahi-client,wontfix,,
