libutempter: install helper binary setgid utmp.

Else it doesn't work.
This commit is contained in:
Leah Neukirchen 2022-12-09 19:21:45 +01:00
parent c18eaa57fd
commit 95512fe382
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
case "${ACTION}" in
post)
chgrp utmp usr/lib/utempter/utempter
chmod g+s usr/lib/utempter/utempter
;;
esac

View File

@ -1,7 +1,7 @@
# Template file for 'libutempter' # Template file for 'libutempter'
pkgname=libutempter pkgname=libutempter
version=1.2.1 version=1.2.1
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
short_desc="Library interface to record user sessions in utmp/wtmp files" short_desc="Library interface to record user sessions in utmp/wtmp files"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"