Skip to content

Commit

Permalink
Remove FreeBSD-specific PAM configuration
Browse files Browse the repository at this point in the history
Something in FreeBSD's PAM modules changed, and
now using the "passwd" configuration file fails to unlock
  • Loading branch information
nkeor authored and ddevault committed Jan 6, 2020
1 parent a7404e1 commit dee0021
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
17 changes: 4 additions & 13 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -152,19 +152,10 @@ executable('swaylock',
install: true
)

if is_freebsd
install_data(
'pam/swaylock.freebsd',
install_dir: sysconfdir + '/pam.d/',
rename: 'swaylock'
)
else
install_data(
'pam/swaylock.linux',
install_dir: sysconfdir + '/pam.d/',
rename: 'swaylock'
)
endif
install_data(
'pam/swaylock',
install_dir: sysconfdir + '/pam.d/'
)

if scdoc.found()
sh = find_program('sh')
Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions pam/swaylock.freebsd

This file was deleted.

0 comments on commit dee0021

Please sign in to comment.