[pkg-jboss-commits] cvs commit to jboss3/debian by agx
pkg-jboss-commits@lists.alioth.debian.org
pkg-jboss-commits@lists.alioth.debian.org
Wed, 07 Jul 2004 07:32:13 -0600
Update of /cvsroot/pkg-jboss/jboss3/debian
In directory haydn:/tmp/cvs-serv25226/debian
Modified Files:
changelog TODO
Log Message:
update
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-jboss/jboss3/debian/changelog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- changelog 22 Jun 2004 07:25:54 -0000 1.9
+++ changelog 7 Jul 2004 13:32:11 -0000 1.10
@@ -5,11 +5,18 @@
* jboss3.init: fix startup message if JBOSS_USER is empty
* jboss3.default: fix typos
* control: jboss3-server-configs must depend on exactly the same jboss3
- version
- * copy jboss.jar into minimal/lib to make this config work
+ version, beautify
+ * copy jboss.jar into minimal/lib to make this config work
(Upstream Bug #969292)
+ * add simple script to create a config under /srv/jboss3/
+ * add jboss.web to default/ and debian/ config
+ * don't make /etc/jboss3/<config>/ itself writeable, avoid fork
+ * first pieces of a FAQ.Debian
+ * remove jdom package bug workaround
+ * move MS Windows batch files into a separate package, might be handy
+ if you export /usr/share/jboss3/bin to Windows clients.
- -- Guido Guenther <agx@debian.org> Mon, 21 Jun 2004 12:29:08 +0200
+ -- Guido Guenther <agx@debian.org> Tue, 22 Jun 2004 15:06:17 +0200
jboss3 (3.2.4.final-1) unstable; urgency=low
Index: TODO
===================================================================
RCS file: /cvsroot/pkg-jboss/jboss3/debian/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- TODO 17 Jun 2004 18:41:06 -0000 1.3
+++ TODO 7 Jul 2004 13:32:11 -0000 1.4
@@ -1,11 +1,16 @@
# $Id$
-- make sure we move all conf files to etc/
-- rotate logfiles (/etc/logrotate.d)
-- add all *.doc files to the doc package and convert them to pdf using antiword
- or wv
-- better package split
-- make it work with kaffe
-- run and save testsuite results?
-- "netboot" client package / server config?
-- allow to easily run multiple jboss instances (sample-bindings.xml)?
+Guido:
+ - fix server-debian config
+ - fix stop.sh to always stop the correct jboss instance
+ - rotate logfiles (/etc/logrotate.d) and/or log4j
+ - add all *.doc files to the doc package and convert them to pdf using
+ antiword or wv
+ - improve package split
+ - find, list and get rid of thirdparty .jars
+ - fix jmx-console/status using the wrong parts in the cluster display (always
+ 8080)
+ - make it work with kaffe
+ - run and save testsuite results
+ - "netboot" client package / server config?
+ - allow to easily run multiple jboss instances via sample-bindings.xml?