mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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'.
This commit is contained in:
parent
98a41305cc
commit
b4c8855eaa
1 changed files with 1 additions and 0 deletions
|
@ -702,6 +702,7 @@ (define-public shadow
|
|||
'(,@(if (hurd-target?)
|
||||
'()
|
||||
'("--with-libpam"))
|
||||
"shadow_cv_logdir=/var/log"
|
||||
"ac_cv_func_setpgrp_void=yes")
|
||||
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue