rpms/exim/devel exim.spec,1.65,1.66

David Woodhouse dwmw2 at fedoraproject.org
Mon Aug 31 16:00:33 UTC 2009


Author: dwmw2

Update of /cvs/pkgs/rpms/exim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16964

Modified Files:
	exim.spec 
Log Message:
redirect stderr of groupadd to /dev/null, not stdout


Index: exim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exim/devel/exim.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- exim.spec	31 Aug 2009 13:25:16 -0000	1.65
+++ exim.spec	31 Aug 2009 16:00:33 -0000	1.66
@@ -331,7 +331,7 @@ touch $RPM_BUILD_ROOT/%_var/spool/exim/d
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-%{_sbindir}/groupadd -g 93 exim 2>&1
+%{_sbindir}/groupadd -g 93 exim 2>/dev/null
 %{_sbindir}/useradd -d %{_var}/spool/exim -s /sbin/nologin -G mail -M -r -u 93 -g exim exim 2>/dev/null
 # Copy TLS certs from old location to new -- don't move them, because the
 # config file may be modified and may be pointing to the old location.




More information about the fedora-extras-commits mailing list