Re: [0T] need a url that crashes netscape
» Jonathan D. Proulx disse isso e eu digo aquilo:
> On Sat, Jan 13, 2001 at 01:15:30PM -0800, Xucaen wrote:
> :but if you kill the netscape process, then it
> :isn't still running somewhere on your machine and
> :deleting the lock file is perfectly valid.
> :isn't it?
> :comments anyone?
> 
> Perfectly true however, in the following case (removal before
> starting), that isn't assured.  Infact it's possible for Netscape to
> crash taking all it's windows with it, but leaving a thrashing process
> in the background.  I don't know what affect removing the lock file
> has with a dead but not gone Netscape process lurking around.
	Something like the following script should be useful (I
think):
--------------------------------------------------------------
#!/bin/bash
netscape     
if ( -f ~/.netscape/lock ) then
	rm -f ~/.netscape/lock > /dev/null
fi
-------------------------------------------------------------
--
[]'s,
		francisco m. neto
"Some nice quote goes here."
		-- myself
Reply to: