- Timestamp:
- 05/03/08 00:25:41
(7 months ago)
- Author:
- rats
- Message:
* Fixed #1222: FreeBSD: Fix some path and config and insert old daemon routine
* Fixed #1195: Gentoo: Somewhat large Gentoo update
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1056 |
r1134 |
|
| 31 | 31 | # |
|---|
| 32 | 32 | |
|---|
| | 33 | |
|---|
| 33 | 34 | .ifdef $(OSTYPE)==FreeBSD |
|---|
| 34 | 35 | .include <Makefile.fbsd> |
|---|
| … | … | |
| 38 | 39 | |
|---|
| 39 | 40 | install: |
|---|
| 40 | | |
|---|
| | 41 | # |
|---|
| | 42 | # Preparing ISPCP System Directory and files |
|---|
| | 43 | # |
|---|
| 41 | 44 | cd ./tools && $(MAKE) install |
|---|
| 42 | 45 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF) |
|---|
| … | … | |
| 53 | 56 | cd ./keys && $(MAKE) install |
|---|
| 54 | 57 | |
|---|
| | 58 | # |
|---|
| 55 | 59 | # Patch some variable |
|---|
| | 60 | # |
|---|
| 56 | 61 | /usr/bin/sed s/"\/etc\/ispcp\/ispcp.conf"/"\/usr\/local\/etc\/ispcp\/ispcp.conf"/g ./engine/ispcp_common_code.pl > $(SYSTEM_ROOT)/engine/ispcp_common_code.pl |
|---|
| 57 | | /usr/bin/sed s/"\/apache\"\;"/"\/apache22\"\;"/g ./engine/setup/ispcp-setup-methods.pl > $(SYSTEM_ROOT)/engine/setup/ispcp-setup-methods.pl |
|---|
| | 62 | |
|---|
| | 63 | .if exists ($(SYSTEM_WEB)/ispcp/engine/ispcp-db-keys.pl) |
|---|
| | 64 | # |
|---|
| | 65 | # Previous database key detected, assuming being perform Upgrade Procedure |
|---|
| | 66 | # |
|---|
| | 67 | cp $(SYSTEM_WEB)/ispcp/engine/ispcp-db-keys.pl $(SYSTEM_ROOT)/engine/ |
|---|
| | 68 | cp $(SYSTEM_WEB)/ispcp/engine/messager/ispcp-db-keys.pl $(SYSTEM_ROOT)/engine/messager/ |
|---|
| | 69 | cp $(SYSTEM_WEB)/ispcp/gui/include/ispcp-db-keys.php $(SYSTEM_ROOT)/gui/include/ |
|---|
| | 70 | cp $(SYSTEM_WEB)/ispcp/gui/tools/pma/config.inc.php $(SYSTEM_ROOT)/gui/tools/pma/ |
|---|
| | 71 | .endif |
|---|
| 58 | 72 | |
|---|
| 59 | 73 | cd ${INST_PREF} && cp -R * / |
|---|
| 60 | 74 | rm -rf ${INST_PREF} |
|---|
| 61 | 75 | |
|---|
| | 76 | # |
|---|
| | 77 | # |
|---|
| | 78 | # If Some error occured please read FAQ first and search at forum in http://www.isp-control.net |
|---|
| | 79 | # Go to $(SYSTEM_WEB)/ispcp/engine/setup and type "ispcp-setup" to configure or "ispcp-upgrade" |
|---|
| | 80 | # to complete upgrade process |
|---|
| 62 | 81 | |
|---|
| 63 | 82 | uninstall: |
|---|
| … | … | |
| 81 | 100 | |
|---|
| 82 | 101 | cd ./tools/daemon && $(MAKE) clean |
|---|
| | 102 | |
|---|
| | 103 | |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>