Mercurial > dnsbl
comparison 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 |
comparison
equal
deleted
inserted
replaced
132:ae9daf43d8eb | 133:b8ce1b31237d |
---|---|
65 mv AUTHORS COPYING ChangeLog NEWS README $RPM_BUILD_ROOT%{_datadir}/doc/@PACKAGE@-@VERSION@ | 65 mv AUTHORS COPYING ChangeLog NEWS README $RPM_BUILD_ROOT%{_datadir}/doc/@PACKAGE@-@VERSION@ |
66 mkdir -p %{buildroot}/var/run/@PACKAGE@ | 66 mkdir -p %{buildroot}/var/run/@PACKAGE@ |
67 | 67 |
68 | 68 |
69 %pre | 69 %pre |
70 /usr/bin/getent passwd @PACKAGE@ >/dev/null || | 70 /usr/bin/getent passwd @PACKAGE@ >/dev/null || useradd -r -d %{_sysconfdir}/@PACKAGE@ -M -c "@PACKAGE@ pseudo-user" -s /sbin/nologin @PACKAGE@ |
71 useradd -r -d %{_sysconfdir}/@PACKAGE@ -M -c "@PACKAGE@ pseudo-user" -s /sbin/nologin @PACKAGE@ | |
72 | 71 |
73 | 72 |
74 %post | 73 %post |
75 /sbin/chkconfig --add @PACKAGE@ | 74 /sbin/chkconfig --add @PACKAGE@ |
76 echo Remember to edit %{_sysconfdir}/@PACKAGE@/@PACKAGE@.conf and add the following line to your sendmail.mc: | 75 echo Remember to edit %{_sysconfdir}/@PACKAGE@/@PACKAGE@.conf and add the following line to your sendmail.mc: |