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.
|
Summary: The Squid proxy caching server.
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 2.6.STABLE2
|
Version: 2.6.STABLE2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -319,9 +319,14 @@ if [ "$1" -ge "1" ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%triggerin -- samba-common
|
%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
|
%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
|
* Mon Jul 31 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE2-1
|
||||||
- the latest stable upstream
|
- the latest stable upstream
|
||||||
- reworked fd config patch
|
- reworked fd config patch
|
||||||
|
Loading…
Reference in New Issue
Block a user