[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/136: gnu: shadow: Set log in /var/log.
From: |
guix-commits |
Subject: |
06/136: gnu: shadow: Set log in /var/log. |
Date: |
Sun, 17 Oct 2021 05:15:45 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit d0682f5e20d722486c48da62c8ba903847ba0acc
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 4d4e18e..afffb47 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -835,6 +835,7 @@ hostname.")
'(,@(if (hurd-target?)
'()
'("--with-libpam"))
+ "shadow_cv_logdir=/var/log"
"ac_cv_func_setpgrp_void=yes")
#:phases
- branch core-updates-frozen-batched-changes created (now 372dac5), guix-commits, 2021/10/17
- 01/136: gnu: apr: Update to 1.7.0., guix-commits, 2021/10/17
- 04/136: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/10/17
- 03/136: gnu: rust: Update to 1.50., guix-commits, 2021/10/17
- 02/136: gnu: gst-plugins-base: Depend on Opus for all systems., guix-commits, 2021/10/17
- 05/136: gnu: pulseaudio: Use meson build system., guix-commits, 2021/10/17
- 06/136: gnu: shadow: Set log in /var/log.,
guix-commits <=
- 08/136: gnu: gtk+: Add a debug output., guix-commits, 2021/10/17
- 09/136: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/10/17
- 15/136: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/17
- 18/136: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/17
- 07/136: gnu: json-c: Update to 0.15., guix-commits, 2021/10/17
- 13/136: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/17
- 11/136: gnu: librsvg: Add a debug output., guix-commits, 2021/10/17
- 17/136: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/17
- 10/136: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/10/17
- 12/136: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/17