Fix incron launch
This commit is contained in:
parent
7904ab12e6
commit
03692e4a16
|
@ -482,8 +482,6 @@ 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_do_action -text
|
||||
etc/alternc/templates/incron.d/alternc_update_domains -text
|
||||
etc/alternc/templates/opendkim.conf -text
|
||||
etc/alternc/templates/postfix/master.cf -text
|
||||
etc/alternc/templates/postfix/myalias.cf -text
|
||||
|
@ -498,6 +496,8 @@ etc/alternc/templates/postfix/sasl/smtpd.conf -text
|
|||
etc/alternc/templates/proftpd/modules.conf -text
|
||||
etc/alternc/templates/proftpd/proftpd.conf -text
|
||||
etc/alternc/templates/proftpd/welcome.msg -text
|
||||
etc/incron.d/alternc_do_action -text
|
||||
etc/incron.d/alternc_update_domains -text
|
||||
install/alternc.install -text
|
||||
install/body_checks -text
|
||||
install/domaines.template -text
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# 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,3 +0,0 @@
|
|||
# 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
|
|
@ -0,0 +1 @@
|
|||
/var/run/alternc/ IN_CREATE,IN_ATTRIB,IN_NO_LOOP /usr/lib/alternc/inotify_do_actions.sh
|
|
@ -0,0 +1 @@
|
|||
/var/run/alternc/ IN_CREATE,IN_ATTRIB,IN_NO_LOOP /usr/lib/alternc/inotify_update_domains.sh
|
|
@ -60,7 +60,7 @@ TEMPLATE_DIR="/etc/alternc/templates"
|
|||
|
||||
# Find needed configuration files (without the initial '/')
|
||||
# replace this one unconditionnally
|
||||
CONFIG_FILES="etc/alternc/bureau.conf etc/incron.d/alternc etc/apache2/envvars etc/alternc/apache2.conf etc/alternc/apache_logformat.conf etc/alternc/phpmyadmin.inc.php"
|
||||
CONFIG_FILES="etc/alternc/bureau.conf etc/apache2/envvars etc/alternc/apache2.conf etc/alternc/apache_logformat.conf etc/alternc/phpmyadmin.inc.php"
|
||||
|
||||
if [ -e /etc/bind/named.conf ]; then
|
||||
CONFIG_FILES="$CONFIG_FILES etc/bind/named.conf.options"
|
||||
|
|
Loading…
Reference in New Issue