[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, 28 Jul 2004 02:53:54 -0600


Update of /cvsroot/pkg-jboss/jboss3/debian
In directory haydn:/tmp/cvs-serv4713

Modified Files:
	jboss3.preinst 
Log Message:
change homedir to /usr/share/jboss3

Index: jboss3.preinst
===================================================================
RCS file: /cvsroot/pkg-jboss/jboss3/debian/jboss3.preinst,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jboss3.preinst	17 May 2004 09:03:02 -0000	1.1
+++ jboss3.preinst	28 Jul 2004 08:53:52 -0000	1.2
@@ -20,7 +20,7 @@
       # add this in the preinst since the jboss-server-<> packages rely
       # on the user being there already
       if ! id jboss > /dev/null 2>&1; then
-        adduser --system --home /usr/share/jboss --no-create-home   \
+        adduser --system --home /usr/share/jboss3 --no-create-home  \
 	   --ingroup nogroup --disabled-password --shell /bin/false \
 	   jboss
       fi