guix/gnu
Ludovic Courtès ce8a6dfc43 services: 'mingetty-service' no longer takes monadic values.
* gnu/services/base.scm (mingetty-service): Change default value of
  #:motd from a monadic value to a <plain-file>.  Assume MOTD to be a
  file-like object.  Assume LOGIN-PROGRAM is a gexp or #f.
  (%base-services): Use 'plain-file' instead of 'text-file' for motd.
* gnu/system/linux.scm (unix-pam-service): Update docstring to mention
  that MOTD is a file-like object.
* doc/guix.texi (Base Services): Adjust 'mingetty-service' documentation
  accordingly.
* gnu/system/install.scm (installation-services): Adjust accordingly.
  (log-to-info): Use 'program-file' instead of 'gexp->script'.
2015-10-10 22:46:14 +02:00
..
build build: container: Fix call-with-clean-exit. 2015-10-10 09:00:49 -04:00
packages gnu: Add python-bandit. 2015-10-10 03:20:49 +02:00
services services: 'mingetty-service' no longer takes monadic values. 2015-10-10 22:46:14 +02:00
system services: 'mingetty-service' no longer takes monadic values. 2015-10-10 22:46:14 +02:00
artwork.scm
packages.scm
services.scm
system.scm