1 |
mats-ng |
1.1 |
diff -urN smeserver-vacation-1.1.old/root/etc/cron.d/vacation smeserver-vacation-1.1/root/etc/cron.d/vacation |
2 |
|
|
--- smeserver-vacation-1.1.old/root/etc/cron.d/vacation 2015-09-23 10:52:52.942489387 +0200 |
3 |
|
|
+++ smeserver-vacation-1.1/root/etc/cron.d/vacation 2015-09-23 10:55:09.820465151 +0200 |
4 |
|
|
@@ -1,6 +1,11 @@ |
5 |
|
|
# Check each user account if a vacation message should be enabled |
6 |
|
|
# or disabled based on the given From/To vacation dates |
7 |
|
|
# Do it shortly after midnight on every day |
8 |
|
|
+# |
9 |
|
|
+# Comment or edit the following line if you want to receive a status mail |
10 |
|
|
+# everytime this cron script runs |
11 |
|
|
+MAILTO="" |
12 |
|
|
+# |
13 |
|
|
SHELL=/bin/sh |
14 |
|
|
PATH=/sbin/e-smith:/sbin:/bin:/usr/sbin:/usr/bin |
15 |
|
|
5 0 * * * root /sbin/e-smith/vacation/check_vacation_dates.sh |