Hello community,

here is the log from the commit of package postfixadmin for openSUSE:Factory 
checked in at 2013-09-29 17:51:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfixadmin (Old)
 and      /work/SRC/openSUSE:Factory/.postfixadmin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfixadmin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfixadmin/postfixadmin.changes        
2013-09-13 14:44:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.postfixadmin.new/postfixadmin.changes   
2013-09-29 17:51:43.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Sep 28 21:29:37 UTC 2013 - [email protected]
+
+- rework pre section
+  * if useradd -r then groupadd -r, too
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postfixadmin.spec ++++++
--- /var/tmp/diff_new_pack.tOmxLQ/_old  2013-09-29 17:51:45.000000000 +0200
+++ /var/tmp/diff_new_pack.tOmxLQ/_new  2013-09-29 17:51:45.000000000 +0200
@@ -144,10 +144,10 @@
 #   %{buildroot}%{_sysconfdir}/apache2/conf.d/
 
 %pre
-getent group  vacation >/dev/null || groupadd vacation || :
-getent passwd vacation >/dev/null || useradd -c "Virtual Vacation" -d 
%{_localstatedir}/spool/vacation -s /sbin/nologin -M -r -g vacation vacation || 
:
+%{_sbindir}/groupadd -r vacation 2> /dev/null || :
+%{_sbindir}/useradd -c "Virtual Vacation" -d %{_localstatedir}/spool/vacation 
-s /sbin/nologin -M -r -g vacation vacation 2> /dev/null || :
 # fix group for vacation user (if created by older versions (< 2012-02-13) of 
this package, it was created with group users)
-usermod -g vacation vacation || :
+%{_sbindir}/usermod -g vacation vacation 2> /dev/null || :
 
 #if [ -z "`grep vacation /etc/postfix/master.cf 2>/dev/null`" ]; then
 #cat <<'EOF' >>/etc/postfix/master.cf

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to