From cefbfb3cd3532ace19e5cbf8c93ccc4d03e6d658 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 28 Jun 2013 08:17:57 -0400
Subject: [PATCH] Set cron type to full when website is owned by admin (and not a client)

---
 install/dist/lib/opensuse.lib.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/dist/lib/opensuse.lib.php b/install/dist/lib/opensuse.lib.php
index 37f4d1c..197aa15 100644
--- a/install/dist/lib/opensuse.lib.php
+++ b/install/dist/lib/opensuse.lib.php
@@ -99,7 +99,7 @@
 		
 		if(is_dir('/etc/mailman')) {
 			copy('tpl/mailman-virtual_to_transport.sh',$full_file_name);
-			chgrp($full_file_name,'list');
+			chgrp($full_file_name,'mailman');
 			chmod($full_file_name,0750);
 		}
 		

--
Gitblit v1.9.1