mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 18:44:19 +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
|
|
}
|
|
|