[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#196039: openoffice.org: Running ooffice gives "Try `uname --help' for more information" before starting



Package: openoffice.org
Version: 1.0.3-2
Severity: minor
Tags: patch

The complaint from uname arises because the sopatchlevel.sh test
thinks it's running on SunOS because of missing spaces in the test.
The following patch adds the spaces, and eliminates the problem.
    -Eric

*** /usr/lib/openoffice/program/sopatchlevel.sh.~1~	2003-04-15 22:00:00.000000000 -0700
--- /usr/lib/openoffice/program/sopatchlevel.sh	2003-06-03 17:17:30.000000000 -0700
***************
*** 64,70 ****
  sd_inst="`dirname "$0"`"
  sd_platform=`uname -s`
  
! if [ "$sd_platform"="SunOS" ]; then
  	#
  	# check required patchid
  	#
--- 64,70 ----
  sd_inst="`dirname "$0"`"
  sd_platform=`uname -s`
  
! if [ "$sd_platform" = "SunOS" ]; then
  	#
  	# check required patchid
  	#


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux eric-6100 2.4.21-rc1 #1 Mon May 19 00:19:13 PDT 2003 i686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages openoffice.org depends on:
ii  openoffice.org-bin            1.0.3-2    OpenOffice.org office suite binary
ii  openoffice.org-debian-files   1.0.3-2+1  Debian specific parts of OpenOffic
ii  openoffice.org-l10n-en        1.0.3-2    English (US) language package for 

-- no debconf information




Reply to: