7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
case "${ACTION}" in
|
|
post)
|
|
chgrp utmp usr/lib/utempter/utempter
|
|
chmod g+s usr/lib/utempter/utempter
|
|
;;
|
|
esac
|