GNU bug report logs -
#26548
[PATCH] install: Enable SSH in installation image.
Previous Next
Reported by: Marius Bakke <mbakke <at> fastmail.com>
Date: Mon, 17 Apr 2017 21:31:01 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Marius Bakke <mbakke <at> fastmail.com> skribis:
> * gnu/services/ssh.scm (openssh-shepherd-service): Drop requirement.
> ---
> gnu/services/ssh.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/services/ssh.scm b/gnu/services/ssh.scm
> index 9917c311c..2a6c8d45c 100644
> --- a/gnu/services/ssh.scm
> +++ b/gnu/services/ssh.scm
> @@ -385,7 +385,7 @@ The other options should be self-descriptive."
>
> (list (shepherd-service
> (documentation "OpenSSH server.")
> - (requirement '(networking syslogd))
> + (requirement '(syslogd))
> (provision '(ssh-daemon))
> (start #~(make-forkexec-constructor #$openssh-command
> #:pid-file #$pid-file))
OK! (Please make sure “make check-system TESTS=openssh” still works.)
Thanks,
Ludo’.
This bug report was last modified 8 years and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.