java/jdk16 - fix ControlPanel startup

Jung-uk Kim jkim at FreeBSD.org
Mon Aug 6 11:28:49 PDT 2007


On Monday 06 August 2007 01:32 pm, barbara wrote:
> # $FreeBSD: ports/java/jdk16/Makefile,v 1.134 2007/08/05 20:39:48
> glewis Exp $
>
>
> Change the shebang on bin/jcontrol and jre/bin/jcontrol to fix
> ControlPanel.
>
> $ cat /usr/ports/java/jdk16/files/patch-jcontrol
> ---
> ../../deploy/src/plugin/solaris/controlpanel/jcontrol.orig	2007-03-
>14 09:16:10.000000000 +0100 +++
> ../../deploy/src/plugin/solaris/controlpanel/jcontrol	2007-08-06
> 15:03:47.000000000 +0200 @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/bin/sh
>  #
>  # @(#)jcontrol	1.40 06/01/27
>  #

This problem is already fixed in Java porting team's CVS.  
Unfortunately I found it after patchset 1 was tagged.  So, it wasn't 
included in the first patchset. :-(

Greg, may I commit the patch in ports?

Jung-uk Kim


More information about the freebsd-java mailing list