ports/91981: [Maintainer Update] german/tvbrowser: use new start script

Jean-Yves Lefort jylefort at FreeBSD.org
Thu Jan 26 01:33:57 UTC 2006


Synopsis: [Maintainer Update] german/tvbrowser: use new start script

State-Changed-From-To: open->feedback
State-Changed-By: jylefort
State-Changed-When: Thu Jan 26 01:25:10 UTC 2006
State-Changed-Why: 
I see the following problems with your script:

  - it prints useless spam to standard output
  - it uselessly checks for java
  - it remains loaded while java is executing
  - it uselessly depends on bash

I propose the following version instead (needs testing):

#!/bin/sh
exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/tvbrowser.jar "$@"
You do not need such a bloated bash script

http://www.freebsd.org/cgi/query-pr.cgi?pr=91981



More information about the freebsd-ports-bugs mailing list