guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: sudo: Use /var/run/sudo instead of /run/sudo.


From: Ludovic Courtès
Subject: 03/04: gnu: sudo: Use /var/run/sudo instead of /run/sudo.
Date: Wed, 06 Jan 2016 15:49:49 +0000

civodul pushed a commit to branch master
in repository guix.

commit 7b78f359d1586ce4e5b00b3008ad8362a8173720
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 6 15:51:31 2016 +0100

    gnu: sudo: Use /var/run/sudo instead of /run/sudo.
    
    * gnu/packages/admin.scm (sudo)[arguments]: Pass
    --with-rundir=/var/run/sudo since /var/run is cleaned up at boot time on
    GuixSD whereas /run is not.
---
 gnu/packages/admin.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4f335a2..fbdc26d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014, 2015 Eric Bavier <address@hidden>
@@ -705,7 +705,7 @@ system administrator.")
     (arguments
      `(#:configure-flags
        (list "--with-logpath=/var/log/sudo.log"
-             "--with-rundir=/run/sudo"
+             "--with-rundir=/var/run/sudo"    ;must be cleaned up at boot time
              "--with-vardir=/var/db/sudo"
              "--with-iologdir=/var/log/sudo-io"
 



reply via email to

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