diff dnsbl.spec.in @ 133:b8ce1b31237d stable-5-19

uribl lookups fully qualified; allow two component host names
author carl
date Tue, 01 Aug 2006 15:28:13 -0700
parents 8b1562482b29
children 8e813497582e
line wrap: on
line diff
--- a/dnsbl.spec.in	Tue Aug 01 10:58:01 2006 -0700
+++ b/dnsbl.spec.in	Tue Aug 01 15:28:13 2006 -0700
@@ -67,8 +67,7 @@
 
 
 %pre
-/usr/bin/getent passwd @PACKAGE@ >/dev/null ||
-  useradd -r -d %{_sysconfdir}/@PACKAGE@ -M -c "@PACKAGE@ pseudo-user" -s /sbin/nologin @PACKAGE@
+/usr/bin/getent passwd @PACKAGE@ >/dev/null || useradd -r -d %{_sysconfdir}/@PACKAGE@ -M -c "@PACKAGE@ pseudo-user" -s /sbin/nologin @PACKAGE@
 
 
 %post