mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
libutempter: install helper binary setgid utmp.
Else it doesn't work.
This commit is contained in:
parent
c18eaa57fd
commit
95512fe382
2 changed files with 7 additions and 1 deletions
6
srcpkgs/libutempter/INSTALL
Normal file
6
srcpkgs/libutempter/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
chgrp utmp usr/lib/utempter/utempter
|
||||||
|
chmod g+s usr/lib/utempter/utempter
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue