Changeset 1050
- Timestamp:
- 03/13/08 09:09:50
(6 months ago)
- Author:
- rats
- Message:
Fixed #1106: BSDmakefile Setup not copy some of its file & Updated: a lot of Makefiles
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1011 |
r1050 |
|
| 1 | 1 | #!/usr/bin/make -f |
|---|
| | 2 | # |
|---|
| | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 5 | # http://www.molesoftware.com |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 7 | # http://isp-control.net |
|---|
| | 8 | # |
|---|
| | 9 | # |
|---|
| | 10 | # License: |
|---|
| | 11 | # This program is free software; you can redistribute it and/or |
|---|
| | 12 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 13 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 14 | # of the License, or (at your option) any later version. |
|---|
| | 15 | # |
|---|
| | 16 | # This program is distributed in the hope that it will be useful, |
|---|
| | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 19 | # MPL Mozilla Public License for more details. |
|---|
| | 20 | # |
|---|
| | 21 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 22 | # along with this program. |
|---|
| | 23 | # |
|---|
| | 24 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 25 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 26 | # |
|---|
| | 27 | # |
|---|
| | 28 | # The ISPCP ω Home Page is at: |
|---|
| | 29 | # |
|---|
| | 30 | # http://isp-control.net |
|---|
| | 31 | # |
|---|
| 2 | 32 | |
|---|
| 3 | 33 | .ifdef $(OSTYPE)==FreeBSD |
|---|
| r1049 |
r1050 |
|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | 3 | |
|---|
| 4 | | 2008-03-10 Christian Hernmarck |
|---|
| | 4 | 2008-03-13 Benedikt Heintel |
|---|
| | 5 | - SETUP: |
|---|
| | 6 | * Fixed #1106: BSDmakefile Setup not copy some of its file |
|---|
| | 7 | * Updated: a lot of Makefiles |
|---|
| | 8 | |
|---|
| | 9 | 2008-03-12 Christian Hernmarck |
|---|
| 5 | 10 | - DISTS: |
|---|
| 6 | | openSuSE (10.3): corrected the INSTALL doc again (!!), and the Makefile for courier... |
|---|
| | 11 | * openSuSE (10.3): corrected the INSTALL doc again (!!), and the Makefile for courier... |
|---|
| 7 | 12 | |
|---|
| 8 | 13 | 2008-03-12 Benedikt Heintel |
|---|
| r1039 |
r1050 |
|
| 1 | 1 | #!/usr/bin/make -f |
|---|
| | 2 | # |
|---|
| | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 5 | # http://www.molesoftware.com |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 7 | # http://isp-control.net |
|---|
| | 8 | # |
|---|
| | 9 | # |
|---|
| | 10 | # License: |
|---|
| | 11 | # This program is free software; you can redistribute it and/or |
|---|
| | 12 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 13 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 14 | # of the License, or (at your option) any later version. |
|---|
| | 15 | # |
|---|
| | 16 | # This program is distributed in the hope that it will be useful, |
|---|
| | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 19 | # MPL Mozilla Public License for more details. |
|---|
| | 20 | # |
|---|
| | 21 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 22 | # along with this program. |
|---|
| | 23 | # |
|---|
| | 24 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 25 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 26 | # |
|---|
| | 27 | # |
|---|
| | 28 | # The ispCP ω Home Page is at: |
|---|
| | 29 | # |
|---|
| | 30 | # http://isp-control.net |
|---|
| | 31 | # |
|---|
| 2 | 32 | |
|---|
| 3 | 33 | ifndef INST_PREF |
|---|
| … | … | |
| 10 | 40 | |
|---|
| 11 | 41 | SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp |
|---|
| 12 | | |
|---|
| 13 | 42 | SYSTEM_CONF=$(INST_PREF)/etc/ispcp |
|---|
| 14 | | |
|---|
| 15 | 43 | SYSTEM_LOG=$(INST_PREF)/var/log/ispcp |
|---|
| 16 | | |
|---|
| 17 | 44 | SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/apache2/backup |
|---|
| 18 | | |
|---|
| 19 | 45 | SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual |
|---|
| 20 | | |
|---|
| 21 | 46 | SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats |
|---|
| 22 | | |
|---|
| 23 | 47 | SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi |
|---|
| 24 | | |
|---|
| 25 | 48 | SYSTEM_SCOREBOARDS=$(INST_PREF)/var/www/scoreboards |
|---|
| 26 | | |
|---|
| 27 | 49 | SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual |
|---|
| 28 | | |
|---|
| 29 | 50 | SYSTEM_MAKE_DIRS=/bin/mkdir -p |
|---|
| 30 | 51 | |
|---|
| 31 | 52 | export |
|---|
| | 53 | |
|---|
| 32 | 54 | |
|---|
| 33 | 55 | install: |
|---|
| … | … | |
| 52 | 74 | cd ./keys && $(MAKE) install |
|---|
| 53 | 75 | |
|---|
| | 76 | |
|---|
| 54 | 77 | uninstall: |
|---|
| 55 | 78 | |
|---|
| … | … | |
| 70 | 93 | #rm -rf ./*~ |
|---|
| 71 | 94 | |
|---|
| | 95 | |
|---|
| 72 | 96 | clean: |
|---|
| 73 | 97 | |
|---|
| 74 | 98 | cd ./tools/daemon && $(MAKE) clean |
|---|
| | 99 | rm -rf $(INST_PREF) |
|---|
| 75 | 100 | |
|---|
| 76 | 101 | .PHONY: install uninstall clean |
|---|
| r1039 |
r1050 |
|
| 1 | 1 | #!/usr/bin/make -f |
|---|
| | 2 | # |
|---|
| | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 5 | # http://www.molesoftware.com |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 7 | # http://isp-control.net |
|---|
| | 8 | # |
|---|
| | 9 | # |
|---|
| | 10 | # License: |
|---|
| | 11 | # This program is free software; you can redistribute it and/or |
|---|
| | 12 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 13 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 14 | # of the License, or (at your option) any later version. |
|---|
| | 15 | # |
|---|
| | 16 | # This program is distributed in the hope that it will be useful, |
|---|
| | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 19 | # MPL Mozilla Public License for more details. |
|---|
| | 20 | # |
|---|
| | 21 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 22 | # along with this program. |
|---|
| | 23 | # |
|---|
| | 24 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 25 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 26 | # |
|---|
| | 27 | # |
|---|
| | 28 | # The ispCP ω Home Page is at: |
|---|
| | 29 | # |
|---|
| | 30 | # http://isp-control.net |
|---|
| | 31 | |
|---|
| 2 | 32 | |
|---|
| 3 | 33 | ifndef INST_PREF |
|---|
| … | … | |
| 10 | 40 | |
|---|
| 11 | 41 | SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp |
|---|
| 12 | | |
|---|
| 13 | 42 | SYSTEM_CONF=$(INST_PREF)/etc/ispcp |
|---|
| 14 | | |
|---|
| 15 | 43 | SYSTEM_LOG=$(INST_PREF)/var/log/ispcp |
|---|
| 16 | | |
|---|
| 17 | 44 | SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/httpd/backup |
|---|
| 18 | | |
|---|
| 19 | 45 | SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual |
|---|
| 20 | | |
|---|
| 21 | 46 | SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats |
|---|
| 22 | | |
|---|
| 23 | 47 | SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi |
|---|
| 24 | | |
|---|
| 25 | 48 | SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual |
|---|
| 26 | | |
|---|
| 27 | 49 | SYSTEM_MAKE_DIRS=/bin/mkdir -p |
|---|
| 28 | 50 | |
|---|
| 29 | 51 | export |
|---|
| | 52 | |
|---|
| 30 | 53 | |
|---|
| 31 | 54 | install: |
|---|
| … | … | |
| 48 | 71 | cd ./keys && $(MAKE) install |
|---|
| 49 | 72 | |
|---|
| | 73 | |
|---|
| 50 | 74 | uninstall: |
|---|
| 51 | 75 | |
|---|
| … | … | |
| 65 | 89 | rm -rf ./*~ |
|---|
| 66 | 90 | |
|---|
| | 91 | |
|---|
| 67 | 92 | clean: |
|---|
| 68 | 93 | |
|---|
| r1045 |
r1050 |
|
| | 1 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 2 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 3 | # http://www.molesoftware.com |
|---|
| | 4 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 5 | # http://isp-control.net |
|---|
| | 6 | # |
|---|
| | 7 | # |
|---|
| | 8 | # License: |
|---|
| | 9 | # This program is free software; you can redistribute it and/or |
|---|
| | 10 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 11 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 12 | # of the License, or (at your option) any later version. |
|---|
| | 13 | # |
|---|
| | 14 | # This program is distributed in the hope that it will be useful, |
|---|
| | 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 17 | # MPL Mozilla Public License for more details. |
|---|
| | 18 | # |
|---|
| | 19 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 20 | # along with this program. |
|---|
| | 21 | # |
|---|
| | 22 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 23 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 24 | # |
|---|
| | 25 | # |
|---|
| | 26 | # The ispCP ω Home Page is at: |
|---|
| | 27 | # |
|---|
| | 28 | # http://isp-control.net |
|---|
| | 29 | |
|---|
| 1 | 30 | .ifndef INST_PREF |
|---|
| 2 | 31 | INST_PREF=/tmp/ispcp |
|---|
| r1039 |
r1050 |
|
| 1 | 1 | #!/usr/bin/make -f |
|---|
| | 2 | # |
|---|
| | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 5 | # http://www.molesoftware.com |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 7 | # http://isp-control.net |
|---|
| | 8 | # |
|---|
| | 9 | # |
|---|
| | 10 | # License: |
|---|
| | 11 | # This program is free software; you can redistribute it and/or |
|---|
| | 12 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 13 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 14 | # of the License, or (at your option) any later version. |
|---|
| | 15 | # |
|---|
| | 16 | # This program is distributed in the hope that it will be useful, |
|---|
| | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 19 | # MPL Mozilla Public License for more details. |
|---|
| | 20 | # |
|---|
| | 21 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 22 | # along with this program. |
|---|
| | 23 | # |
|---|
| | 24 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 25 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 26 | # |
|---|
| | 27 | # |
|---|
| | 28 | # The ispCP ω Home Page is at: |
|---|
| | 29 | # |
|---|
| | 30 | # http://isp-control.net |
|---|
| | 31 | |
|---|
| 2 | 32 | |
|---|
| 3 | 33 | ifndef INST_PREF |
|---|
| … | … | |
| 10 | 40 | |
|---|
| 11 | 41 | SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp |
|---|
| 12 | | |
|---|
| 13 | 42 | SYSTEM_CONF=$(INST_PREF)/etc/ispcp |
|---|
| 14 | | |
|---|
| 15 | 43 | SYSTEM_LOG=$(INST_PREF)/var/log/ispcp |
|---|
| 16 | | |
|---|
| 17 | 44 | SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/httpd/backup |
|---|
| 18 | | |
|---|
| 19 | 45 | SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual |
|---|
| 20 | | |
|---|
| 21 | 46 | SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats |
|---|
| 22 | | |
|---|
| 23 | 47 | SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi |
|---|
| 24 | | |
|---|
| 25 | 48 | SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual |
|---|
| 26 | | |
|---|
| 27 | 49 | SYSTEM_MAKE_DIRS=/bin/mkdir -p |
|---|
| 28 | 50 | |
|---|
| 29 | 51 | export |
|---|
| | 52 | |
|---|
| 30 | 53 | |
|---|
| 31 | 54 | install: |
|---|
| … | … | |
| 48 | 71 | cd ./keys && $(MAKE) install |
|---|
| 49 | 72 | |
|---|
| | 73 | |
|---|
| 50 | 74 | uninstall: |
|---|
| 51 | 75 | |
|---|
| … | … | |
| 65 | 89 | rm -rf ./*~ |
|---|
| 66 | 90 | |
|---|
| | 91 | |
|---|
| 67 | 92 | clean: |
|---|
| 68 | 93 | |
|---|
| r1039 |
r1050 |
|
| 1 | 1 | #!/usr/bin/make -f |
|---|
| | 2 | # |
|---|
| | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 5 | # http://www.molesoftware.com |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 7 | # http://isp-control.net |
|---|
| | 8 | # |
|---|
| | 9 | # |
|---|
| | 10 | # License: |
|---|
| | 11 | # This program is free software; you can redistribute it and/or |
|---|
| | 12 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 13 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 14 | # of the License, or (at your option) any later version. |
|---|
| | 15 | # |
|---|
| | 16 | # This program is distributed in the hope that it will be useful, |
|---|
| | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 19 | # MPL Mozilla Public License for more details. |
|---|
| | 20 | # |
|---|
| | 21 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 22 | # along with this program. |
|---|
| | 23 | # |
|---|
| | 24 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 25 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 26 | # |
|---|
| | 27 | # |
|---|
| | 28 | # The ispCP ω Home Page is at: |
|---|
| | 29 | # |
|---|
| | 30 | # http://isp-control.net |
|---|
| 2 | 31 | |
|---|
| 3 | 32 | ifndef INST_PREF |
|---|
| … | … | |
| 10 | 39 | |
|---|
| 11 | 40 | SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp |
|---|
| 12 | | |
|---|
| 13 | 41 | SYSTEM_CONF=$(INST_PREF)/etc/ispcp |
|---|
| 14 | | |
|---|
| 15 | 42 | SYSTEM_LOG=$(INST_PREF)/var/log/ispcp |
|---|
| 16 | | |
|---|
| 17 | 43 | SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/apache2/backup |
|---|
| 18 | | |
|---|
| 19 | 44 | SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual |
|---|
| 20 | | |
|---|
| 21 | 45 | SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats |
|---|
| 22 | | |
|---|
| 23 | 46 | SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi |
|---|
| 24 | | |
|---|
| 25 | 47 | SYSTEM_SCOREBOARDS=$(INST_PREF)/var/www/scoreboards |
|---|
| 26 | | |
|---|
| 27 | 48 | SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual |
|---|
| 28 | | |
|---|
| 29 | 49 | SYSTEM_MAKE_DIRS=/bin/mkdir -p |
|---|
| 30 | 50 | |
|---|
| … | … | |
| 32 | 52 | |
|---|
| 33 | 53 | export |
|---|
| | 54 | |
|---|
| 34 | 55 | |
|---|
| 35 | 56 | install: |
|---|
| … | … | |
| 54 | 75 | cd ./keys && $(MAKE) install |
|---|
| 55 | 76 | |
|---|
| | 77 | |
|---|
| 56 | 78 | uninstall: |
|---|
| 57 | 79 | |
|---|
| … | … | |
| 73 | 95 | rm -rf ./*~ |
|---|
| 74 | 96 | |
|---|
| | 97 | |
|---|
| 75 | 98 | clean: |
|---|
| 76 | 99 | |
|---|
| r1039 |
r1050 |
|
| | 1 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 2 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 3 | # http://www.molesoftware.com |
|---|
| | 4 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 5 | # http://isp-control.net |
|---|
| | 6 | # |
|---|
| | 7 | # |
|---|
| | 8 | # License: |
|---|
| | 9 | # This program is free software; you can redistribute it and/or |
|---|
| | 10 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 11 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 12 | # of the License, or (at your option) any later version. |
|---|
| | 13 | # |
|---|
| | 14 | # This program is distributed in the hope that it will be useful, |
|---|
| | 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 17 | # MPL Mozilla Public License for more details. |
|---|
| | 18 | # |
|---|
| | 19 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 20 | # along with this program. |
|---|
| | 21 | # |
|---|
| | 22 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 23 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 24 | # |
|---|
| | 25 | # |
|---|
| | 26 | # The ispCP ω Home Page is at: |
|---|
| | 27 | # |
|---|
| | 28 | # http://isp-control.net |
|---|
| 1 | 29 | |
|---|
| 2 | 30 | ifndef INST_PREF |
|---|
| … | … | |
| 9 | 37 | |
|---|
| 10 | 38 | SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp |
|---|
| 11 | | |
|---|
| 12 | 39 | SYSTEM_CONF=$(INST_PREF)/etc/ispcp |
|---|
| 13 | | |
|---|
| 14 | 40 | SYSTEM_LOG=$(INST_PREF)/var/log/ispcp |
|---|
| 15 | | |
|---|
| 16 | 41 | SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/www/log/backup |
|---|
| 17 | | |
|---|
| 18 | 42 | SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual |
|---|
| 19 | | |
|---|
| 20 | 43 | SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats |
|---|
| 21 | | |
|---|
| 22 | 44 | SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi |
|---|
| 23 | | |
|---|
| 24 | 45 | SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual |
|---|
| 25 | | |
|---|
| 26 | 46 | SYSTEM_MAKE_DIRS=/bin/mkdir -p |
|---|
| 27 | 47 | |
|---|
| r1039 |
r1050 |
|
| 1 | 1 | #!/usr/bin/make -f |
|---|
| | 2 | # |
|---|
| | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 5 | # http://www.molesoftware.com |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 7 | # http://isp-control.net |
|---|
| | 8 | # |
|---|
| | 9 | # |
|---|
| | 10 | # License: |
|---|
| | 11 | # This program is free software; you can redistribute it and/or |
|---|
| | 12 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 13 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 14 | # of the License, or (at your option) any later version. |
|---|
| | 15 | # |
|---|
| | 16 | # This program is distributed in the hope that it will be useful, |
|---|
| | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 19 | # MPL Mozilla Public License for more details. |
|---|
| | 20 | # |
|---|
| | 21 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 22 | # along with this program. |
|---|
| | 23 | # |
|---|
| | 24 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 25 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 26 | # |
|---|
| | 27 | # |
|---|
| | 28 | # The ispCP ω Home Page is at: |
|---|
| | 29 | # |
|---|
| | 30 | # http://isp-control.net |
|---|
| | 31 | # |
|---|
| 2 | 32 | |
|---|
| 3 | 33 | ifndef INST_PREF |
|---|
| … | … | |
| 10 | 40 | |
|---|
| 11 | 41 | SYSTEM_ROOT=$(INST_PREF)/srv/www/ispcp |
|---|
| 12 | | |
|---|
| 13 | 42 | SYSTEM_CONF=$(INST_PREF)/etc/ispcp |
|---|
| 14 | | |
|---|
| 15 | 43 | SYSTEM_LOG=$(INST_PREF)/var/log/ispcp |
|---|
| 16 | | |
|---|
| 17 | 44 | SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/apache2/backup |
|---|
| 18 | | |
|---|
| 19 | 45 | SYSTEM_VIRTUAL=$(INST_PREF)/srv/www/virtual |
|---|
| 20 | | |
|---|
| 21 | 46 | SYSTEM_AWSTATS=$(INST_PREF)/srv/www/awstats |
|---|
| 22 | | |
|---|
| 23 | 47 | SYSTEM_FCGI=$(INST_PREF)/srv/www/fcgi |
|---|
| 24 | | |
|---|
| 25 | 48 | SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual |
|---|
| 26 | | |
|---|
| 27 | 49 | SYSTEM_MAKE_DIRS=/bin/mkdir -p |
|---|
| 28 | 50 | |
|---|
| 29 | 51 | export |
|---|
| | 52 | |
|---|
| 30 | 53 | |
|---|
| 31 | 54 | install: |
|---|
| … | … | |
| 48 | 71 | cd ./keys && $(MAKE) install |
|---|
| 49 | 72 | |
|---|
| | 73 | |
|---|
| 50 | 74 | uninstall: |
|---|
| 51 | 75 | |
|---|
| … | … | |
| 65 | 89 | rm -rf ./*~ |
|---|
| 66 | 90 | |
|---|
| | 91 | |
|---|
| 67 | 92 | clean: |
|---|
| 68 | 93 | |
|---|
| r1039 |
r1050 |
|
| 1 | 1 | #!/usr/bin/make -f |
|---|
| | 2 | # |
|---|
| | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 5 | # http://www.molesoftware.com |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 7 | # http://isp-control.net |
|---|
| | 8 | # |
|---|
| | 9 | # |
|---|
| | 10 | # License: |
|---|
| | 11 | # This program is free software; you can redistribute it and/or |
|---|
| | 12 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 13 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 14 | # of the License, or (at your option) any later version. |
|---|
| | 15 | # |
|---|
| | 16 | # This program is distributed in the hope that it will be useful, |
|---|
| | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 19 | # MPL Mozilla Public License for more details. |
|---|
| | 20 | # |
|---|
| | 21 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 22 | # along with this program. |
|---|
| | 23 | # |
|---|
| | 24 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 25 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 26 | # |
|---|
| | 27 | # |
|---|
| | 28 | # The ispCP ω Home Page is at: |
|---|
| | 29 | # |
|---|
| | 30 | # http://isp-control.net |
|---|
| | 31 | # |
|---|
| 2 | 32 | |
|---|
| 3 | 33 | ifndef INST_PREF |
|---|
| … | … | |
| 5 | 35 | endif |
|---|
| 6 | 36 | |
|---|
| 7 | | HOST_OS=suse10 |
|---|
| | 37 | HOST_OS=suse |
|---|
| 8 | 38 | |
|---|
| 9 | 39 | ROOT_CONF=$(INST_PREF)/etc |
|---|
| 10 | 40 | |
|---|
| 11 | 41 | SYSTEM_ROOT=$(INST_PREF)/srv/www/ispcp |
|---|
| 12 | | |
|---|
| 13 | 42 | SYSTEM_CONF=$(INST_PREF)/etc/ispcp |
|---|
| 14 | | |
|---|
| 15 | 43 | SYSTEM_LOG=$(INST_PREF)/var/log/ispcp |
|---|
| 16 | | |
|---|
| 17 | 44 | SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/apache2/backup |
|---|
| 18 | | |
|---|
| 19 | 45 | SYSTEM_VIRTUAL=$(INST_PREF)/srv/www/virtual |
|---|
| 20 | | |
|---|
| 21 | 46 | SYSTEM_AWSTATS=$(INST_PREF)/srv/www/awstats |
|---|
| 22 | | |
|---|
| 23 | 47 | SYSTEM_FCGI=$(INST_PREF)/srv/www/fcgi |
|---|
| 24 | | |
|---|
| 25 | 48 | SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual |
|---|
| 26 | | |
|---|
| 27 | 49 | SYSTEM_MAKE_DIRS=/bin/mkdir -p |
|---|
| 28 | 50 | |
|---|
| 29 | 51 | export |
|---|
| | 52 | |
|---|
| 30 | 53 | |
|---|
| 31 | 54 | install: |
|---|
| … | … | |
| 48 | 71 | cd ./keys && $(MAKE) install |
|---|
| 49 | 72 | |
|---|
| | 73 | |
|---|
| 50 | 74 | uninstall: |
|---|
| 51 | 75 | |
|---|
| … | … | |
| 65 | 89 | rm -rf ./*~ |
|---|
| 66 | 90 | |
|---|
| | 91 | |
|---|
| 67 | 92 | clean: |
|---|
| 68 | 93 | |
|---|
| r1039 |
r1050 |
|
| 1 | 1 | #!/usr/bin/make -f |
|---|
| | 2 | # |
|---|
| | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 5 | # http://www.molesoftware.com |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 7 | # http://isp-control.net |
|---|
| | 8 | # |
|---|
| | 9 | # |
|---|
| | 10 | # License: |
|---|
| | 11 | # This program is free software; you can redistribute it and/or |
|---|
| | 12 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 13 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 14 | # of the License, or (at your option) any later version. |
|---|
| | 15 | # |
|---|
| | 16 | # This program is distributed in the hope that it will be useful, |
|---|
| | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 19 | # MPL Mozilla Public License for more details. |
|---|
| | 20 | # |
|---|
| | 21 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 22 | # along with this program. |
|---|
| | 23 | # |
|---|
| | 24 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 25 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 26 | # |
|---|
| | 27 | # |
|---|
| | 28 | # The ispCP ω Home Page is at: |
|---|
| | 29 | # |
|---|
| | 30 | # http://isp-control.net |
|---|
| | 31 | |
|---|
| 2 | 32 | |
|---|
| 3 | 33 | ifndef INST_PREF |
|---|
| … | … | |
| 10 | 40 | |
|---|
| 11 | 41 | SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp |
|---|
| 12 | | |
|---|
| 13 | 42 | SYSTEM_CONF=$(INST_PREF)/etc/ispcp |
|---|
| 14 | | |
|---|
| 15 | 43 | SYSTEM_LOG=$(INST_PREF)/var/log/ispcp |
|---|
| 16 | | |
|---|
| 17 | 44 | SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/apache2/backup |
|---|
| 18 | | |
|---|
| 19 | 45 | SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual |
|---|
| 20 | | |
|---|
| 21 | 46 | SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats |
|---|
| 22 | | |
|---|
| 23 | 47 | SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi |
|---|
| 24 | | |
|---|
| 25 | 48 | SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual |
|---|
| 26 | | |
|---|
| 27 | 49 | SYSTEM_MAKE_DIRS=/bin/mkdir -p |
|---|
| 28 | 50 | |
|---|
| 29 | 51 | export |
|---|
| | 52 | |
|---|
| 30 | 53 | |
|---|
| 31 | 54 | install: |
|---|
| … | … | |
| 48 | 71 | cd ./keys && $(MAKE) install |
|---|
| 49 | 72 | |
|---|
| | 73 | |
|---|
| 50 | 74 | uninstall: |
|---|
| 51 | 75 | |
|---|
| … | … | |
| 65 | 89 | rm -rf ./*~ |
|---|
| 66 | 90 | |
|---|
| | 91 | |
|---|
| 67 | 92 | clean: |
|---|
| 68 | 93 | |
|---|
| r1009 |
r1050 |
|
| | 1 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 2 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 3 | # http://www.molesoftware.com |
|---|
| | 4 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 5 | # http://isp-control.net |
|---|
| | 6 | # |
|---|
| | 7 | # |
|---|
| | 8 | # License: |
|---|
| | 9 | # This program is free software; you can redistribute it and/or |
|---|
| | 10 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 11 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 12 | # of the License, or (at your option) any later version. |
|---|
| | 13 | # |
|---|
| | 14 | # This program is distributed in the hope that it will be useful, |
|---|
| | 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 17 | # MPL Mozilla Public License for more details. |
|---|
| | 18 | # |
|---|
| | 19 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 20 | # along with this program. |
|---|
| | 21 | # |
|---|
| | 22 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 23 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 24 | # |
|---|
| | 25 | # |
|---|
| | 26 | # The ispCP ω Home Page is at: |
|---|
| | 27 | # |
|---|
| | 28 | # http://isp-control.net |
|---|
| | 29 | # |
|---|
| | 30 | |
|---|
| 1 | 31 | .ifdef $(OSTYPE)==FreeBSD |
|---|
| 2 | 32 | .include <../Makefile.fbsd> |
|---|
| r1026 |
r1050 |
|
| 1 | | |
|---|
| 2 | | export |
|---|
| | 1 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 2 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 3 | # http://www.molesoftware.com |
|---|
| | 4 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 5 | # http://isp-control.net |
|---|
| | 6 | # |
|---|
| | 7 | # |
|---|
| | 8 | # License: |
|---|
| | 9 | # This program is free software; you can redistribute it and/or |
|---|
| | 10 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 11 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 12 | # of the License, or (at your option) any later version. |
|---|
| | 13 | # |
|---|
| | 14 | # This program is distributed in the hope that it will be useful, |
|---|
| | 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 17 | # MPL Mozilla Public License for more details. |
|---|
| | 18 | # |
|---|
| | 19 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 20 | # along with this program. |
|---|
| | 21 | # |
|---|
| | 22 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 23 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 24 | # |
|---|
| | 25 | # |
|---|
| | 26 | # The ispCP ω Home Page is at: |
|---|
| | 27 | # |
|---|
| | 28 | # http://isp-control.net |
|---|
| | 29 | # |
|---|
| 3 | 30 | |
|---|
| 4 | 31 | install: |
|---|
| r1044 |
r1050 |
|
| 118 | 118 | 10. There is an error in some courier-versions. Courier won't stop, if you use |
|---|
| 119 | 119 | /etc/init.d/courier-authdaemon stop, so change it: |
|---|
| 120 | | # nano /etc/ini.d/courier-authdaemon |
|---|
| | 120 | # nano /etc/init.d/courier-authdaemon |
|---|
| 121 | 121 | |
|---|
| 122 | 122 | change: ${libexecdir}/authlib/authdaemon stop |
|---|
| … | … | |
| 125 | 125 | 11. Clean the temporary folders: |
|---|
| 126 | 126 | # rm -fR /tmp/ispcp |
|---|
| 127 | | |
|---|
| 128 | 127 | |
|---|
| 129 | 128 | ================================================================================ |
|---|
| r1047 |
r1050 |
|
| 36 | 36 | ./docs/FreeBSD/freebsd-packages |
|---|
| 37 | 37 | |
|---|
| 38 | | The configuration is costumised for using with apache 2.2.x version using suexec |
|---|
| | 38 | The configuration is costumised for use with apache 2.2.x version using suexec |
|---|
| 39 | 39 | module enable. |
|---|
| 40 | 40 | ================================================================================ |
|---|
| r1025 |
r1050 |
|
| 24 | 24 | # |
|---|
| 25 | 25 | # |
|---|
| 26 | | # The ISPCP ω Home Page is at: |
|---|
| | 26 | # The ispCP ω Home Page is at: |
|---|
| 27 | 27 | # |
|---|
| 28 | 28 | # http://isp-control.net |
|---|
| … | … | |
| 32 | 32 | .include <../Makefile.fbsd> |
|---|
| 33 | 33 | .else |
|---|
| 34 | | .include <../Makefile.inc> |
|---|
| | 34 | .include <../Makefile.inc> |
|---|
| 35 | 35 | .endif |
|---|
| 36 | 36 | |
|---|
| … | … | |
| 38 | 38 | |
|---|
| 39 | 39 | CMD_CHOWN=/sbin/chown |
|---|
| 40 | | |
|---|
| 41 | 40 | CMD_RM=/bin/rm -rf |
|---|
| 42 | | |
|---|
| 43 | 41 | CMD_INSTALL=/usr/bin/install -m 0700 -o root -g wheel |
|---|
| 44 | | |
|---|
| 45 | 42 | CMD_MAIL_INSTALL=/usr/bin/install -m 0700 -o vmail -g mail |
|---|
| 46 | | |
|---|
| 47 | 43 | CMD_DIR_INSTALL=/usr/bin/install -d -o root -g wheel |
|---|
| 48 | 44 | |
|---|
| | 45 | |
|---|
| 49 | 46 | install: |
|---|
| | 47 | |
|---|
| 50 | 48 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT) |
|---|
| 51 | 49 | $(CMD_DIR_INSTALL) -m 0755 $(SYSTEM_ENGINE_ROOT) |
|---|
| | 50 | |
|---|
| | 51 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/awstats |
|---|
| | 52 | $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/awstats |
|---|
| | 53 | |
|---|
| 52 | 54 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/backup |
|---|
| 53 | 55 | $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/backup |
|---|
| | 56 | |
|---|
| 54 | 57 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/quota |
|---|
| 55 | 58 | $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/quota |
|---|
| | 59 | |
|---|
| 56 | 60 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| 57 | 61 | $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| | 62 | |
|---|
| 58 | 63 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/messager |
|---|
| 59 | 64 | $(CMD_DIR_INSTALL) -m 0755 $(SYSTEM_ENGINE_ROOT)/messager |
|---|
| | 65 | |
|---|
| 60 | 66 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 61 | 67 | $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| | 68 | |
|---|
| 62 | 69 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/tools |
|---|
| 63 | 70 | $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/tools |
|---|
| 64 | | cd traffic && $(MAKE) install |
|---|
| | 71 | |
|---|
| | 72 | cd ./traffic && $(MAKE) install |
|---|
| | 73 | |
|---|
| 65 | 74 | $(CMD_INSTALL) ./ispcp_common_code.pl $(SYSTEM_ENGINE_ROOT) |
|---|
| 66 | 75 | $(CMD_INSTALL) ./ispcp_common_methods.pl $(SYSTEM_ENGINE_ROOT) |
|---|
| 67 | | # keys needed for ISPCP engine; |
|---|
| 68 | | $(CMD_INSTALL) ./ispcp-db-keys.pl $(SYSTEM_ENGINE_ROOT) |
|---|
| 69 | | # one more copy for auto reply system; |
|---|
| 70 | | $(CMD_INSTALL) ./ispcp-db-keys.pl $(SYSTEM_ENGINE_ROOT)/messager |
|---|
| | 76 | |
|---|
| | 77 | # keys needed for ispCP engine; |
|---|
| | 78 | $(CMD_INSTALL) ./ispcp-db-keys.pl $(SYSTEM_ENGINE_ROOT) |
|---|
| | 79 | |
|---|
| | 80 | # one more copy for auto replay system; |
|---|
| | 81 | $(CMD_INSTALL) ./ispcp-db-keys.pl $(SYSTEM_ENGINE_ROOT)/messager |
|---|
| | 82 | |
|---|
| 71 | 83 | $(CMD_INSTALL) ./ispcp-rqst-mngr $(SYSTEM_ENGINE_ROOT) |
|---|
| 72 | 84 | $(CMD_INSTALL) ./ispcp-dmn-mngr $(SYSTEM_ENGINE_ROOT) |
|---|
| … | … | |
| 77 | 89 | $(CMD_INSTALL) ./ispcp-serv-mngr $(SYSTEM_ENGINE_ROOT) |
|---|
| 78 | 90 | $(CMD_INSTALL) ./ispcp-db-passwd $(SYSTEM_ENGINE_ROOT) |
|---|
| | 91 | |
|---|
| | 92 | $(CMD_INSTALL) ./awstats/awstats_buildstaticpages.pl $(SYSTEM_ENGINE_ROOT)/awstats |
|---|
| | 93 | $(CMD_INSTALL) ./awstats/awstats_updateall.pl $(SYSTEM_ENGINE_ROOT)/awstats |
|---|
| | 94 | |
|---|
| 79 | 95 | $(CMD_INSTALL) ./backup/ispcp-bk-task $(SYSTEM_ENGINE_ROOT)/backup |
|---|
| 80 | 96 | $(CMD_INSTALL) ./backup/ispcp-backup-all $(SYSTEM_ENGINE_ROOT)/backup |
|---|
| 81 | 97 | $(CMD_INSTALL) ./backup/ispcp-backup-ispcp $(SYSTEM_ENGINE_ROOT)/backup |
|---|
| | 98 | |
|---|
| 82 | 99 | $(CMD_INSTALL) ./quota/ispcp-dsk-quota $(SYSTEM_ENGINE_ROOT)/quota |
|---|
| 83 | | $(CMD_INSTALL) ./traffic/ispcp-srv-traff $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| 84 | | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff-SUSE $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| 85 | | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| 86 | | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff-correction $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| | 100 | |
|---|
| 87 | 101 | $(CMD_INSTALL) ./messager/ispcp-arpl-msgr $(SYSTEM_ENGINE_ROOT)/messager |
|---|
| | 102 | |
|---|
| 88 | 103 | $(CMD_INSTALL) ./setup/set-engine-permissions.sh $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 89 | 104 | $(CMD_INSTALL) ./setup/set-gui-permissions.sh $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| | 105 | $(CMD_INSTALL) ./setup/reset-setup $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 90 | 106 | $(CMD_INSTALL) ./setup/ispcp-setup $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| | 107 | $(CMD_INSTALL) ./setup/ispcp-setup-methods.pl $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 91 | 108 | $(CMD_INSTALL) ./setup/ispcp-uninstall $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 92 | | $(CMD_INSTALL) ./setup/ispcp-update $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 93 | 109 | $(CMD_INSTALL) ./setup/vhcs2.4.7-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 94 | 110 | $(CMD_INSTALL) ./setup/vhcs2.4.8-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| | 111 | $(CMD_INSTALL) ./setup/ispcp1.0.0rc2-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| | 112 | $(CMD_INSTALL) ./setup/ispcp1.0.0rc3-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| | 113 | |
|---|
| 95 | 114 | $(CMD_INSTALL) ./tools/ispcp-httpd-logs-mngr $(SYSTEM_ENGINE_ROOT)/tools/ispcp-httpd-logs-mngr |
|---|
| | 115 | |
|---|
| 96 | 116 | $(CMD_INSTALL) ./tools/ispcpphptemp.sh $(SYSTEM_ENGINE_ROOT)/tools/ispcpphptemp.sh |
|---|
| 97 | 117 | |
|---|
| | 118 | $(CMD_INSTALL) ./traffic/ispcp-srv-traff $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| | 119 | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| | 120 | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff-SUSE $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| | 121 | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff-correction $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| | 122 | |
|---|
| | 123 | |
|---|
| 98 | 124 | uninstall: |
|---|
| 99 | | $(CMD_RM) $(SYSTEM_ENGINE_ROOT) |
|---|
| 100 | | $(CMD_RM) ./*~ |
|---|
| 101 | 125 | |
|---|
| | 126 | rm -rf $(SYSTEM_ENGINE_ROOT) |
|---|
| | 127 | rm -rf ./*~ |
|---|
| | 128 | |
|---|
| r996 |
r1050 |
|
| | 1 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 2 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 3 | # http://www.molesoftware.com |
|---|
| | 4 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 5 | # http://isp-control.net |
|---|
| | 6 | # |
|---|
| | 7 | # |
|---|
| | 8 | # License: |
|---|
| | 9 | # This program is free software; you can redistribute it and/or |
|---|
| | 10 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 11 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 12 | # of the License, or (at your option) any later version. |
|---|
| | 13 | # |
|---|
| | 14 | # This program is distributed in the hope that it will be useful, |
|---|
| | 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 17 | # MPL Mozilla Public License for more details. |
|---|
| | 18 | # |
|---|
| | 19 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 20 | # along with this program. |
|---|
| | 21 | # |
|---|
| | 22 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 23 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 24 | # |
|---|
| | 25 | # |
|---|
| | 26 | # The ispCP ω Home Page is at: |
|---|
| | 27 | # |
|---|
| | 28 | # http://isp-control.net |
|---|
| | 29 | # |
|---|
| 1 | 30 | |
|---|
| 2 | 31 | SYSTEM_ENGINE_ROOT=$(SYSTEM_ROOT)/engine |
|---|
| … | … | |
| 4 | 33 | CMD_CHOWN=/bin/chown |
|---|
| 5 | 34 | CMD_RM=/bin/rm -rf |
|---|
| 6 | | |
|---|
| 7 | 35 | CMD_INSTALL=/usr/bin/install -m 0700 -o root -g root |
|---|
| 8 | 36 | CMD_MAIL_INSTALL=/usr/bin/install -m 0700 -o vmail -g mail |
|---|
| 9 | | |
|---|
| 10 | 37 | CMD_DIR_INSTALL=/usr/bin/install -d -o root -g root |
|---|
| 11 | 38 | |
|---|
| … | … | |
| 41 | 68 | |
|---|
| 42 | 69 | $(CMD_INSTALL) ./ispcp_common_code.pl $(SYSTEM_ENGINE_ROOT) |
|---|
| 43 | | |
|---|
| 44 | 70 | $(CMD_INSTALL) ./ispcp_common_methods.pl $(SYSTEM_ENGINE_ROOT) |
|---|
| 45 | 71 | |
|---|
| 46 | | # keys needed for ISPCP engine; |
|---|
| | 72 | # keys needed for ispCP engine; |
|---|
| 47 | 73 | $(CMD_INSTALL) ./ispcp-db-keys.pl $(SYSTEM_ENGINE_ROOT) |
|---|
| 48 | 74 | |
|---|
| … | … | |
| 75 | 101 | $(CMD_INSTALL) ./setup/ispcp-setup $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 76 | 102 | $(CMD_INSTALL) ./setup/ispcp-setup-methods.pl $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| | 103 | $(CMD_INSTALL) ./setup/ispcp-update $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 77 | 104 | $(CMD_INSTALL) ./setup/ispcp-uninstall $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 78 | 105 | $(CMD_INSTALL) ./setup/vhcs2.4.7-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 79 | 106 | $(CMD_INSTALL) ./setup/vhcs2.4.8-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 80 | 107 | $(CMD_INSTALL) ./setup/ispcp1.0.0rc2-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 81 | | $(CMD_INSTALL) ./setup/ispcp-update $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| | 108 | $(CMD_INSTALL) ./setup/ispcp1.0.0rc3-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup |
|---|
| 82 | 109 | |
|---|
| 83 | 110 | $(CMD_INSTALL) ./tools/ispcp-httpd-logs-mngr $(SYSTEM_ENGINE_ROOT)/tools/ispcp-httpd-logs-mngr |
|---|
| … | … | |
| 86 | 113 | $(CMD_INSTALL) ./traffic/ispcp-srv-traff $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| 87 | 114 | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| 88 | | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff-SUSE $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| 89 | 115 | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff-correction $(SYSTEM_ENGINE_ROOT)/traffic |
|---|
| | 116 | |
|---|
| | 117 | if test $(HOST_OS) = suse ; then \ |
|---|
| | 118 | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff-SUSE $(SYSTEM_ENGINE_ROOT)/traffic; \ |
|---|
| | 119 | elif test $(HOST_OS) = opensuse ; then \ |
|---|
| | 120 | $(CMD_INSTALL) ./traffic/ispcp-vrl-traff-SUSE $(SYSTEM_ENGINE_ROOT)/traffic; \ |
|---|
| | 121 | fi |
|---|
| | 122 | |
|---|
| 90 | 123 | |
|---|
| 91 | 124 | uninstall: |
|---|
| … | … | |
| 93 | 126 | rm -rf $(SYSTEM_ENGINE_ROOT) |
|---|
| 94 | 127 | rm -rf ./*~ |
|---|
| 95 | | |
|---|
|