From: Simon Ruderich Date: Sat, 17 May 2014 19:32:25 +0000 (+0200) Subject: README: add setgid utmp instructions X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1e1ac98d66e46e43cf1d334c39550233ae5653a9;hp=1bc8ac76b48b4353161780a49509579367fb1bd8;p=wall-notify%2Fwall-notify.git README: add setgid utmp instructions --- diff --git a/README b/README index 783e59a..4027cd9 100644 --- a/README +++ b/README @@ -31,6 +31,11 @@ INSTALLATION ./configure && make && make check +The libutempter is not available, the binary must be setgid utmp: + + chgrp utmp src/wall-notify + chmod g+s src/wall-notify + USAGE -----