guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: shadow: Set log in /var/log.


From: guix-commits
Subject: branch staging updated: gnu: shadow: Set log in /var/log.
Date: Fri, 19 Feb 2021 07:57:28 -0500

This is an automated email from the git hooks/post-receive script.

bricewge pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new b4c8855  gnu: shadow: Set log in /var/log.
b4c8855 is described below

commit b4c8855eaa5644b95f7d6053c099690a20ed1259
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sat Nov 7 10:18:23 2020 +0100

    gnu: shadow: Set log in /var/log.
    
    Fixes lastlog and faillog commands which otherwise look for lastlog and
    faillog files in /etc.
    
    * gnu/packages/admin.scm (shadow)[arguments]: Add configure flag
    'shadow_cv_logdir'.
---
 gnu/packages/admin.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8dc6a4f..a7502cf 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -702,6 +702,7 @@ hostname.")
        '(,@(if (hurd-target?)
              '()
              '("--with-libpam"))
+          "shadow_cv_logdir=/var/log"
           "ac_cv_func_setpgrp_void=yes")
 
        #:phases



reply via email to

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