Changeset 85
- Timestamp:
- 02/21/06 23:35:31 (7 years ago)
- Location:
- install/scripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
install/scripts/alternc.install
r83 r85 276 276 system("tar -czf /usr/lib/alternc/backups/system.$TS.tgz $TMP >/dev/null 2>&1"); 277 277 system("rm -rf $TMP >/dev/null 2>&1"); 278 system("/usr/ lib/alternc/dopo.sh");278 system("/usr/share/alternc/1.0/install/dopo.sh"); 279 279 280 280 ######################################################################### -
install/scripts/dopo.sh
r83 r85 26 26 cd $B 27 27 rm -f alternc alternc.mo 28 /usr/ lib/alternc/po.pl28 /usr/share/alternc/1.0/install/po.pl 29 29 msgfmt alternc -o alternc.mo 30 30 read A -
install/scripts/local.php
r14 r85 1 1 <?php 2 2 /* 3 $Id: local.php,v 1. 1 2003/03/27 23:39:16 jonathanExp $3 $Id: local.php,v 1.2 2003/06/09 14:43:08 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 39 39 $L_LDAP_POSTFIX="dc=postfix,%%ldap_tree%%"; 40 40 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 48 41 $L_MYSQL_HOST="localhost"; 49 42 $L_MYSQL_LOGIN="%%dbuser%%";
Note: See TracChangeset
for help on using the changeset viewer.
