diff --git a/.gitattributes b/.gitattributes index 54a708d2..b8802c60 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/etc/alternc/templates/incron.d/alternc_do_action b/etc/alternc/templates/incron.d/alternc_do_action new file mode 100644 index 00000000..107bcbc2 --- /dev/null +++ b/etc/alternc/templates/incron.d/alternc_do_action @@ -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 diff --git a/etc/alternc/templates/incron.d/alternc b/etc/alternc/templates/incron.d/alternc_update_domains similarity index 69% rename from etc/alternc/templates/incron.d/alternc rename to etc/alternc/templates/incron.d/alternc_update_domains index 236bb523..3a0ae91e 100644 --- a/etc/alternc/templates/incron.d/alternc +++ b/etc/alternc/templates/incron.d/alternc_update_domains @@ -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