pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/sddm/files



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Dec 30 17:50:13 UTC 2025

Added Files:
        pkgsrc/x11/sddm/files: README.pkgsrc

Log Message:
sddm: add README.pkgsrc to explain how to configure PAM for use


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/sddm/files/README.pkgsrc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/x11/sddm/files/README.pkgsrc
diff -u /dev/null pkgsrc/x11/sddm/files/README.pkgsrc:1.1
--- /dev/null   Tue Dec 30 17:50:14 2025
+++ pkgsrc/x11/sddm/files/README.pkgsrc Tue Dec 30 17:50:13 2025
@@ -0,0 +1,10 @@
+By default, this package will use PAM for authentication purposes.
+To add the required authenticaion policies to your PAM configuration,
+import the policy files provided with the package:
+
+       $ for i in sddm sddm-autologin sddm-greeter; do
+       > cp @PREFIX@/share/examples/pam.d/$i /etc/pam.d
+       > done
+
+You will also need to install the sddm rc.d script to run it as a
+service. These details will be noted during the installation phase.



Home | Main Index | Thread Index | Old Index