Leah Neukirchen 95512fe382 libutempter: install helper binary setgid utmp.
Else it doesn't work.
2022-12-15 23:59:10 +01:00

7 lines
110 B
Plaintext

case "${ACTION}" in
post)
chgrp utmp usr/lib/utempter/utempter
chmod g+s usr/lib/utempter/utempter
;;
esac