packages: dovecot/dovecot.spec - add dovenull user/group (http://wiki2.dove...

arekm arekm at pld-linux.org
Sat Sep 18 21:35:02 CEST 2010


Author: arekm                        Date: Sat Sep 18 19:35:02 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add dovenull user/group (http://wiki2.dovecot.org/Upgrading/2.0)

---- Files affected:
packages/dovecot:
   dovecot.spec (1.143 -> 1.144) 

---- Diffs:

================================================================
Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.143 packages/dovecot/dovecot.spec:1.144
--- packages/dovecot/dovecot.spec:1.143	Sat Sep 18 21:02:35 2010
+++ packages/dovecot/dovecot.spec	Sat Sep 18 21:34:56 2010
@@ -188,6 +188,8 @@
 %pre
 %groupadd -g 172 dovecot
 %useradd -u 172 -d /usr/share/empty -s /bin/false -c "Dovecot server" -g dovecot dovecot
+%groupadd -g 254 dovenull
+%useradd -u 254 -d /usr/share/empty -s /bin/false -c "Dovecot server" -g dovenull dovenull
 
 %post
 /sbin/chkconfig --add dovecot
@@ -209,6 +211,8 @@
 if [ "$1" = "0" ]; then
 	%userremove dovecot
 	%groupremove dovecot
+	%userremove dovenull
+	%groupremove dovenull
 fi
 
 %triggerpostun -- dovecot < 1:1.1
@@ -287,6 +291,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.144  2010/09/18 19:34:56  arekm
+- add dovenull user/group (http://wiki2.dovecot.org/Upgrading/2.0)
+
 Revision 1.143  2010/09/18 19:02:35  arekm
 - up to 2.0.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot.spec?r1=1.143&r2=1.144&f=u



More information about the pld-cvs-commit mailing list