4 |
|
|
5 |
%define name smeserver-dansguardian |
%define name smeserver-dansguardian |
6 |
%define version 2.10 |
%define version 2.10 |
7 |
%define release 2 |
%define release 3 |
8 |
|
|
9 |
Summary: Set up dansguardian to filter www content. |
Summary: Set up dansguardian to filter www content. |
10 |
Name: %{name} |
Name: %{name} |
28 |
rpm to setup dansguardian.org web content filter |
rpm to setup dansguardian.org web content filter |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Fri Jan 11 2019 Terry Fage <tfage@yahoo.com.au> 2.10-3.sme |
32 |
|
- bump release syntax error in spec file [SME: 9613] |
33 |
|
|
34 |
* Mon Dec 10 2018 T Fage <tfage@yahoo.com.au> 2.10-2.sme |
* Mon Dec 10 2018 T Fage <tfage@yahoo.com.au> 2.10-2.sme |
35 |
- fix log file permissions |
- fix log file permissions |
36 |
- remove /tmp files clamav compatability [SME: 9613] |
- remove /tmp files clamav compatability [SME: 9613] |
147 |
if [ -d /var/log/dansguardian/* ] ; then |
if [ -d /var/log/dansguardian/* ] ; then |
148 |
chown clamav:dansguardian /var/log/dansguardian/* |
chown clamav:dansguardian /var/log/dansguardian/* |
149 |
fi |
fi |
150 |
if [ -e /tmp/.dguardianipc ] || [ -e /tmp.dguardianurliupc] ; then |
if [ -e /tmp/.dguardianipc ] || [ -e /tmp.dguardianurliupc ] ; then |
151 |
/bin/rm -f /tmp/.dguardian* |
/bin/rm -f /tmp/.dguardian* |
152 |
fi |
fi |
153 |
|
|