Hello,

Here is a patch for that bug that works for me.

Actually, I don't see the reason why GID should be exactly the same as
UID of roundup user.

-- 
Dmitry
diff -ru roundup-1.2.1/debian/roundup.dirs roundup-1.2.1-9/debian/roundup.dirs
--- roundup-1.2.1/debian/roundup.dirs	2007-03-15 12:05:28.000000000 +0300
+++ roundup-1.2.1-9/debian/roundup.dirs	2007-03-15 11:48:24.000000000 +0300
@@ -6,3 +6,4 @@
 etc/roundup/service/log
 etc/init.d
 usr/share/doc/roundup
+usr/bin
diff -ru roundup-1.2.1/debian/roundup.preinst roundup-1.2.1-9/debian/roundup.preinst
--- roundup-1.2.1/debian/roundup.preinst	2007-03-15 12:05:28.000000000 +0300
+++ roundup-1.2.1-9/debian/roundup.preinst	2007-03-15 11:40:08.000000000 +0300
@@ -15,7 +15,7 @@
 	if [ ! "`getent passwd roundup`" ]; then
 		adduser --quiet --system --ingroup roundup --home /var/lib/roundup --no-create-home roundup
 	fi
-	groupmod -g `id -u roundup` roundup
+	#groupmod -g `id -u roundup` roundup
 	usermod -g `getent group roundup | sed -e 's/^.*x//' -e 's/://g'` roundup
 }
 

Attachment: signature.asc
Description: Digital signature

Reply via email to