diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-25 02:19:21 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-25 02:29:48 +0000 |
commit | 9d3f5e4a81522a7459266b3ba975a70447451ce0 (patch) | |
tree | ea037269d3653e30b9f58a761a5657eedd6e9deb /user/elogind/elogind.post-install | |
parent | 6b9635f493367d712260a86500518448691e1b9d (diff) | |
download | packages-9d3f5e4a81522a7459266b3ba975a70447451ce0.tar.gz packages-9d3f5e4a81522a7459266b3ba975a70447451ce0.tar.bz2 packages-9d3f5e4a81522a7459266b3ba975a70447451ce0.tar.xz packages-9d3f5e4a81522a7459266b3ba975a70447451ce0.zip |
user/elogind: New package
Diffstat (limited to 'user/elogind/elogind.post-install')
-rw-r--r-- | user/elogind/elogind.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/elogind/elogind.post-install b/user/elogind/elogind.post-install new file mode 100644 index 000000000..8a6636660 --- /dev/null +++ b/user/elogind/elogind.post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +printf "# Welcome to Adélie Linux\n# This file integrates elogind with your system PAM configuration.\n# It should not be modified. If you no longer wish to use elogind,\n# simply remove the include line from /etc/pam.d/base-session.\n\nsession\t\trequired\tpam_loginuid.so\nsession\t\toptional\tpam_elogind.so\n" > /etc/pam.d/base-session-elogind |