libutempter: install helper binary setgid utmp.
Else it doesn't work.
This commit is contained in:
parent
c18eaa57fd
commit
95512fe382
|
@ -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'
|
||||
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 <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Reference in New Issue