From 928ac7f49592428f8f9210bd54e3a946c4b29b3d Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Mon, 15 Oct 2012 15:10:24 +0000 Subject: [PATCH] =?UTF-8?q?Pr=C3=A9viens=20quand=20les=20fichiers=20sont?= =?UTF-8?q?=20auto=20g=C3=A9n=C3=A9r=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/alternc/templates/bind/named.conf.options | 9 ++++++++- etc/alternc/templates/default/saslauthd | 2 +- etc/alternc/templates/postfix/myalias.cf | 6 ++++-- etc/alternc/templates/postfix/mydomain.cf | 6 ++++-- etc/alternc/templates/postfix/mygid.cf | 6 ++++-- etc/alternc/templates/postfix/myrelay-domain.cf | 2 +- etc/alternc/templates/postfix/myrelay.cf | 3 +-- etc/alternc/templates/postfix/mytransport.cf | 2 +- etc/alternc/templates/postfix/myvirtual.cf | 2 +- etc/alternc/templates/proftpd/modules.conf | 1 + etc/alternc/templates/proftpd/proftpd.conf | 5 +---- 11 files changed, 27 insertions(+), 17 deletions(-) diff --git a/etc/alternc/templates/bind/named.conf.options b/etc/alternc/templates/bind/named.conf.options index bf078027..b647f023 100644 --- a/etc/alternc/templates/bind/named.conf.options +++ b/etc/alternc/templates/bind/named.conf.options @@ -1,3 +1,10 @@ +// +// AUTO GENERATED FILE +// Will be override by AlternC +// To modify, modify +// /etc/alternc/templates/bind/named.conf.options +// and launch alternc.install +// // Bind configuration for AlternC // // This is mostly a non-recursive, authoritative DNS server configuration @@ -27,4 +34,4 @@ include "/var/alternc/bind/slaveip.conf"; include "/etc/bind/rndc.key"; // the zones generated by the users -include "/var/alternc/bind/automatic.conf"; \ No newline at end of file +include "/var/alternc/bind/automatic.conf"; diff --git a/etc/alternc/templates/default/saslauthd b/etc/alternc/templates/default/saslauthd index b27bd38b..9bf0c68f 100644 --- a/etc/alternc/templates/default/saslauthd +++ b/etc/alternc/templates/default/saslauthd @@ -1,4 +1,4 @@ -# %%warning_message%% +# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again. START=yes MECHANISMS="rimap" diff --git a/etc/alternc/templates/postfix/myalias.cf b/etc/alternc/templates/postfix/myalias.cf index 4bad9721..243e228b 100644 --- a/etc/alternc/templates/postfix/myalias.cf +++ b/etc/alternc/templates/postfix/myalias.cf @@ -1,5 +1,7 @@ -# -# %%warning_message%% +# AUTO GENERATED FILE +# Modify template in /etc/alternc/templates/ +# and launch alternc.install if you want +# to modify this file. # user = %%db_mail_user%% diff --git a/etc/alternc/templates/postfix/mydomain.cf b/etc/alternc/templates/postfix/mydomain.cf index f916ef40..bbebdc95 100644 --- a/etc/alternc/templates/postfix/mydomain.cf +++ b/etc/alternc/templates/postfix/mydomain.cf @@ -1,5 +1,7 @@ -# -# %%warning_message%% +# AUTO GENERATED FILE +# Modify template in /etc/alternc/templates/ +# and launch alternc.install if you want +# to modify this file. # user = %%db_mail_user%% diff --git a/etc/alternc/templates/postfix/mygid.cf b/etc/alternc/templates/postfix/mygid.cf index 76adeca3..f2941883 100644 --- a/etc/alternc/templates/postfix/mygid.cf +++ b/etc/alternc/templates/postfix/mygid.cf @@ -1,5 +1,7 @@ -# -# %%warning_message%% +# AUTO GENERATED FILE +# Modify template in /etc/alternc/templates/ +# and launch alternc.install if you want +# to modify this file. # user = %%db_mail_user%% diff --git a/etc/alternc/templates/postfix/myrelay-domain.cf b/etc/alternc/templates/postfix/myrelay-domain.cf index 58b54419..f0ca3ae1 100644 --- a/etc/alternc/templates/postfix/myrelay-domain.cf +++ b/etc/alternc/templates/postfix/myrelay-domain.cf @@ -1,5 +1,5 @@ # -# %%warning_message%% +# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again. # user = %%db_mail_user%% diff --git a/etc/alternc/templates/postfix/myrelay.cf b/etc/alternc/templates/postfix/myrelay.cf index 99c79ce6..2480e5f5 100644 --- a/etc/alternc/templates/postfix/myrelay.cf +++ b/etc/alternc/templates/postfix/myrelay.cf @@ -1,5 +1,4 @@ -# -# %%warning_message%% +# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again. # user = %%db_mail_user%% diff --git a/etc/alternc/templates/postfix/mytransport.cf b/etc/alternc/templates/postfix/mytransport.cf index 8f49fa42..31e0d68e 100644 --- a/etc/alternc/templates/postfix/mytransport.cf +++ b/etc/alternc/templates/postfix/mytransport.cf @@ -1,5 +1,5 @@ # -# %%warning_message%% +# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again. # user = %%db_mail_user%% diff --git a/etc/alternc/templates/postfix/myvirtual.cf b/etc/alternc/templates/postfix/myvirtual.cf index 31dbb060..48e49ecc 100644 --- a/etc/alternc/templates/postfix/myvirtual.cf +++ b/etc/alternc/templates/postfix/myvirtual.cf @@ -1,5 +1,5 @@ # -# %%warning_message%% +# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again. # user = %%db_mail_user%% diff --git a/etc/alternc/templates/proftpd/modules.conf b/etc/alternc/templates/proftpd/modules.conf index 4637777c..5a64fa8c 100644 --- a/etc/alternc/templates/proftpd/modules.conf +++ b/etc/alternc/templates/proftpd/modules.conf @@ -1,4 +1,5 @@ # +# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again. # This file is used to manage DSO modules and features. # diff --git a/etc/alternc/templates/proftpd/proftpd.conf b/etc/alternc/templates/proftpd/proftpd.conf index 63670b63..dddde27a 100644 --- a/etc/alternc/templates/proftpd/proftpd.conf +++ b/etc/alternc/templates/proftpd/proftpd.conf @@ -1,9 +1,6 @@ # # Fichier de configuration de ProFTPd pour AlternC -# $Id: proftpd.conf,v 1.11 2006/01/17 12:04:14 benjamin Exp $ -# -# %%warning_message%% -# version ETCH +# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again. # # Includes required DSO modules. This is mandatory in proftpd 1.3