me
/
guix
Archived
1
0
Fork 0

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'.
master
Brice Waegeneire 2020-11-07 10:18:23 +01:00 committed by Maxim Cournoyer
parent f635b3cde7
commit f09563abb3
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 0 deletions

View File

@ -835,6 +835,7 @@ hostname.")
'(,@(if (hurd-target?)
'()
'("--with-libpam"))
"shadow_cv_logdir=/var/log"
"ac_cv_func_setpgrp_void=yes")
#:phases