richard: server/kolabd/kolabd/dist_conf kolabsrv.in,1.12,1.13

cvs at kolab.org cvs at kolab.org
Sat Feb 14 14:30:59 CET 2009


Author: richard

Update of /kolabrepository/server/kolabd/kolabd/dist_conf
In directory doto:/tmp/cvs-serv14262/dist_conf

Modified Files:
	kolabsrv.in 
Log Message:
corrected typo

Index: kolabsrv.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/kolabsrv.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- kolabsrv.in	1 Feb 2008 19:12:26 -0000	1.12
+++ kolabsrv.in	14 Feb 2009 13:30:57 -0000	1.13
@@ -37,7 +37,7 @@
 			openldap) SERVICE="@LDAPD@" ;;
 			sasl) SERVICE="saslauthd" ;;
 			imapd) SERVICE="cyrus" ;;
-			amavisd) SERIVCE="amavis" ;;
+			amavisd) SERVICE="amavis" ;;
 			clamav) SERVICE="clamd" ;;
 			*) SERVICE=$sname
 		esac
@@ -53,7 +53,7 @@
 esac
 
 if [[ "$2" == "all" ]]; then
-	SERVICES="@LDAPD@ slurpd saslauthd spamd amavis apache2 freshclam clamd cyrus postfix"
+	SERVICES="@LDAPD@ saslauthd spamd amavis apache2 freshclam clamd cyrus postfix"
 	SERVICES="$SERVICES kolabd"
 else
 	SERVICES=$2





More information about the commits mailing list