Changeset 85


Ignore:
Timestamp:
02/21/06 23:35:31 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-06-09 14:43:08 by root]
Suppression des quotas dans local.php Ajustement du path de dopo.sh

Original author: root
Date: 2003-06-09 14:43:08

Location:
install/scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/alternc.install

    r83 r85  
    276276system("tar -czf /usr/lib/alternc/backups/system.$TS.tgz $TMP >/dev/null 2>&1"); 
    277277system("rm -rf $TMP >/dev/null 2>&1"); 
    278 system("/usr/lib/alternc/dopo.sh"); 
     278system("/usr/share/alternc/1.0/install/dopo.sh"); 
    279279 
    280280######################################################################### 
  • install/scripts/dopo.sh

    r83 r85  
    2626        cd $B 
    2727        rm -f alternc alternc.mo 
    28         /usr/lib/alternc/po.pl 
     28        /usr/share/alternc/1.0/install/po.pl 
    2929        msgfmt alternc -o alternc.mo 
    3030        read A 
  • install/scripts/local.php

    r14 r85  
    11<?php 
    22/* 
    3  $Id: local.php,v 1.1 2003/03/27 23:39:16 jonathan Exp $ 
     3 $Id: local.php,v 1.2 2003/06/09 14:43:08 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3939$L_LDAP_POSTFIX="dc=postfix,%%ldap_tree%%"; 
    4040 
    41 $L_QUOTA_DOMAINS=%%QUOTA_DOMAINS%%; 
    42 $L_QUOTA_MAILS=%%QUOTA_MAILS%%; 
    43 $L_QUOTA_FTP=%%QUOTA_FTP%%; 
    44 $L_QUOTA_ML=%%QUOTA_ML%%; 
    45 $L_QUOTA_STATS=%%QUOTA_STATS%%; 
    46 $L_QUOTA_WEB=%%QUOTA_WEB%%; 
    47  
    4841$L_MYSQL_HOST="localhost"; 
    4942$L_MYSQL_LOGIN="%%dbuser%%"; 
Note: See TracChangeset for help on using the changeset viewer.