mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sys-apps/turnstile: add postinst message
Signed-off-by: Emi <reedy.sailors.8t@icloud.com>
This commit is contained in:
@@ -42,3 +42,11 @@ src_configure() {
|
|||||||
)
|
)
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
elog "For Turnstile to work you will have to add the following to /etc/pam.d/system-login"
|
||||||
|
elog ""
|
||||||
|
elog "-session optional pam_turnstile.so"
|
||||||
|
elog ""
|
||||||
|
elog "You will also need to enable the turnstiled service on dinit or runit"
|
||||||
|
}
|
||||||
|
|||||||
@@ -42,3 +42,11 @@ src_configure() {
|
|||||||
)
|
)
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
elog "For Turnstile to work you will have to add the following to /etc/pam.d/system-login"
|
||||||
|
elog ""
|
||||||
|
elog "-session optional pam_turnstile.so"
|
||||||
|
elog ""
|
||||||
|
elog "You will also need to enable the turnstiled service on dinit or runit"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user