From dpelleg@cs.cmu.edu  Sun Oct  5 16:43:13 2003
Return-Path: <dpelleg@cs.cmu.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 53F8816A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Oct 2003 16:43:13 -0700 (PDT)
Received: from gw.pelleg.org (gw.pelleg.org [205.201.13.235])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5569E43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Oct 2003 16:43:10 -0700 (PDT)
	(envelope-from dpelleg@cs.cmu.edu)
Received: from lank.here (lank.wburn [192.168.3.41])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(Client CN "gw.pelleg.org", Issuer "Dan Pelleg" (verified OK))
	by gw.pelleg.org (Postfix) with ESMTP id C17425A3A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Oct 2003 19:43:08 -0400 (EDT)
Received: by lank.here (Postfix, from userid 7675)
	id 07085AEF; Sun,  5 Oct 2003 19:43:06 -0400 (EDT)
Message-Id: <20031005234306.07085AEF@lank.here>
Date: Sun,  5 Oct 2003 19:43:06 -0400 (EDT)
From: Dan Pelleg <daniel+gnats@pelleg.org>
Reply-To: Dan Pelleg <daniel+gnats@pelleg.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update to handbook: linux MATLAB
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57624
>Category:       docs
>Synopsis:       update to handbook: linux MATLAB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    blackend
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 05 16:50:18 PDT 2003
>Closed-Date:    Mon Oct 06 11:29:40 PDT 2003
>Last-Modified:  Mon Oct 06 11:29:40 PDT 2003
>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:
Responsible-Changed-From-To: freebsd-doc->blackend 
Responsible-Changed-By: blackend 
Responsible-Changed-When: Mon Oct 6 03:18:12 PDT 2003 
Responsible-Changed-Why:  
This one is for me :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57624 
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Mon Oct 6 11:28:54 PDT 2003 
State-Changed-Why:  
I committed a slightly different version of your patch.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57624 
>Unformatted:
