- Timestamp:
- 07/04/08 11:10:00
(2 months ago)
- Author:
- rats
- Message:
* Fixed #1370: Error message in ispcp_debugger.php when there are no pending requests
* Fixed #1378: (Fedora) Proftpd Configuration (Fedora Core 9)
* Fixed #1379: (Fedora) ispcp.conf for Fedora Core 9 and Fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1101 |
r1261 |
|
| 29 | 29 | # |
|---|
| 30 | 30 | # http://isp-control.net |
|---|
| 31 | | |
|---|
| | 31 | # |
|---|
| 32 | 32 | |
|---|
| 33 | 33 | ifndef INST_PREF |
|---|
| … | … | |
| 46 | 46 | SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats |
|---|
| 47 | 47 | SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi |
|---|
| | 48 | SYSTEM_SCOREBOARDS=$(INST_PREF)/var/www/scoreboards |
|---|
| 48 | 49 | SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual |
|---|
| 49 | 50 | SYSTEM_MAKE_DIRS=/bin/mkdir -p |
|---|
| … | … | |
| 63 | 64 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_VIRTUAL) |
|---|
| 64 | 65 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_FCGI) |
|---|
| | 66 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_SCOREBOARDS) |
|---|
| 65 | 67 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_AWSTATS) |
|---|
| 66 | 68 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_MAIL_VIRTUAL) |
|---|
| … | … | |
| 86 | 88 | rm -rf $(SYSTEM_VIRTUAL) |
|---|
| 87 | 89 | rm -rf $(SYSTEM_FCGI) |
|---|
| | 90 | rm -rf $(SYSTEM_SCOREBOARDS) |
|---|
| 88 | 91 | rm -rf $(SYSTEM_MAIL_VIRTUAL) |
|---|
| 89 | 92 | rm -rf $(SYSTEM_APACHE_BACK_LOG) |
|---|
| … | … | |
| 94 | 97 | |
|---|
| 95 | 98 | cd ./tools/daemon && $(MAKE) clean |
|---|
| | 99 | rm -rf $(INST_PREF) |
|---|
| 96 | 100 | |
|---|
| 97 | 101 | .PHONY: install uninstall clean |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>