guix/doc
Ludovic Courtès a91c3fc727
services: <shepherd-service> no longer has an 'imported-modules' field.
* gnu/services/shepherd.scm (<shepherd-service>)[imported-modules]:
Remove.
(%default-imported-modules): Make private.
(shepherd-service-file): Use 'with-imported-modules'.
(shepherd-configuration-file): Remove 'modules' and the calls to
'imported-modules' and 'compiled-modules'.  Use
'with-imported-modules' instead.
* doc/guix.texi (Shepherd Services): Adjust accordingly.
* gnu/services/base.scm (file-system-shepherd-service): Use
'with-imported-modules'.  Remove 'imported-modules' field.
* gnu/system/mapped-devices.scm (device-mapping-service-type): Remove
'imported-modules'.
(open-luks-device): Use 'with-imported-modules'.
* gnu/tests.scm (marionette-shepherd-service): Remove 'imported-modules'
field and use 'with-imported-modules'.
2016-07-12 22:47:08 +02:00
..
images guix system: Rename 'dmd-graph' to 'shepherd-graph'. 2016-01-29 20:21:54 +03:00
contributing.texi doc: Mention --localstatedir for when building from Git. 2016-04-16 00:52:19 +02:00
emacs.texi emacs: Add 'guix-package-from-file' command. 2016-05-10 12:05:53 +03:00
environment-gdb.scm
fdl-1.3.texi
guix.texi services: <shepherd-service> no longer has an 'imported-modules' field. 2016-07-12 22:47:08 +02:00
htmlxref.cnf doc: Fix URL of gnutls-guile one-page-per-node manual. 2016-03-30 23:39:47 +02:00
local.mk build: Use "%D%" in Makefile fragments. 2016-05-24 13:07:19 +02:00
package-hello.scm