freebsd / freebsd-wifi-build

freebsd-wifi-build
142 stars 59 forks source link

(fix) correct broken login #74

Closed mizhka closed 8 years ago

mizhka commented 8 years ago

Hi,

This patch fixes login routine. login is terminated with error due to missing library libypclnt.so.4. This library is required by /lib/libcrypt.so.5, which is required by pam_unix.so loaded by openpam. The output of login without library is here: http://pastebin.com/qQhAbCXc

Fix is successfully tested on Asus RT-N53 and issue is reproduced on Asus RT-N12,16,53.

mizhka commented 8 years ago

Thanks!