updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / libutempter / libutempter.install
blob8ca7a0c81f47f6a0f97ca70f14dc84bad2a8e939
1 post_install() {
2   echo "Recomended setup: Use a setGID (utmp) helper instead of root"
3   echo "groupadd utmp"
4   echo "chgrp utmp /usr/lib/utempter/utempter"
5   echo "chgrp utmp /var/run/utmp /var/log/wtmp"
8 # vim:set ts=2 sw=2 et: