Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Oct 2003 19:43:06 -0400 (EDT)
From:      Dan Pelleg <daniel+gnats@pelleg.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/57624: update to handbook: linux MATLAB
Message-ID:  <20031005234306.07085AEF@lank.here>
Resent-Message-ID: <200310052350.h95NoJ7o099535@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57624
>Category:       docs
>Synopsis:       update to handbook: linux MATLAB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 05 16:50:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dan Pelleg
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD lank 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #5: Tue Sep 16 20:15:41 EDT 2003


	
>Description:
Clarification and tip following discussion with user of current documentation.
>How-To-Repeat:
	
>Fix:

	

743c743
< 	      <filename>$MATLAB/etc/license.dat</filename> before the
---
> 	      <filename>$MATLAB/license.dat</filename> before the
843a844,851
>     <tip><para>Depending on your version of <filename>linux_base</filename>,
>           you may run into errors when running this script. To avoid
>           that, edit the file $MATLAB/bin/matlab, and change the line that says:
>           </para>
>           <programlisting>if [ `expr "$lscmd" : '.*-&gt;.*'` -ne 0 ]; then</programlisting>
>           <para>(in version 13.0.1 it is on line 410) to this line:</para>
>           <programlisting>if test -L $newbase; then</programlisting>
>     </tip>
>Release-Note:
>Audit-Trail:
>Unformatted:



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