[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-commits] gforge/deb-specific install-chroot.sh, 1.10.2.1, 1.10.2
From: |
lo-lan-do |
Subject: |
[Gforge-commits] gforge/deb-specific install-chroot.sh, 1.10.2.1, 1.10.2.2 |
Date: |
Wed, 10 Nov 2004 06:22:53 -0600 |
Update of /cvsroot/gforge/gforge/deb-specific
In directory db.perdue.net:/tmp/cvs-serv18062/deb-specific
Modified Files:
Tag: Branch_3_1
install-chroot.sh
Log Message:
Added libnss_ldap.so* to chroot, so that users can authenticate
against LDAP inside it, patch from Clement 'nodens' Hermann
<address@hidden> (closes: #280446).
Index: install-chroot.sh
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/install-chroot.sh,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -d -r1.10.2.1 -r1.10.2.2
--- install-chroot.sh 13 Nov 2003 22:18:13 -0000 1.10.2.1
+++ install-chroot.sh 10 Nov 2004 12:22:51 -0000 1.10.2.2
@@ -47,12 +47,13 @@
# TODO: remove unneeded stuff from that list
for binary in \
/usr/sbin/sshd \
+ /lib/libnss_ldap.so.* \
/usr/bin/cvs \
/bin/ls \
/bin/sh \
/bin/bash \
/bin/chgrp ; do
- if [ -x "$binary" ] ; then
+ if [ -x "$binary" -o -L "$binary" ] ; then
echo "$binary"
ldd $binary | cut -d" " -f3
fi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-commits] gforge/deb-specific install-chroot.sh, 1.10.2.1, 1.10.2.2,
lo-lan-do <=