Bug#787780: hostname patch for musl support

2015-09-06 Thread Szabolcs Nagy
Source: hostname Version: 3.15+nmu1 Tag: patch This update fixes the man page. * Michael Meskes [2015-09-01 12:42:13 +0200]: > This patch removes usage of yp_get_default_domain, but still leaves it > referenced in the manpage. So you should change that documentation, too. > done. > That being

Bug#787780: hostname patch for musl support

2015-09-01 Thread Michael Meskes
This patch removes usage of yp_get_default_domain, but still leaves it referenced in the manpage. So you should change that documentation, too. That being said there does not seem to be a need to keep the program names ypdomainname and nisdomainname if using your patch, other than backward compati

Bug#787780: hostname patch for musl support

2015-06-05 Thread Szabolcs Nagy
Source: hostname Version: 3.15+nmu1 Tag: patch This update fixes strcmp check of "(none)". diff -Nru hostname-3.15/Makefile hostname-3.15+nmu1/Makefile --- hostname-3.15/Makefile 2013-11-03 14:25:42.0 + +++ hostname-3.15+nmu1/Makefile 2015-06-04 22:12:11.0 + @@ -1,4 +1

Bug#787780: hostname patch for musl support

2015-06-04 Thread Szabolcs Nagy
Source: hostname Version: 3.15+nmu1 Tag: patch The hostname tool depends on libnsl and associated headers which prevents it from compiling on musl (and possibly on other systems). The observable behaviour of the tool should not change with the attached patch on a glibc based system. diff -Nru hos