richard: server/kolabd/kolabd/dist_conf kolabsrv.in,1.23,1.24

cvs at kolab.org cvs at kolab.org
Sun May 16 21:18:07 CEST 2010


Author: richard

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

Modified Files:
	kolabsrv.in 
Log Message:
Added redhar services

Index: kolabsrv.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/kolabsrv.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- kolabsrv.in	16 Jan 2010 19:33:43 -0000	1.23
+++ kolabsrv.in	16 May 2010 19:18:05 -0000	1.24
@@ -37,6 +37,18 @@
 	# Perhaps better use:
 	# lsb_release -i | cut -f2
 	case $system in
+	redhat)
+		case $sname in
+			apache) SERVICE="httpd" ;;
+			openldap) SERVICE="@LDAPD@" ;;
+			sasl) SERVICE="saslauthd" ;;
+			imapd) SERVICE="cyrus-imapd" ;;
+			amavisd) SERVICE="amavisd" ;;
+			clamav) SERVICE="clamd.amavisd" ;;
+			*) SERVICE=$sname
+		esac
+		;;
+
 	opensuse)
 		case $sname in
 			apache) SERVICE="apache2" ;;





More information about the commits mailing list