gnu: net-tools: Remove `hostname` from description.
This is a followup to commit c9e0a44eec
.
* gnu/packages/linux.scm (net-tools)[description]: Update description.
master
parent
e048de6098
commit
7550f8eaeb
|
@ -1275,10 +1275,10 @@ messages and are accompanied by a set of manpages.")
|
||||||
(synopsis "Tools for controlling the network subsystem in Linux")
|
(synopsis "Tools for controlling the network subsystem in Linux")
|
||||||
(description
|
(description
|
||||||
"This package includes the important tools for controlling the network
|
"This package includes the important tools for controlling the network
|
||||||
subsystem of the Linux kernel. This includes arp, hostname, ifconfig,
|
subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp and
|
||||||
netstat, rarp and route. Additionally, this package contains utilities
|
route. Additionally, this package contains utilities relating to particular
|
||||||
relating to particular network hardware types (plipconfig, slattach) and
|
network hardware types (plipconfig, slattach) and advanced aspects of IP
|
||||||
advanced aspects of IP configuration (iptunnel, ipmaddr).")
|
configuration (iptunnel, ipmaddr).")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public libcap
|
(define-public libcap
|
||||||
|
|
Reference in New Issue