- Timestamp:
- 08/09/08 09:10:03
(4 months ago)
- Author:
- rats
- Message:
* Fixed #1457: (FreeBSD) Update various FreeBSD Section
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1192 |
r1319 |
|
| 73 | 73 | cp $(SYSTEM_WEB)/ispcp/engine/messager/ispcp-db-keys.pl $(SYSTEM_ROOT)/engine/messager/ |
|---|
| 74 | 74 | cp $(SYSTEM_WEB)/ispcp/gui/include/ispcp-db-keys.php $(SYSTEM_ROOT)/gui/include/ |
|---|
| | 75 | cp $(SYSTEM_WEB)/ispcp/gui/themes/user_logos/* $(SYSTEM_ROOT)/gui/themes/user_logos/ |
|---|
| 75 | 76 | cp $(SYSTEM_WEB)/ispcp/gui/tools/pma/config.inc.php $(SYSTEM_ROOT)/gui/tools/pma/ |
|---|
| | 77 | |
|---|
| | 78 | # Delete old files to avoid security risks |
|---|
| | 79 | rm -rf $(SYSTEM_WEB)/ispcp/gui/admin |
|---|
| | 80 | rm -rf $(SYSTEM_WEB)/ispcp/gui/client |
|---|
| | 81 | rm -rf $(SYSTEM_WEB)/ispcp/gui/include |
|---|
| | 82 | rm -rf $(SYSTEM_WEB)/ispcp/gui/orderpanel |
|---|
| | 83 | rm -rf $(SYSTEM_WEB)/ispcp/gui/themes |
|---|
| | 84 | rm -rf $(SYSTEM_WEB)/ispcp/gui/reseller |
|---|
| | 85 | rm -rf $(SYSTEM_WEB)/ispcp/gui/*.php |
|---|
| | 86 | |
|---|
| | 87 | # Backup ispcp.conf and copy the /etc directory into your system (you may make backups): |
|---|
| | 88 | mv -v /usr/local/etc/ispcp/ispcp.conf /usr/local/etc/ispcp/ispcp.old.conf |
|---|
| | 89 | mv -v /usr/local/etc/proftpd.conf /usr/local/etc/proftpd.old.conf |
|---|
| | 90 | |
|---|
| | 91 | # Copy /usr and /var directories into your system (you may make backups) |
|---|
| | 92 | cp -R $(INST_PREF)/usr/* /usr/ |
|---|
| | 93 | cp -R $(INST_PREF)/var/* /var/ |
|---|
| | 94 | .else |
|---|
| | 95 | cd ${INST_PREF} && cp -R * / |
|---|
| 76 | 96 | .endif |
|---|
| 77 | | |
|---|
| 78 | | cd ${INST_PREF} && cp -R * / |
|---|
| 79 | 97 | rm -rf ${INST_PREF} |
|---|
| 80 | | |
|---|
| 81 | | # |
|---|
| 82 | | # |
|---|
| 83 | | # If Some error occured please read FAQ first and search at forum in http://www.isp-control.net |
|---|
| 84 | | # Go to $(SYSTEM_WEB)/ispcp/engine/setup and type "ispcp-setup" to configure or "ispcp-upgrade" |
|---|
| 85 | | # to complete upgrade process |
|---|
| | 98 | # |
|---|
| | 99 | # |
|---|
| | 100 | # If Some error occured please read FAQ first and search at forum in http://www.isp-control.net |
|---|
| | 101 | # Go to $(SYSTEM_WEB)/ispcp/engine/setup and type "ispcp-setup" to configure or "ispcp-upgrade" |
|---|
| | 102 | # to complete upgrade process |
|---|
| 86 | 103 | |
|---|
| 87 | 104 | uninstall: |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>