1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 13:10:33 +02:00
Files
guix/gnu/services
宋文武 c061eb587c services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'.
The 'no-negcache?' option is mapped to the '--no-negcache' command-line
argument directly, but we're in the scheme world, where the general guideline
is to avoid double-negations in identifiers.

* gnu/services/dns.scm <dnsmasq-configuration>: Replace the 'no-negcache?'
field with 'negative-cache?'.
* doc/guix.texi (DNS Services)[Dnsmasq Service]: Adjust accordingly.
2018-06-08 23:32:49 +08:00
..
2018-03-22 11:43:30 +01:00
2017-11-05 15:29:52 +01:00
2018-05-11 00:15:59 +02:00
2017-05-14 18:56:32 -05:00
2017-09-23 21:07:27 +01:00
2016-12-21 20:45:34 +01:00
2018-05-02 15:11:13 +03:00
2017-07-18 20:16:03 +08:00
2017-11-05 15:21:53 +01:00
2018-06-01 13:50:26 +02:00