|
Revision 285, 197 bytes
(checked in by rats, 2 years ago)
|
|
- CONFIGS:
modified sql datafiles to VHCS 2.4.8 ω
fixed bug #14
- DOCS:
changed SQL-Update-2.4.7.1-to-2.4.8.sql
- ENGINE:
added traffic correction by Thomas Partsch
- GUI TOOLS:
changed webmail default settings
- SETUP:
fixed bug in fcgi configuration
|
| Line | |
|---|
| 1 | |
|---|
| 2 | export |
|---|
| 3 | |
|---|
| 4 | install: |
|---|
| 5 | |
|---|
| 6 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/database |
|---|
| 7 | cp ./database.sql $(SYSTEM_CONF)/database |
|---|
| 8 | cp ./languages.sql $(SYSTEM_CONF)/database |
|---|
| 9 | |
|---|
| 10 | uninstall: |
|---|
| 11 | |
|---|
| 12 | rm -rf $(SYSTEM_CONF)/database |
|---|
| 13 | |
|---|