[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/149: gnu: shadow: Set log in /var/log.
From: |
guix-commits |
Subject: |
06/149: gnu: shadow: Set log in /var/log. |
Date: |
Tue, 26 Oct 2021 23:51:56 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 16e2c32e7a91d35fb89d46a941aec3535e321fea
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 af8f86e..6f9af67 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 09416bc), guix-commits, 2021/10/26
- 01/149: gnu: apr: Update to 1.7.0., guix-commits, 2021/10/26
- 05/149: gnu: pulseaudio: Use meson build system., guix-commits, 2021/10/26
- 04/149: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/10/26
- 22/149: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/10/26
- 07/149: gnu: json-c: Update to 0.15., guix-commits, 2021/10/26
- 20/149: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/10/26
- 31/149: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/10/26
- 29/149: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/10/26
- 08/149: gnu: gtk+: Add a debug output., guix-commits, 2021/10/26
- 06/149: gnu: shadow: Set log in /var/log.,
guix-commits <=
- 18/149: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/26
- 19/149: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/10/26
- 15/149: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/26
- 11/149: gnu: librsvg: Add a debug output., guix-commits, 2021/10/26
- 14/149: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/10/26
- 16/149: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/26
- 12/149: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/26
- 26/149: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/10/26
- 28/149: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/10/26
- 27/149: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/10/26