GNU bug report logs - #36450
[PATCH] gnu: services: nginx: Pass run-directory on config test

Previous Next

Package: guix-patches;

Reported by: Robert Vollmert <rob <at> vllmrt.net>

Date: Sun, 30 Jun 2019 20:57:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#36450: closed ([PATCH] gnu: services: nginx: Pass
 run-directory on config test)
Date: Wed, 04 Sep 2019 13:30:05 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 04 Sep 2019 15:29:32 +0200
with message-id <87k1ao196r.fsf <at> gnu.org>
and subject line Re: [bug#36450] [PATCH] gnu: services: nginx: Pass run-directory on config test
has caused the debbugs.gnu.org bug report #36450,
regarding [PATCH] gnu: services: nginx: Pass run-directory on config test
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
36450: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36450
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Robert Vollmert <rob <at> vllmrt.net>
To: guix-patches <at> gnu.org
Cc: Robert Vollmert <rob <at> vllmrt.net>
Subject: [PATCH] gnu: services: nginx: Pass run-directory on config test
Date: Sun, 30 Jun 2019 22:56:25 +0200
This fixes error logging errors in the activation script.

* gnu/services/web.scm (nginx-activation): Add "-p" flag.
---
 gnu/services/web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/web.scm b/gnu/services/web.scm
index 35efddb0ae..56971238ab 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -682,7 +682,8 @@ of index files."
        (system* (string-append #$nginx "/sbin/nginx")
                 "-c" #$(or file
                            (default-nginx-config config))
-                  "-t"))))
+                "-p" #$run-directory
+                "-t"))))
 
 (define (nginx-shepherd-service config)
   (match-record config
-- 
2.20.1 (Apple Git-117)



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Robert Vollmert <rob <at> vllmrt.net>
Cc: 36450-done <at> debbugs.gnu.org
Subject: Re: [bug#36450] [PATCH] gnu: services: nginx: Pass run-directory on
 config test
Date: Wed, 04 Sep 2019 15:29:32 +0200
Hi,

Robert Vollmert <rob <at> vllmrt.net> skribis:

> This fixes error logging errors in the activation script.
>
> * gnu/services/web.scm (nginx-activation): Add "-p" flag.

Added a “Fixes” line in the log and committed, at last.

Thanks!

Ludo’.


This bug report was last modified 5 years and 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.