[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-ports
Subject:    Re: FreeBSD-4.5, Mozilla-1.1, Plugger-4.0 and MPlayer-0.90rc2, oh-my!
From:       D J Hawkey Jr <hawkeyd () visi ! com>
Date:       2003-01-04 14:57:04
[Download RAW message or body]

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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic