diff --git a/common/usr/lib/init/ms-init b/common/usr/lib/MailScanner/init/ms-init similarity index 100% rename from common/usr/lib/init/ms-init rename to common/usr/lib/MailScanner/init/ms-init diff --git a/common/usr/lib/wrapper/avg-autoupdate b/common/usr/lib/MailScanner/wrapper/avg-autoupdate similarity index 100% rename from common/usr/lib/wrapper/avg-autoupdate rename to common/usr/lib/MailScanner/wrapper/avg-autoupdate diff --git a/common/usr/lib/wrapper/avg-wrapper b/common/usr/lib/MailScanner/wrapper/avg-wrapper similarity index 100% rename from common/usr/lib/wrapper/avg-wrapper rename to common/usr/lib/MailScanner/wrapper/avg-wrapper diff --git a/common/usr/lib/wrapper/bitdefender-autoupdate b/common/usr/lib/MailScanner/wrapper/bitdefender-autoupdate similarity index 100% rename from common/usr/lib/wrapper/bitdefender-autoupdate rename to common/usr/lib/MailScanner/wrapper/bitdefender-autoupdate diff --git a/common/usr/lib/wrapper/bitdefender-wrapper b/common/usr/lib/MailScanner/wrapper/bitdefender-wrapper similarity index 100% rename from common/usr/lib/wrapper/bitdefender-wrapper rename to common/usr/lib/MailScanner/wrapper/bitdefender-wrapper diff --git a/common/usr/lib/wrapper/clamav-autoupdate b/common/usr/lib/MailScanner/wrapper/clamav-autoupdate similarity index 100% rename from common/usr/lib/wrapper/clamav-autoupdate rename to common/usr/lib/MailScanner/wrapper/clamav-autoupdate diff --git a/common/usr/lib/wrapper/clamav-wrapper b/common/usr/lib/MailScanner/wrapper/clamav-wrapper similarity index 100% rename from common/usr/lib/wrapper/clamav-wrapper rename to common/usr/lib/MailScanner/wrapper/clamav-wrapper diff --git a/common/usr/lib/wrapper/f-secure-autoupdate b/common/usr/lib/MailScanner/wrapper/f-secure-autoupdate similarity index 100% rename from common/usr/lib/wrapper/f-secure-autoupdate rename to common/usr/lib/MailScanner/wrapper/f-secure-autoupdate diff --git a/common/usr/lib/wrapper/f-secure-wrapper b/common/usr/lib/MailScanner/wrapper/f-secure-wrapper similarity index 100% rename from common/usr/lib/wrapper/f-secure-wrapper rename to common/usr/lib/MailScanner/wrapper/f-secure-wrapper diff --git a/common/usr/lib/wrapper/generic-autoupdate b/common/usr/lib/MailScanner/wrapper/generic-autoupdate similarity index 100% rename from common/usr/lib/wrapper/generic-autoupdate rename to common/usr/lib/MailScanner/wrapper/generic-autoupdate diff --git a/common/usr/lib/wrapper/generic-wrapper b/common/usr/lib/MailScanner/wrapper/generic-wrapper similarity index 100% rename from common/usr/lib/wrapper/generic-wrapper rename to common/usr/lib/MailScanner/wrapper/generic-wrapper diff --git a/common/usr/lib/wrapper/sophos-autoupdate b/common/usr/lib/MailScanner/wrapper/sophos-autoupdate similarity index 100% rename from common/usr/lib/wrapper/sophos-autoupdate rename to common/usr/lib/MailScanner/wrapper/sophos-autoupdate diff --git a/common/usr/lib/wrapper/sophos-wrapper b/common/usr/lib/MailScanner/wrapper/sophos-wrapper similarity index 100% rename from common/usr/lib/wrapper/sophos-wrapper rename to common/usr/lib/MailScanner/wrapper/sophos-wrapper diff --git a/debian/etc/cron.daily/mailscanner b/debian/etc/cron.daily/mailscanner index fe7134e..46126b4 100644 --- a/debian/etc/cron.daily/mailscanner +++ b/debian/etc/cron.daily/mailscanner @@ -5,9 +5,9 @@ # see /etc/MailScanner/defaults # daily actions -. /usr/sbin/ms-cron DAILY +/usr/sbin/ms-cron DAILY # maintenance -. /usr/sbin/ms-cron MAINT +/usr/sbin/ms-cron MAINT exit 0 \ No newline at end of file diff --git a/debian/etc/cron.hourly/mailscanner b/debian/etc/cron.hourly/mailscanner index 9a66686..9ced0f2 100644 --- a/debian/etc/cron.hourly/mailscanner +++ b/debian/etc/cron.hourly/mailscanner @@ -5,6 +5,6 @@ # see /etc/MailScanner/defaults # hourly cron items - includes ms-check to check if MS is running -. /usr/sbin/ms-cron HOURLY +/usr/sbin/ms-cron HOURLY exit 0 \ No newline at end of file diff --git a/rhel/etc/cron.daily/mailscanner b/rhel/etc/cron.daily/mailscanner index fe7134e..46126b4 100644 --- a/rhel/etc/cron.daily/mailscanner +++ b/rhel/etc/cron.daily/mailscanner @@ -5,9 +5,9 @@ # see /etc/MailScanner/defaults # daily actions -. /usr/sbin/ms-cron DAILY +/usr/sbin/ms-cron DAILY # maintenance -. /usr/sbin/ms-cron MAINT +/usr/sbin/ms-cron MAINT exit 0 \ No newline at end of file diff --git a/rhel/etc/cron.hourly/mailscanner b/rhel/etc/cron.hourly/mailscanner index 9a66686..9ced0f2 100644 --- a/rhel/etc/cron.hourly/mailscanner +++ b/rhel/etc/cron.hourly/mailscanner @@ -5,6 +5,6 @@ # see /etc/MailScanner/defaults # hourly cron items - includes ms-check to check if MS is running -. /usr/sbin/ms-cron HOURLY +/usr/sbin/ms-cron HOURLY exit 0 \ No newline at end of file diff --git a/suse/etc/cron.daily/mailscanner b/suse/etc/cron.daily/mailscanner index fe7134e..46126b4 100644 --- a/suse/etc/cron.daily/mailscanner +++ b/suse/etc/cron.daily/mailscanner @@ -5,9 +5,9 @@ # see /etc/MailScanner/defaults # daily actions -. /usr/sbin/ms-cron DAILY +/usr/sbin/ms-cron DAILY # maintenance -. /usr/sbin/ms-cron MAINT +/usr/sbin/ms-cron MAINT exit 0 \ No newline at end of file diff --git a/suse/etc/cron.hourly/mailscanner b/suse/etc/cron.hourly/mailscanner index 9a66686..9ced0f2 100644 --- a/suse/etc/cron.hourly/mailscanner +++ b/suse/etc/cron.hourly/mailscanner @@ -5,6 +5,6 @@ # see /etc/MailScanner/defaults # hourly cron items - includes ms-check to check if MS is running -. /usr/sbin/ms-cron HOURLY +/usr/sbin/ms-cron HOURLY exit 0 \ No newline at end of file