emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49804: closed ([PATCH] services: pam-limits: fix limits.conf locatio


From: GNU bug Tracking System
Subject: bug#49804: closed ([PATCH] services: pam-limits: fix limits.conf location)
Date: Sat, 07 Aug 2021 15:37:02 +0000

Your message dated Sat, 7 Aug 2021 17:35:47 +0200
with message-id <20210807173547.12257ae6@tachikoma.lepiller.eu>
and subject line Re: [bug#49804] [PATCH] services: pam-limits: fix limits.conf 
location
has caused the debbugs.gnu.org bug report #49804,
regarding [PATCH] services: pam-limits: fix limits.conf location
to be marked as done.

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


-- 
49804: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49804
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: pam-limits: fix limits.conf location Date: Sun, 01 Aug 2021 06:14:00 +0300 User-agent: mu4e 1.4.15; emacs 28.0.50

* gnu/services/base.scm: fix limits.conf location

This fixes #49771

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index ab3e441a7b..53c3abfa48 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1383,14 +1383,8 @@ information on the configuration file syntax."
   (let ((security-limits
          ;; Create /etc/security containing the provided "limits.conf" file.
          (lambda (limits-file)
-           `(("security"
-              ,(computed-file
-                "security"
-                #~(begin
-                    (mkdir #$output)
-                    (stat #$limits-file)
-                    (symlink #$limits-file
-                             (string-append #$output "/limits.conf"))))))))
+           `(("security/limits.conf"
+              ,limits-file))))
         (pam-extension
          (lambda (pam)
            (let ((pam-limits (pam-entry

--- End Message ---
--- Begin Message --- Subject: Re: [bug#49804] [PATCH] services: pam-limits: fix limits.conf location Date: Sat, 7 Aug 2021 17:35:47 +0200
Le Sun, 01 Aug 2021 06:14:00 +0300,
muradm <mail@muradm.net> a écrit :

> * gnu/services/base.scm: fix limits.conf location
> 
> This fixes #49771
> 

Pushed as 29883f113087edaf24570fbd7f1113df907f1099, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]