FS#27808 - [inetutils] Remove from core
Attached to Project:
Arch Linux
Opened by Jason William Walton (jasonww) - Tuesday, 03 January 2012, 13:22 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 27 June 2012, 15:39 GMT
Opened by Jason William Walton (jasonww) - Tuesday, 03 January 2012, 13:22 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 27 June 2012, 15:39 GMT
|
Details
The plan:
1) Move Debians version of hostname into core. 2) Fix packages depending on inetutils. 3) Move inetutils into extra. 4) Somehow prevent people from losing hostname (again). Rationale: 1) Everything but hostname is essentially dead weight. 2) inetutils doesn't belong into core when hostname is missing. 3) Unlike the coreutils version of hostname, Debians does not seem to suffer from incompabilities. It also seems that most other Distributions use Debians version. |
This task depends upon
Closed by Gaetan Bisson (vesath)
Wednesday, 27 June 2012, 15:39 GMT
Reason for closing: Won't implement
Wednesday, 27 June 2012, 15:39 GMT
Reason for closing: Won't implement
- create a PKGBUILD for hostname
- find which package depends on hostname either by checking for inetutils *depends and replace by hostname where appropriate. Many package might not have the explicit depends on inetutils as it's in base so checking closed (and refused bugs) about that might give more info.
- put hostname package in staging and make todo list
- push in testing and wait for feedback
Of course, this is assuming we switch to the Debian hostname.
My first question on seeing this is: why has no one added the necessary functionality to the coreutils version, alternatively moved the debian version there. We currently have three packages (inetutils, net-tools and coreutils) that might potentially provide a hostname binary, adding a fourth should be last resort.
Note that it also builds ypdomainname by default which conflicts with extra/yp-tools...
Actually, it might even make sense for inetutils to stay in [core] as it provides basic networking features that some people might need (I definitely find ftp/talk/telnet useful myself).