This commit is contained in:
Sérgio M. Basto 2017-09-15 19:25:16 +01:00
parent 661aa156a2
commit f5e72a7773
2 changed files with 6 additions and 3 deletions

View File

@ -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
}

View File

@ -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