From 95512fe382aa896a908a189bc5aa2273772de05d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 9 Dec 2022 19:21:45 +0100 Subject: [PATCH] libutempter: install helper binary setgid utmp. Else it doesn't work. --- srcpkgs/libutempter/INSTALL | 6 ++++++ srcpkgs/libutempter/template | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/libutempter/INSTALL diff --git a/srcpkgs/libutempter/INSTALL b/srcpkgs/libutempter/INSTALL new file mode 100644 index 00000000000..fc3bfaad144 --- /dev/null +++ b/srcpkgs/libutempter/INSTALL @@ -0,0 +1,6 @@ +case "${ACTION}" in +post) + chgrp utmp usr/lib/utempter/utempter + chmod g+s usr/lib/utempter/utempter + ;; +esac diff --git a/srcpkgs/libutempter/template b/srcpkgs/libutempter/template index f2999ccebd3..3a89e4126cf 100644 --- a/srcpkgs/libutempter/template +++ b/srcpkgs/libutempter/template @@ -1,7 +1,7 @@ # Template file for 'libutempter' pkgname=libutempter version=1.2.1 -revision=1 +revision=2 build_style=gnu-makefile short_desc="Library interface to record user sessions in utmp/wtmp files" maintainer="Orphaned "