guix/gnu
Ludovic Courtès bb5cad4eb2
file-systems: Allow for bind-mounts of named sockets.
Previously a named socket such as /dev/log would fail
the 'regular-file?' test and we'd end up mkdir'ing it.

* gnu/build/file-systems.scm (regular-file?): Remove.
(mount-file-system): Change (regular-file? source)
to (not (file-is-directory? source)).
2017-04-13 00:12:42 +02:00
..
build file-systems: Allow for bind-mounts of named sockets. 2017-04-13 00:12:42 +02:00
packages gnu: certbot: Remove unused dependency. 2017-04-12 17:03:51 -04:00
services
system doc: Use OpenSSH instead of lsh in bare-bones template. 2017-04-12 11:42:52 -04:00
tests
artwork.scm
local.mk gnu: dovecot: Update to 2.2.29.1. 2017-04-12 14:25:00 +02:00
packages.scm
services.scm services: Define '%linux-bare-metal-service' using 'simple-service'. 2017-04-13 00:12:42 +02:00
system.scm
tests.scm