Update of /cvs/debian-openoffice/oo-debian-files/bin In directory gluck:/tmp/cvs-serv27672/bin
Modified Files: Tag: OPENOFFICE_ORG_1_1_1 openoffice Log Message: * OOOVERSION=1.1.1 in wrapper and 1.1.1 in autoresponse.conf [RE] * merge 1.1.0-6* [RE] Index: openoffice =================================================================== RCS file: /cvs/debian-openoffice/oo-debian-files/bin/openoffice,v retrieving revision 1.23.2.1 retrieving revision 1.23.2.2 diff -u -d -r1.23.2.1 -r1.23.2.2 --- openoffice 20 Jan 2004 11:37:07 -0000 1.23.2.1 +++ openoffice 3 Mar 2004 16:59:44 -0000 1.23.2.2 @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # this string should be exactly as in ~/.sversionrc -OOVERSION="OpenOffice.org 1.1.1a" +OOVERSION="OpenOffice.org 1.1.1" VER= ## @@ -143,6 +143,12 @@ return 1 } +## OOo does not start if /proc is not mounted, so check for it +if [ ! -f /proc/version ]; then + echo "openoffice.org: You must have a working /proc filesystem to use openoffice." >&2 + echo "Please mount /proc and try again" >&2 + exit 1 +fi ## ## where does OO live for this user ? Set OOHOME.