Changeset 1335
- Timestamp:
- 08/27/08 02:04:17
(3 months ago)
- Author:
- scitech
- Message:
Fixed #1444: sys_command_rs() | Ending... error when add user
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1334 |
r1335 |
|
| 8 | 8 | * Fixed #1503: Debian Etch postfix-tls is a virtual package of postfix |
|---|
| 9 | 9 | * Fixed #1485: master.cf in gentoo shouldn't have default of chroot for smtp (thanks pgentoo) |
|---|
| | 10 | * Fixed #1444: sys_command_rs() | Ending... error when add user |
|---|
| 10 | 11 | |
|---|
| 11 | 12 | 2008-08-20 Daniel Andreca |
|---|
| r1101 |
r1335 |
|
| 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 | | .PHONY: install uninstall |
|---|
| | 101 | .PHONY: install uninstall clean |
|---|
| r1134 |
r1335 |
|
| 104 | 104 | |
|---|
| 105 | 105 | cd ./tools/daemon && $(MAKE) clean |
|---|
| | 106 | rm -rf $(INST_PREF) |
|---|
| 106 | 107 | |
|---|
| 107 | 108 | .PHONY: install uninstall clean |
|---|
| r1101 |
r1335 |
|
| 97 | 97 | |
|---|
| 98 | 98 | cd ./tools/daemon && $(MAKE) clean |
|---|
| | 99 | rm -rf $(INST_PREF) |
|---|
| 99 | 100 | |
|---|
| 100 | 101 | .PHONY: install uninstall clean |
|---|
| r1101 |
r1335 |
|
| 46 | 46 | SYSTEM_AWSTATS=$(INST_PREF)/srv/www/awstats |
|---|
| 47 | 47 | SYSTEM_FCGI=$(INST_PREF)/srv/www/fcgi |
|---|
| | 48 | SYSTEM_SCOREBOARDS=$(INST_PREF)/srv/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 |
|---|
| r1123 |
r1335 |
|
| 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 |
|---|
| r1321 |
r1335 |
|
| 55 | 55 | cp ./fcgid_ispcp.conf $(SYSTEM_CONF)/apache/working/fcgid_ispcp.conf |
|---|
| 56 | 56 | |
|---|
| 57 | | cp ./fastcgi.conf $(SYSTEM_CONF)/apache/conf.d/fastcgi_ispcp.conf |
|---|
| 58 | | cp ./fcgid_ispcp.conf $(ROOT_APACHE_CONF)/mods-available/fcgid_ispcp.conf |
|---|
| | 57 | cp ./fastcgi.conf $(ROOT_APACHE_CONF)/conf.d/fastcgi_ispcp.conf |
|---|
| | 58 | cp ./fcgid_ispcp.conf $(ROOT_APACHE_CONF)/conf.d/fcgid_ispcp.conf |
|---|
| 59 | 59 | |
|---|
| 60 | 60 | uninstall: |
|---|
| r1321 |
r1335 |
|
| 55 | 55 | cp ./fcgid_ispcp.conf $(SYSTEM_CONF)/apache/working/fcgid_ispcp.conf |
|---|
| 56 | 56 | |
|---|
| 57 | | cp ./fastcgi.conf $(SYSTEM_CONF)/apache/conf.d/fastcgi_ispcp.conf |
|---|
| 58 | | cp ./fcgid_ispcp.conf $(SYSTEM_CONF)/apache/conf.d/fcgid_ispcp.conf |
|---|
| | 57 | cp ./fastcgi.conf $(ROOT_APACHE_CONF)/conf.d/fastcgi_ispcp.conf |
|---|
| | 58 | cp ./fcgid_ispcp.conf $(ROOT_APACHE_CONF)/conf.d/fcgid_ispcp.conf |
|---|
| 59 | 59 | |
|---|
| 60 | 60 | uninstall: |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>