rpms/azureus/devel azureus.script,1.1,1.2 azureus.spec,1.3,1.4

Anthony Green (green) fedora-extras-commits at redhat.com
Sat Jan 21 17:04:14 UTC 2006


Author: green

Update of /cvs/extras/rpms/azureus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3919

Modified Files:
	azureus.script azureus.spec 
Log Message:
Fix startup script.



Index: azureus.script
===================================================================
RCS file: /cvs/extras/rpms/azureus/devel/azureus.script,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- azureus.script	19 Jan 2006 23:08:02 -0000	1.1
+++ azureus.script	21 Jan 2006 17:04:07 -0000	1.2
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-CLASSPATH=`build-classpath junit jakarta-commons-cli log4j swt-gtk-3.1.1 Azureus2` java -Dgnu.gcj.runtime.VMClassLoader.library_control=never org.gudy.azureus2.ui.swt.Main $*
+CLASSPATH=`build-classpath junit jakarta-commons-cli log4j swt-gtk-3.1.1 Azureus2` java -Dgnu.gcj.runtime.VMClassLoader.library_control=never org.gudy.azureus2.ui.swt.Main "$@"


Index: azureus.spec
===================================================================
RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- azureus.spec	20 Jan 2006 05:22:31 -0000	1.3
+++ azureus.spec	21 Jan 2006 17:04:07 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           azureus
 Version:        2.3.0.6
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        A BitTorrent Client
 
 Group:          Applications/Internet
@@ -144,6 +144,9 @@
 %{_libdir}/gcj/*
 
 %changelog
+* Sat Jan 21 2006 Anthony Green <green at redhat.com> - 2.3.0.6-16
+- Use "$@" instead of $* in azureus.script (thanks ivazquez).
+
 * Wed Jan 18 2006 Anthony Green <green at redhat.com> - 2.3.0.6-15
 - Remove PrintTransferTypes, which is unused and not 64-bit clean.
 




More information about the fedora-extras-commits mailing list