repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
libutempter
/
libutempter.install
blob
8ca7a0c81f47f6a0f97ca70f14dc84bad2a8e939
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"
6
}
7
8
# vim:set ts=2 sw=2 et: