Date: Sat, 4 Jan 2003 08:57:04 -0600 From: D J Hawkey Jr <hawkeyd@visi.com> To: John Merryweather Cooper <coop9211@uidaho.edu> Cc: freebsd-multimedia@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: FreeBSD-4.5, Mozilla-1.1, Plugger-4.0 and MPlayer-0.90rc2, oh-my! Message-ID: <20030104085704.A16620@sheol.localdomain> In-Reply-To: <20030104080931.A16422@sheol.localdomain>; from hawkeyd@visi.com on Sat, Jan 04, 2003 at 08:09:31AM -0600 References: <20030103200927.A667@sheol.localdomain> <3E167357.7030300@uidaho.edu> <20030104080931.A16422@sheol.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 04, at 08:09 AM, D J Hawkey Jr wrote: > > Also, the hack to run-mozilla.sh as written isn't robust enough. This works > better, but it still isn't The Right Answer(tm): > > --- run-mozilla.sh Tue Dec 31 08:01:03 2002 > +++ run-mozilla.sh Fri Jan 3 12:20:26 2003 > @@ -193,6 +193,12 @@ > ## > $prog ${1+"$@"} > exitcode=$? > + > + ## > + ## Kill any plugger artifacts > + ## > + ps -axww |egrep "mplayer.*wid" |awk '{print $1}' |xargs kill -9 Not enough coffee yet. Should be: ps -axww |awk '/mplayer.*-wid/ {print $1}' |xargs kill -9 > if [ "$DEBUG_CORE_FILES" ] > then > if [ -f core ] Sorry, Dave -- ______________________ ______________________ \__________________ \ D. J. HAWKEY JR. / __________________/ \________________/\ hawkeyd@visi.com /\________________/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030104085704.A16620>