summaryrefslogtreecommitdiff
path: root/modules/pam_unix/need_nsl.sh
blob: 23f38ec08c522b53dcaa608d296d3dfae7a2a82f (plain)
1
2
3
4
5
6
7
#!/bin/sh
list=`/bin/ls /lib/libnsl.so.* 2> /dev/null`
if [ -z "$list" ]; then
   echo no
else
   echo yes
fi