mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
12 lines
208 B
Plaintext
Executable File
12 lines
208 B
Plaintext
Executable File
post_install() {
|
|
cat >> /etc/pam.d/system-session << "EOF"
|
|
# Begin ConsoleKit addition
|
|
|
|
session optional pam_loginuid.so
|
|
session optional pam_ck_connector.so nox11
|
|
|
|
# End ConsoleKit addition
|
|
EOF
|
|
}
|
|
|