Skip site navigation (1)Skip section navigation (2)
Date:      14 Aug 2002 12:14:40 +0530
From:      Sid Carter <sidcarter@symonds.net>
To:        ports@freebsd.org
Subject:   Re: ports/41605: Acrobat Reader 5 port doesn't start
Message-ID:  <86y9baq6qv.fsf@calvin.in.ibm.com>
In-Reply-To: <3D59F9E1.2050403@rshb.com.ru>
References:  <200208131350.g7DDojBm003994@peedub.jennejohn.org> <863ctirme7.fsf@calvin.in.ibm.com> <3D59F9E1.2050403@rshb.com.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> On Wed, 14 Aug 2002 13:34:09 +0700, "Evgueni V. Gavrilov" <admin@rshb.com.ru> said:

    Evgueni> The trouble is in start script - acroread5
    Evgueni> os_name=`uname -s`

    Evgueni> and further case "$os_name" in has no 'FreeBSD' entry

    Evgueni> just change os_name=`uname -s` to os_name='Linux'
    Evgueni> *8-)

Oh....Cool. Thanks so much. I changed the script and added an entry
for FreeBSD and it works now. Thanks a lot.

What I added in the acroread5 script is

FreeBSD)
    ACRO_CONFIG=intellinux
    export ACRO_CONFIG
    ;;

Regards
        Sid
-- 
The only difference between your girlfriend and a barracuda is the nailpolish.

Sid Carter                                                   Debian GNU/Linux.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86y9baq6qv.fsf>