On Mon, Jan 15, 2001 at 02:47:19PM -0200, Francisco M . Neto wrote:
> » Jonathan D. Proulx disse isso e eu digo aquilo:
>
> > On Sat, Jan 13, 2001 at 01:15:30PM -0800, Xucaen wrote:
>
> --
> #!/bin/bash
> netscape
> if ( -f ~/.netsc
» 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?
>
> Perf
Thanks to everyone who gave input, especially Ethan.
This is the latest version and seems to work well -
---
#!/bin/sh
# mynet
# used to remove netscape's lockfile and kill it's pid after a
#freeze.
lock_file=~/.netscape/lock
net_pid=$(ps x|grep net
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)
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?
xucaen
--- Jens Gecius <[EMAIL PROTECTED]> wrote:
> Andre Berger <[EMAIL PROTECTED]> writes:
>
> > ktb <[EMAIL PROTECTED]> writes:
On Thu, Jan 11, 2001 at 10:31:40PM -0500, Christopher W. Aiken wrote:
>
> Why not just open up another window and "kill" the netscape pid?
Because I'm tiered of doing that for the 100th time.
Why not write a script to save keystrokes?
kent
--
"In order to make an appl
Andre Berger <[EMAIL PROTECTED]> writes:
> ktb <[EMAIL PROTECTED]> writes:
>
> > This may be a strange request but I'm trying to write a little
> > wrapper of sorts for Netscape that removes the lock file
> > automatically after killing the browser when it hangs. The
> > problem
--- ktb <[EMAIL PROTECTED]> wrote:
> This may be a strange request but I'm trying
> to write a little
> wrapper of sorts for Netscape that removes the
> lock file
> automatically after killing the browser when
> it hangs. The
> problem I'm having is finding a site that
> h
ktb <[EMAIL PROTECTED]> writes:
> This may be a strange request but I'm trying to write a little
> wrapper of sorts for Netscape that removes the lock file
> automatically after killing the browser when it hangs. The
> problem I'm having is finding a site that hangs Netsca
Why not just open up another window and "kill" the netscape pid?
--
Christopher W. Aiken, Scenery Hill, Pa, USA
chris at cwaiken dot com, www.cwaiken.com
Current O/S: Debian GNU/Linux 2.2_r2
On Thu, 11 Jan 2001, ktb wrote:
-> This may be a strange request but I'm trying to write a littl
This may be a strange request but I'm trying to write a little
wrapper of sorts for Netscape that removes the lock file
automatically after killing the browser when it hangs. The
problem I'm having is finding a site that hangs Netscape. I
usually have no tr
11 matches
Mail list logo