Comment 1 for bug 668366

Revision history for this message
David Watson (david-watson) wrote :

Potential fix that works for me:

david@ubuntu:/usr/share/doc/scponly-full/setup_chroot$ diff setup_chroot.sh setup_chroot.sh.orig
98,102d97
< /bin/ls /lib/libnss_files* > /dev/null 2>&1
< if [ $? -eq 0 ]; then
< LIB_LIST="$LIB_LIST /lib/libnss_files*"
< fi
<