gnu: isc-dhcp: Specify CPE name.
* gnu/packages/admin.scm (isc-dhcp)[properties]: New field.
This commit is contained in:
parent
2ca55f939c
commit
159a5e0197
|
@ -619,7 +619,8 @@ connection alive.")
|
||||||
"ISC's Dynamic Host Configuration Protocol (DHCP) distribution provides a
|
"ISC's Dynamic Host Configuration Protocol (DHCP) distribution provides a
|
||||||
reference implementation of all aspects of DHCP, through a suite of DHCP
|
reference implementation of all aspects of DHCP, through a suite of DHCP
|
||||||
tools: server, client, and relay agent.")
|
tools: server, client, and relay agent.")
|
||||||
(license license:isc))))
|
(license license:isc)
|
||||||
|
(properties '((cpe-name . "dhcp"))))))
|
||||||
|
|
||||||
(define-public libpcap
|
(define-public libpcap
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue