services: 'mingetty-service' no longer takes monadic values.
authorLudovic Courtès <ludo@gnu.org>
Mon, 7 Sep 2015 20:44:26 +0000 (22:44 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 10 Oct 2015 20:46:14 +0000 (22:46 +0200)
commitce8a6dfc43265787c23fb93d3877fbcacb0451e4
tree97371c59b467d361d5c2b3b82864c9e8300f4d31
parentb751cde36b508690d5f893360f964d3098549131
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'.
doc/guix.texi
gnu/services/base.scm
gnu/system/install.scm
gnu/system/linux.scm