FS#6691 - pam-0.81-3 PKGBUILD creates dead links
Attached to Project:
Arch Linux
Opened by Nicolai Lissner (blackpenguin) - Friday, 23 March 2007, 21:27 GMT
Opened by Nicolai Lissner (blackpenguin) - Friday, 23 March 2007, 21:27 GMT
|
Details
The PKGBUILD of pam-0.81-3 written by still contains this
lines:
ln -s libpam.so.0.80 libpam.so.0 ln -s libpam_misc.so.0.80 libpam_misc.so.0 ln -s libpamc.so.0.80 libpamc.so.0 which is obviously wrong. Fortunately "ldconfig" fixes this problem, since without it, bugs like this would lock out anyone of the system. |
This task depends upon
Comment by
Tobias Powalowski (tpowa) - Saturday,
24 March 2007, 09:13 GMT
thanks for reporting, seems this was quite a long time wrong in
the package