Why ? because incron don't seem to work past the first line of the file ...

This commit is contained in:
Steven Mondji-Lerider 2013-08-12 12:48:37 +00:00
parent 60b2fd2ac3
commit 1ed328e0a3
3 changed files with 5 additions and 2 deletions

3
.gitattributes vendored
View File

@ -476,7 +476,8 @@ etc/alternc/templates/default/saslauthd -text
etc/alternc/templates/dovecot/dovecot-dict-quota.conf -text
etc/alternc/templates/dovecot/dovecot-sql.conf -text
etc/alternc/templates/dovecot/dovecot.conf -text
etc/alternc/templates/incron.d/alternc -text
etc/alternc/templates/incron.d/alternc_do_action -text
etc/alternc/templates/incron.d/alternc_update_domains -text
etc/alternc/templates/postfix/master.cf -text
etc/alternc/templates/postfix/myalias.cf -text
etc/alternc/templates/postfix/mydomain.cf -text

View File

@ -0,0 +1,3 @@
# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again.
/var/run/alternc/ IN_CREATE,IN_ATTRIB,IN_NO_LOOP /usr/lib/alternc/inotify_do_actions.sh

View File

@ -1,4 +1,3 @@
# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again.
/var/run/alternc/ IN_CREATE,IN_ATTRIB,IN_NO_LOOP /usr/lib/alternc/inotify_update_domains.sh
/var/run/alternc/ IN_CREATE,IN_ATTRIB,IN_NO_LOOP /usr/lib/alternc/inotify_do_actions.sh