Re: mol-0.9.57 uploaded


Subject: Re: mol-0.9.57 uploaded
From: Bill Fink (billfink@capu.net)
Date: Fri Apr 13 2001 - 19:50:24 MDT


> On Wed Apr 11 2001, Samuel Rydh wrote:
>
> The 0.9.57 version of MOL is now available from
> homepage. Please report any problems with this
> version - I think it should run wihtout problems
> on everything except 601 and 603 systems.

The new version makes it a little more difficult to run MOL as an
ordinary user. To work around this, I made the following small patch
to startmol:

--- .orig/startmol Fri Apr 13 20:22:14 2001
+++ .mod/startmol Fri Apr 13 21:23:54 2001
@@ -256,6 +256,7 @@
 
 SHEEP_MOD=`get_mod_name sheep_net` && load_sheep_net
 
+[ "${MOLARGS[0]}" == "--loadonly" ] && exit 0
 
 ###########################################################################
 # detect common problems

I then just added the following to my rc.local:

        startmol --loadonly

Once this is done, I can run startmol as just me without having to
become root first.

                                                -Bill



This archive was generated by hypermail 2a24 : Fri Apr 13 2001 - 19:52:56 MDT