summaryrefslogtreecommitdiff
path: root/user/elogind/elogind.post-install
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-25 02:19:21 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-25 02:29:48 +0000
commit9d3f5e4a81522a7459266b3ba975a70447451ce0 (patch)
treeea037269d3653e30b9f58a761a5657eedd6e9deb /user/elogind/elogind.post-install
parent6b9635f493367d712260a86500518448691e1b9d (diff)
downloadpackages-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-install3
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