guix/gnu
宋文武 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
..
bootloader bootloader: grub: Use 'with-extensions'. 2018-06-01 15:21:28 +02:00
build Merge branch 'master' into core-updates 2018-06-01 23:41:40 +02:00
packages gnu: debootstrap: Substitute chroot in 'patch-source' phase. 2018-06-08 11:07:51 -04:00
services services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'. 2018-06-08 23:32:49 +08:00
system vm: 'iso9660-image' uses a local /tmp. 2018-06-08 15:23:39 +02:00
tests tests: ssh: Use 'with-extensions'. 2018-06-01 15:21:28 +02:00
artwork.scm
bootloader.scm
local.mk gnu: doxygen: Work around GCC ICE on armhf-linux. 2018-06-08 15:23:39 +02:00
packages.scm
services.scm
system.scm Merge branch 'master' into core-updates 2018-06-01 23:41:40 +02:00
tests.scm