Why ? because incron don't seem to work past the first line of the file ...
This commit is contained in:
parent
60b2fd2ac3
commit
1ed328e0a3
|
@ -476,7 +476,8 @@ etc/alternc/templates/default/saslauthd -text
|
||||||
etc/alternc/templates/dovecot/dovecot-dict-quota.conf -text
|
etc/alternc/templates/dovecot/dovecot-dict-quota.conf -text
|
||||||
etc/alternc/templates/dovecot/dovecot-sql.conf -text
|
etc/alternc/templates/dovecot/dovecot-sql.conf -text
|
||||||
etc/alternc/templates/dovecot/dovecot.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/master.cf -text
|
||||||
etc/alternc/templates/postfix/myalias.cf -text
|
etc/alternc/templates/postfix/myalias.cf -text
|
||||||
etc/alternc/templates/postfix/mydomain.cf -text
|
etc/alternc/templates/postfix/mydomain.cf -text
|
||||||
|
|
|
@ -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
|
|
@ -1,4 +1,3 @@
|
||||||
# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again.
|
# 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_update_domains.sh
|
||||||
/var/run/alternc/ IN_CREATE,IN_ATTRIB,IN_NO_LOOP /usr/lib/alternc/inotify_do_actions.sh
|
|
Loading…
Reference in New Issue