Changeset 370


Ignore:
Timestamp:
02/22/06 00:11:50 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-08-27 10:59:29 by anonymous]
Ajout du Warning Message dans tous les fic de conf

Original author: anonymous
Date: 2004-08-27 10:59:30

Location:
install/scripts/etc
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/etc/apache-ssl/httpd.conf

    r184 r370  
    11# 
    22# Fichier de configuration principale d'Apache-SSL pour AlternC 
    3 # $Id: httpd.conf,v 1.6 2004/04/30 19:30:51 anonymous Exp $ 
    4 # 
     3# $Id: httpd.conf,v 1.7 2004/08/27 10:59:29 anonymous Exp $ 
     4# 
     5# %%warning_message%% 
     6#  
    57 
    68## 
  • install/scripts/etc/apache/httpd.conf

    r184 r370  
    11# 
    22# Fichier de configuration principale d'Apache pour AlternC 
    3 # $Id: httpd.conf,v 1.7 2004/04/30 19:30:51 anonymous Exp $ 
    4 # 
     3# $Id: httpd.conf,v 1.8 2004/08/27 10:59:29 anonymous Exp $ 
     4# 
     5# %%warning_message%% 
    56 
    67## 
  • install/scripts/etc/bind/automatic.conf

    r24 r370  
    1 // add entries for other zones below here 
     1; %%warning_message%% 
  • install/scripts/etc/bind/master/domaines.template

    r24 r370  
    1313                IN      NS      %%ns2%%. 
    1414                IN      MX 5    %%mx%%. 
    15                 IN      A       %%myip%% 
    16 *               IN      A       %%myip%% 
     15                IN      A       %%dnsip%% 
     16*               IN      A       %%dnsip%% 
  • install/scripts/etc/bind/named.conf

    r339 r370  
    1  
     1; 
     2; %%warning_message%% 
     3; 
    24acl "internal" { 
    35        { 
  • install/scripts/etc/bind/slaveip.conf

    r339 r370  
     1; DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN 
     2; Use the AlternC managment console instead. 
     3 
     4acl "allslaves" { 
     5        { 
     6        127.0.0.1; 
     7        }; 
     8}; 
  • install/scripts/etc/courier/authdaemonrc

    r285 r370  
    11# 
    22# Fichier de configuration de Courier-authdaemon pour AlternC 
    3 # $Id: authdaemonrc,v 1.2 2004/05/26 20:25:41 anonymous Exp $ 
     3# $Id: authdaemonrc,v 1.3 2004/08/27 10:59:30 anonymous Exp $ 
     4# 
     5# %%warning_message%% 
     6#  
    47 
    58authmodulelist="authmysql" 
  • install/scripts/etc/courier/authmysqlrc

    r285 r370  
    1 ##VERSION: $Id: authmysqlrc,v 1.1 2004/05/26 20:25:41 anonymous Exp $ 
     1##VERSION: $Id: authmysqlrc,v 1.2 2004/08/27 10:59:30 anonymous Exp $ 
    22# 
    33# Copyright 2000 Double Precision, Inc.  See COPYING for 
     
    1818# That is, the name of the field, followed by spaces or tabs, followed by 
    1919# field value.  Trailing spaces are prohibited. 
    20  
     20#  
     21# %%warning_message%% 
    2122 
    2223##NAME: LOCATION:0 
  • install/scripts/etc/mysql/debian.cnf

    r24 r370  
    11# Automatically generated for Debian scripts. DO NOT TOUCH! 
     2# %%warning_message%% 
    23[client] 
    34host     = localhost 
  • install/scripts/etc/mysql/my.cnf

    r66 r370  
    11# 
    22# Fichier de configuration de mysql pour AlternC 
    3 # $Id: my.cnf,v 1.3 2003/05/07 17:15:38 jonathan Exp $ 
     3# $Id: my.cnf,v 1.4 2004/08/27 10:59:30 anonymous Exp $ 
     4#  
     5# %%warning_message%% 
     6#  
    47 
    58[client] 
     
    3639 
    3740# [mysql] 
    38 # no-auto-rehash        # faster start of mysql >= $but no tab completition 
     41no-auto-rehash  # faster start of mysql >= $but no tab completition 
    3942 
    4043[isamchk] 
  • install/scripts/etc/php4/apache/php.ini

    r353 r370  
    11;  
    22; Fichier de configuration de PHP4 pour AlternC 
    3 ; $Id: php.ini,v 1.4 2004/06/04 10:39:57 anonymous Exp $  
     3; $Id: php.ini,v 1.5 2004/08/27 10:59:30 anonymous Exp $  
     4; 
     5; %%warning_message%% 
    46; 
    57 
  • install/scripts/etc/php4/cgi/php.ini

    r353 r370  
    11[PHP] 
     2 
     3; 
     4; %%warning_message%% 
     5; 
    26 
    37;;;;;;;;;;; 
  • install/scripts/etc/pop-before-smtp/pop-before-smtp.conf

    r39 r370  
    33### $id$ 
    44### 
     5### %%warning_message%% 
    56 
    67# Courier IMAP/IMAPS/POP/POPS 
  • install/scripts/etc/postfix/main.cf

    r285 r370  
    11# 
    22# Fichier de configuration de Postfix pour AlternC 
    3 # $Id: main.cf,v 1.8 2004/05/26 20:25:42 anonymous Exp $ 
     3# $Id: main.cf,v 1.9 2004/08/27 10:59:30 anonymous Exp $ 
     4#  
     5# %%warning_message%%  
    46#  
    57 
  • install/scripts/etc/postfix/myalias.cf

    r285 r370  
     1# 
     2# %%warning_message%% 
     3# 
     4 
    15user = %%dbuser%% 
    26password = %%dbpwd%% 
  • install/scripts/etc/postfix/mydomain.cf

    r285 r370  
     1# 
     2# %%warning_message%% 
     3# 
     4 
    15user = %%dbuser%% 
    26password = %%dbpwd%% 
  • install/scripts/etc/postfix/mygid.cf

    r285 r370  
     1# 
     2# %%warning_message%% 
     3# 
     4 
    15user = %%dbuser%% 
    26password = %%dbpwd%% 
  • install/scripts/etc/postfix/myvirtual.cf

    r285 r370  
     1# 
     2# %%warning_message%% 
     3# 
     4 
    15user = %%dbuser%% 
    26password = %%dbpwd%% 
  • install/scripts/etc/proftpd.conf

    r353 r370  
    11# 
    22# Fichier de configuration de ProFTPd pour AlternC 
    3 # $Id: proftpd.conf,v 1.5 2004/06/04 10:39:57 anonymous Exp $ 
     3# $Id: proftpd.conf,v 1.6 2004/08/27 10:59:29 anonymous Exp $ 
     4#  
     5# %%warning_message%% 
     6#  
    47 
    58ServerName                      "%%hosting%%" 
     
    5659 
    5760MaxClientsPerHost 6 "Sorry, no more than 6 simultaneous connections" 
    58 AccessGrantMsg  "Sois le bienvenu sur AlternC, oh %u" 
     61AccessGrantMsg  "Welcome on AlternC, %u" 
    5962 
    6063# database@host:port login password 
    61 SQLConnectInfo                  %%dbname%%@localhost:3306 %%dbuser%% %%dbpwd%% 
     64SQLConnectInfo                  %%dbname%%@%%dbhost%%:3306 %%dbuser%% %%dbpwd%% 
    6265# Table : 
    6366SQLUserInfo ftpusers name password 33 uid homedir NULL 
  • install/scripts/etc/squirrelmail/apache.conf

    r24 r370  
    11#  
    22# Squirrelmail apache config modified for AlternC 
     3# 
     4# %%warning_message%% 
    35# 
    46#Alias /squirrelmail /usr/share/squirrelmail 
  • install/scripts/etc/welcome.msg

    r29 r370  
    11Bienvenue sur %%hosting%%, 
    22Quota de 6 connexions simultanees dans cette classe, 
    3 Quota de 64KB/s. 
    43Bonne journée ;) 
    54 
    65Welcome at %%hosting%%, 
    766 connections maximum on this class, 
    8 Quota is 64KB/s. 
    97Have a nice day ;) 
    10  
Note: See TracChangeset for help on using the changeset viewer.