Update of /home/halls/cvs/debian-openoffice/oo-debian-files/share In directory gluck:/tmp/cvs-serv23128/share
Modified Files: prelink Log Message: * doc/README.Debian: Suggest adding fonts in /usr/local/share/fonts instead of /usr/share/fonts. * share/prelink: Set stdin for oooprelink to /dev/null to prevent prelink questions from hanging the install (closes:#233139) * Release 1.1.0-6+2 Index: prelink =================================================================== RCS file: /home/halls/cvs/debian-openoffice/oo-debian-files/share/prelink,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- prelink 7 Sep 2003 22:13:14 -0000 1.7 +++ prelink 22 Feb 2004 14:15:56 -0000 1.8 @@ -26,7 +26,9 @@ if [ "$1" = "openoffice.org-bin" -a "$2" = "configure" ]; then if [ -x /usr/sbin/prelink ]; then # the check if we should do it is actually done in this script - oooprelink + # prelink can hang asking for input so redirect stdin + # (BTS #233139) + oooprelink < /dev/null fi fi