java/jdk16 - fix ControlPanel startup

Greg Lewis glewis at eyesbeyond.com
Mon Aug 6 13:51:49 PDT 2007


On Mon, Aug 06, 2007 at 07:32:17PM +0200, 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
>  #

Committed.  Thanks!

-- 
Greg Lewis                          Email   : glewis at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org


More information about the freebsd-java mailing list