Try fix rhbz #1473642
This commit is contained in:
parent
661aa156a2
commit
f5e72a7773
@ -68,8 +68,7 @@ op_nc() {
|
||||
echo "unsupported socket name '$i'" >&2
|
||||
continue
|
||||
esac
|
||||
|
||||
resp=`printf 'zRELOAD\0' | timeout ${K_OPT:+-k $TIMEOUT_KILL} $TIMEOUT_TERM "${CMD[@]}"`
|
||||
printf 'zRELOAD\0' | timeout ${K_OPT:+-k $TIMEOUT_KILL} $TIMEOUT_TERM "${CMD[@]}" | { read resp
|
||||
case $resp in
|
||||
(RELOADING)
|
||||
;;
|
||||
@ -78,6 +77,7 @@ op_nc() {
|
||||
let ++fail
|
||||
;;
|
||||
esac
|
||||
}
|
||||
done
|
||||
cd - &>/dev/null
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ Requires(postun): /bin/systemctl\
|
||||
Summary: End-user tools for the Clam Antivirus scanner
|
||||
Name: clamav
|
||||
Version: 0.99.2
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
|
||||
Group: Applications/File
|
||||
URL: http://www.clamav.net
|
||||
@ -900,6 +900,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 15 2017 Sérgio Basto <sergio@serjux.com> - 0.99.2-12
|
||||
- Try fix rhbz #1473642
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user