added patch for #198253 - squid: don't chgrp another pkg's directory
This commit is contained in:
parent
9ca10df721
commit
ab0e70cdc0
@ -5,7 +5,7 @@
|
||||
Summary: The Squid proxy caching server.
|
||||
Name: squid
|
||||
Version: 2.6.STABLE2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 7
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -319,9 +319,14 @@ if [ "$1" -ge "1" ] ; then
|
||||
fi
|
||||
|
||||
%triggerin -- samba-common
|
||||
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
|
||||
/usr/sbin/usermod -a -G winbind squid >/dev/null 2>&1 || \
|
||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Fri Aug 04 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE2-2
|
||||
- added patch for #198253 - squid: don't chgrp another pkg's
|
||||
files/directory
|
||||
|
||||
* Mon Jul 31 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE2-1
|
||||
- the latest stable upstream
|
||||
- reworked fd config patch
|
||||
|
Loading…
Reference in New Issue
Block a user