3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
guix/gnu
Ludovic Courtès 6454b33345 services: Make 'nscd-service' configurable; cache hosts/services by default.
Before that, as it was given an empty configuration file, nscd would
actually have all its caches disabled.

* gnu/services/base.scm (<nscd-configuration>, <nscd-cache>): New record
  types.
  (%nscd-default-caches, %nscd-default-configuration): New variables.
  (nscd.conf-file): New procedure.
  (nscd-service): Add 'config' parameter.  Use 'nscd.conf-file', and
  pass its result as the '-f' parameter of nscd.
* doc/guix.texi (Base Services): Update 'nscd-service' documentation
  accordingly.  Document 'nscd-configuration', 'nscd-cache',
  '%nscd-default-configuration', and '%nscd-default-caches'.
2014-12-14 16:29:24 +01:00
..
build activation: Copy the account skeletons when creating the 'root' account. 2014-12-13 22:31:08 +01:00
packages gnu: python-numpy-bootstrap: Make tests verbose. 2014-12-13 09:44:26 +01:00
services services: Make 'nscd-service' configurable; cache hosts/services by default. 2014-12-14 16:29:24 +01:00
system system: grub: Make sure the font and background image are always found. 2014-12-13 22:15:01 +01:00
artwork.scm artwork: Update snapshot. 2014-11-13 23:12:46 +01:00
packages.scm gnu-maintenance: Introduce <gnu-release> data type. 2014-11-11 15:31:35 +01:00
services.scm services: Add 'auto-start?' field to <service>. 2014-11-10 23:23:32 +01:00
system.scm system: Add sudo to '%base-packages'. 2014-12-13 16:22:34 +01:00