mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
9 lines
282 B
Bash
9 lines
282 B
Bash
#!/bin/sh
|
|
# Taken from the README.md but modified to say login instead of system-login
|
|
# since system-login does not work
|
|
cat << EOF
|
|
*
|
|
* To enable the pam module, add the following recommended configuration to /etc/pam.d/login:
|
|
* session optional pam_dumb_runtime_dir.so
|
|
*
|
|
EOF
|