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 "