From 1fc8580dbdd5e451f26457961d4d40d90efb5346 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 1 Oct 2013 13:29:33 +0300 Subject: [PATCH] Correct clamav daemon name. Thanks vblack for prompt fix --- install/vst-install-ubuntu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index f1f2b4b1..eaa47048 100644 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -536,9 +536,9 @@ if [ "$srv_type" = 'medium' ] || [ "$srv_type" = 'large' ]; then gpasswd -a clamav mail gpasswd -a clamav Debian-exim /usr/bin/freshclam - update-rc.d clamav defaults - service clamav stop > /dev/null 2>&1 - service clamav start + update-rc.d clamav-daemon defaults + service clamav-daemon stop > /dev/null 2>&1 + service clamav-daemon start if [ "$?" -ne 0 ]; then echo "Error: clamav start failed" exit 1