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

cvs at kolab.org cvs at kolab.org
Sat Jan 16 20:33:45 CET 2010


Author: richard

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

Modified Files:
	kolabsrv.in 
Log Message:
Added mandriva to the system definitions, patch by  Thomas Spuhler



Index: kolabsrv.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/kolabsrv.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- kolabsrv.in	23 Nov 2009 22:47:08 -0000	1.22
+++ kolabsrv.in	16 Jan 2010 19:33:43 -0000	1.23
@@ -61,6 +61,19 @@
 			*) SERVICE=$sname
 		esac
 		;;
+	mandriva)
+		case $sname in
+			apache) SERVICE="httpd" ;;
+			openldap) SERVICE="@LDAPD@" ;;
+			sasl) SERVICE="saslauthd" ;;
+			imapd) SERVICE="cyrus-imapd" ;;
+			amavisd) SERVICE="amavisd" ;;
+			clamav) SERVICE="clamd" ;;
+			spamd) SERVICE="spamd" ;;
+			freshclam) SERVICE="freshclam" ;;
+			*) SERVICE=$sname
+		esac
+		;;
 	esac
 }	
 
@@ -76,7 +89,9 @@
 elif [ -f /etc/gentoo-release ]; then
 	system=gentoo
 elif [ -e /etc/debian_version ]; then
-	system=debian  
+	system=debian
+elif [ -f /etc/mandriva-release ]; then
+	system=mandriva
 elif [ -f /etc/lfs-release -a -d /etc/rc.d/init.d ]; then
 	system=lfs
 else





More information about the commits mailing list