From owner-freebsd-ports Tue Aug 13 23:34:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A44D837B400 for ; Tue, 13 Aug 2002 23:34:12 -0700 (PDT) Received: from rshb.com.ru (rshb.com.ru [195.162.58.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A99543E6A for ; Tue, 13 Aug 2002 23:34:12 -0700 (PDT) (envelope-from admin@rshb.com.ru) Received: by rshb.com.ru (Sendmail for UK-NC RT11-SJ, from userid 426) id 0800821144; Wed, 14 Aug 2002 13:34:09 +0700 (OMSST) Received: from rshb.com.ru (vampiro.rsb.local [192.168.1.111]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "Evgueni V. Gavrilov", Issuer "RSHB Omsk branch CA" (verified OK)) by rshb.com.ru (Sendmail for UK-NC RT11-SJ) with ESMTP id D4D7720F0B; Wed, 14 Aug 2002 13:34:08 +0700 (OMSST) Message-ID: <3D59F9E1.2050403@rshb.com.ru> Date: Wed, 14 Aug 2002 13:34:09 +0700 From: "Evgueni V. Gavrilov" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020813 X-Accept-Language: ru, en MIME-Version: 1.0 To: sidcarter@symonds.net Cc: ports@freebsd.org Subject: Re: ports/41605: Acrobat Reader 5 port doesn't start References: <200208131350.g7DDojBm003994@peedub.jennejohn.org> <863ctirme7.fsf@calvin.in.ibm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sid Carter wrote: > >> [calvin] ~> acroread > >> The OS named FreeBSD version 5.0-CURRENT is currently not installed. > >> Try running on an installed platform and connecting to your display. > >> Installed platform(s) include the following: > >> Intel/Linux > >> ----------------------------- > Gary> Works for me with -current. What's the sysctl compat.linux.osname > Gary> set to ? On my system it's: > Gary> compat.linux.osname: Linux > I get this on my system. > [calvin] ~> sysctl compat.linux.osname > compat.linux.osname: Linux The trouble is in start script - acroread5 os_name=`uname -s` and further case "$os_name" in has no 'FreeBSD' entry just change os_name=`uname -s` to os_name='Linux' *8-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message