From f023d1160a0810ed4351f39b4cbfb9062589a898 Mon Sep 17 00:00:00 2001 From: undefine Date: Fri, 1 Nov 2002 00:56:55 +0000 Subject: [PATCH] - typos Changed files: amavis-ng.spec -> 1.6 --- amavis-ng.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amavis-ng.spec b/amavis-ng.spec index 3b76fed..0aa0af7 100644 --- a/amavis-ng.spec +++ b/amavis-ng.spec @@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT %pre if [ -n "`getgid amavis`" ]; then if [ "`getgid amavis`" != "97" ]; then - echo "Warning: group amavis doesn't have gid=97. Correct this before installing clamav" 1>&2 + echo "Warning: group amavis doesn't have gid=97. Correct this before installing amavis" 1>&2 exit 1 fi else @@ -79,7 +79,7 @@ fi if [ "$1" = "0" ]; then echo "Removing user amavis" /usr/sbin/userdel amavis - echo "Removing group clamav" + echo "Removing group amavis" /usr/sbin/groupdel amavis fi -- 2.44.0