Skip to content

Commit

Permalink
Makefile pamcheck: Fixed /etc/pam.d/sddm-{autologin,greeter}
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Nov 9, 2024
1 parent 0639526 commit 5014d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pam-files/login pam-files/remote: | $(CWD)/pam-files/
wget -nv -nc -O $@ ftp://ftp.slackware.com/pub/slackware/$(slackware)-$(slackware_version)/source/a/util-linux/pam.d/login

pam-files/sddm pam-files/sddm-autologin pam-files/sddm-greeter: | $(CWD)/pam-files/
wget -nv -nc -O $@ ftp://ftp.slackware.com/pub/slackware/$(slackware)-$(slackware_version)/source/kde/kde/post-install/sddm/pam.d/sddm
wget -nv -nc -O $@ ftp://ftp.slackware.com/pub/slackware/$(slackware)-$(slackware_version)/source/kde/kde/post-install/sddm/pam.d/$(notdir $@)

pam-files/xscreensaver: | $(CWD)/pam-files/
wget -nv -nc -O $@ ftp://ftp.slackware.com/pub/slackware/$(slackware)-$(slackware_version)/source/xap/xscreensaver/xscreensaver.pam
Expand Down

0 comments on commit 5014d79

Please sign in to comment.