Update of /cvs/debian-openoffice/oo-debian-files/share
In directory gluck:/tmp/cvs-serv27672/share

Modified Files:
      Tag: OPENOFFICE_ORG_1_1_1
        prelink 
Log Message:
  * OOOVERSION=1.1.1 in wrapper and 1.1.1 in autoresponse.conf [RE]
  * merge 1.1.0-6* [RE]


Index: prelink
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/share/prelink,v
retrieving revision 1.7
retrieving revision 1.7.4.1
diff -u -d -r1.7 -r1.7.4.1
--- prelink     7 Sep 2003 22:13:14 -0000       1.7
+++ prelink     3 Mar 2004 16:59:46 -0000       1.7.4.1
@@ -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
 

Reply via email to