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
f635b3cde7
commit
f09563abb3
1 changed files with 1 additions and 0 deletions
|
@ -835,6 +835,7 @@ hostname.")
|
||||||
'(,@(if (hurd-target?)
|
'(,@(if (hurd-target?)
|
||||||
'()
|
'()
|
||||||
'("--with-libpam"))
|
'("--with-libpam"))
|
||||||
|
"shadow_cv_logdir=/var/log"
|
||||||
"ac_cv_func_setpgrp_void=yes")
|
"ac_cv_func_setpgrp_void=yes")
|
||||||
|
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Reference in a new issue