Changeset 1050

Show
Ignore:
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
  • trunk/BSDmakefile

    r1011 r1050  
    11#!/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# 
    232 
    333.ifdef $(OSTYPE)==FreeBSD 
  • trunk/CHANGELOG

    r1049 r1050  
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    33 
    4 2008-03-10 Christian Hernmarck 
     42008-03-13 Benedikt Heintel 
     5        - SETUP: 
     6                * Fixed #1106: BSDmakefile Setup not copy some of its file 
     7                * Updated: a lot of Makefiles 
     8 
     92008-03-12 Christian Hernmarck 
    510        - 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... 
    712 
    8132008-03-12 Benedikt Heintel 
  • trunk/Makefile

    r1039 r1050  
    11#!/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# 
    232 
    333ifndef INST_PREF 
     
    1040 
    1141SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp 
    12  
    1342SYSTEM_CONF=$(INST_PREF)/etc/ispcp 
    14  
    1543SYSTEM_LOG=$(INST_PREF)/var/log/ispcp 
    16  
    1744SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/apache2/backup 
    18  
    1945SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual 
    20  
    2146SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats 
    22  
    2347SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi 
    24  
    2548SYSTEM_SCOREBOARDS=$(INST_PREF)/var/www/scoreboards 
    26  
    2749SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual 
    28  
    2950SYSTEM_MAKE_DIRS=/bin/mkdir -p 
    3051 
    3152export 
     53 
    3254 
    3355install: 
     
    5274        cd ./keys && $(MAKE) install 
    5375 
     76 
    5477uninstall: 
    5578 
     
    7093        #rm -rf ./*~ 
    7194 
     95 
    7296clean: 
    7397 
    7498        cd ./tools/daemon && $(MAKE) clean 
     99        rm -rf $(INST_PREF) 
    75100 
    76101.PHONY: install uninstall clean 
  • trunk/Makefile.centos

    r1039 r1050  
    11#!/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 
    232 
    333ifndef INST_PREF 
     
    1040 
    1141SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp 
    12  
    1342SYSTEM_CONF=$(INST_PREF)/etc/ispcp 
    14  
    1543SYSTEM_LOG=$(INST_PREF)/var/log/ispcp 
    16  
    1744SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/httpd/backup 
    18  
    1945SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual 
    20  
    2146SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats 
    22  
    2347SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi 
    24  
    2548SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual 
    26  
    2749SYSTEM_MAKE_DIRS=/bin/mkdir -p 
    2850 
    2951export 
     52 
    3053 
    3154install: 
     
    4871        cd ./keys && $(MAKE) install 
    4972 
     73 
    5074uninstall: 
    5175 
     
    6589        rm -rf ./*~ 
    6690 
     91 
    6792clean: 
    6893 
  • trunk/Makefile.fbsd

    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 
    130.ifndef INST_PREF 
    231INST_PREF=/tmp/ispcp 
  • trunk/Makefile.fedora

    r1039 r1050  
    11#!/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 
    232 
    333ifndef INST_PREF 
     
    1040 
    1141SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp 
    12  
    1342SYSTEM_CONF=$(INST_PREF)/etc/ispcp 
    14  
    1543SYSTEM_LOG=$(INST_PREF)/var/log/ispcp 
    16  
    1744SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/httpd/backup 
    18  
    1945SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual 
    20  
    2146SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats 
    22  
    2347SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi 
    24  
    2548SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual 
    26  
    2749SYSTEM_MAKE_DIRS=/bin/mkdir -p 
    2850 
    2951export 
     52 
    3053 
    3154install: 
     
    4871        cd ./keys && $(MAKE) install 
    4972 
     73 
    5074uninstall: 
    5175 
     
    6589        rm -rf ./*~ 
    6690 
     91 
    6792clean: 
    6893 
  • trunk/Makefile.gentoo

    r1039 r1050  
    11#!/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 
    231 
    332ifndef INST_PREF 
     
    1039 
    1140SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp 
    12  
    1341SYSTEM_CONF=$(INST_PREF)/etc/ispcp 
    14  
    1542SYSTEM_LOG=$(INST_PREF)/var/log/ispcp 
    16  
    1743SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/apache2/backup 
    18  
    1944SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual 
    20  
    2145SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats 
    22  
    2346SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi 
    24  
    2547SYSTEM_SCOREBOARDS=$(INST_PREF)/var/www/scoreboards 
    26  
    2748SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual 
    28  
    2949SYSTEM_MAKE_DIRS=/bin/mkdir -p 
    3050 
     
    3252 
    3353export 
     54 
    3455 
    3556install: 
     
    5475        cd ./keys && $(MAKE) install 
    5576 
     77 
    5678uninstall: 
    5779 
     
    7395        rm -rf ./*~ 
    7496 
     97 
    7598clean: 
    7699 
  • trunk/Makefile.inc

    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 
    129 
    230ifndef INST_PREF 
     
    937 
    1038SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp 
    11  
    1239SYSTEM_CONF=$(INST_PREF)/etc/ispcp 
    13  
    1440SYSTEM_LOG=$(INST_PREF)/var/log/ispcp 
    15  
    1641SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/www/log/backup 
    17  
    1842SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual 
    19  
    2043SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats 
    21  
    2244SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi 
    23  
    2445SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual 
    25  
    2646SYSTEM_MAKE_DIRS=/bin/mkdir -p 
    2747 
  • trunk/Makefile.opensuse

    r1039 r1050  
    11#!/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# 
    232 
    333ifndef INST_PREF 
     
    1040 
    1141SYSTEM_ROOT=$(INST_PREF)/srv/www/ispcp 
    12  
    1342SYSTEM_CONF=$(INST_PREF)/etc/ispcp 
    14  
    1543SYSTEM_LOG=$(INST_PREF)/var/log/ispcp 
    16  
    1744SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/apache2/backup 
    18  
    1945SYSTEM_VIRTUAL=$(INST_PREF)/srv/www/virtual 
    20  
    2146SYSTEM_AWSTATS=$(INST_PREF)/srv/www/awstats 
    22  
    2347SYSTEM_FCGI=$(INST_PREF)/srv/www/fcgi 
    24  
    2548SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual 
    26  
    2749SYSTEM_MAKE_DIRS=/bin/mkdir -p 
    2850 
    2951export 
     52 
    3053 
    3154install: 
     
    4871        cd ./keys && $(MAKE) install 
    4972 
     73 
    5074uninstall: 
    5175 
     
    6589        rm -rf ./*~ 
    6690 
     91 
    6792clean: 
    6893 
  • trunk/Makefile.suse

    r1039 r1050  
    11#!/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# 
    232 
    333ifndef INST_PREF 
     
    535endif 
    636 
    7 HOST_OS=suse10 
     37HOST_OS=suse 
    838 
    939ROOT_CONF=$(INST_PREF)/etc 
    1040 
    1141SYSTEM_ROOT=$(INST_PREF)/srv/www/ispcp 
    12  
    1342SYSTEM_CONF=$(INST_PREF)/etc/ispcp 
    14  
    1543SYSTEM_LOG=$(INST_PREF)/var/log/ispcp 
    16  
    1744SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/apache2/backup 
    18  
    1945SYSTEM_VIRTUAL=$(INST_PREF)/srv/www/virtual 
    20  
    2146SYSTEM_AWSTATS=$(INST_PREF)/srv/www/awstats 
    22  
    2347SYSTEM_FCGI=$(INST_PREF)/srv/www/fcgi 
    24  
    2548SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual 
    26  
    2749SYSTEM_MAKE_DIRS=/bin/mkdir -p 
    2850 
    2951export 
     52 
    3053 
    3154install: 
     
    4871        cd ./keys && $(MAKE) install 
    4972 
     73 
    5074uninstall: 
    5175 
     
    6589        rm -rf ./*~ 
    6690 
     91 
    6792clean: 
    6893 
  • trunk/Makefile.ubuntu

    r1039 r1050  
    11#!/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 
    232 
    333ifndef INST_PREF 
     
    1040 
    1141SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp 
    12  
    1342SYSTEM_CONF=$(INST_PREF)/etc/ispcp 
    14  
    1543SYSTEM_LOG=$(INST_PREF)/var/log/ispcp 
    16  
    1744SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/apache2/backup 
    18  
    1945SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual 
    20  
    2146SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats 
    22  
    2347SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi 
    24  
    2548SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual 
    26  
    2749SYSTEM_MAKE_DIRS=/bin/mkdir -p 
    2850 
    2951export 
     52 
    3053 
    3154install: 
     
    4871        cd ./keys && $(MAKE) install 
    4972 
     73 
    5074uninstall: 
    5175 
     
    6589        rm -rf ./*~ 
    6690 
     91 
    6792clean: 
    6893 
  • trunk/configs/BSDmakefile

    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 
    131.ifdef $(OSTYPE)==FreeBSD 
    232.include <../Makefile.fbsd> 
  • trunk/configs/Makefile

    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
    330 
    431install: 
  • trunk/docs/Debian/INSTALL

    r1044 r1050  
    11811810. There is an error in some courier-versions. Courier won't stop, if you use 
    119119        /etc/init.d/courier-authdaemon stop, so change it: 
    120         # nano /etc/ini.d/courier-authdaemon 
     120        # nano /etc/init.d/courier-authdaemon 
    121121 
    122122        change: ${libexecdir}/authlib/authdaemon stop 
     
    12512511. Clean the temporary folders: 
    126126        # rm -fR /tmp/ispcp 
    127  
    128127 
    129128================================================================================ 
  • trunk/docs/FreeBSD/INSTALL

    r1047 r1050  
    3636./docs/FreeBSD/freebsd-packages 
    3737 
    38 The configuration is costumised for using with apache 2.2.x version using suexec 
     38The configuration is costumised for use with apache 2.2.x version using suexec 
    3939module enable. 
    4040================================================================================ 
  • trunk/engine/BSDmakefile

    r1025 r1050  
    2424# 
    2525# 
    26 # The ISPCP ω Home Page is at: 
     26# The ispCP ω Home Page is at: 
    2727# 
    2828#    http://isp-control.net 
     
    3232.include <../Makefile.fbsd> 
    3333.else 
    34  .include <../Makefile.inc> 
     34.include <../Makefile.inc> 
    3535.endif 
    3636 
     
    3838 
    3939CMD_CHOWN=/sbin/chown 
    40  
    4140CMD_RM=/bin/rm -rf 
    42  
    4341CMD_INSTALL=/usr/bin/install -m 0700 -o root -g wheel 
    44  
    4542CMD_MAIL_INSTALL=/usr/bin/install -m 0700 -o vmail -g mail 
    46  
    4743CMD_DIR_INSTALL=/usr/bin/install -d -o root -g wheel 
    4844 
     45 
    4946install: 
     47 
    5048        $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT) 
    5149        $(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 
    5254        $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/backup 
    5355        $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/backup 
     56 
    5457        $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/quota 
    5558        $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/quota 
     59 
    5660        $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/traffic 
    5761        $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/traffic 
     62 
    5863        $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/messager 
    5964        $(CMD_DIR_INSTALL) -m 0755 $(SYSTEM_ENGINE_ROOT)/messager 
     65 
    6066        $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/setup 
    6167        $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/setup 
     68 
    6269        $(SYSTEM_MAKE_DIRS) $(SYSTEM_ENGINE_ROOT)/tools 
    6370        $(CMD_DIR_INSTALL) -m 0700 $(SYSTEM_ENGINE_ROOT)/tools 
    64         cd traffic && $(MAKE) install 
     71 
     72        cd ./traffic && $(MAKE) install 
     73 
    6574        $(CMD_INSTALL) ./ispcp_common_code.pl $(SYSTEM_ENGINE_ROOT) 
    6675        $(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 
    7183        $(CMD_INSTALL) ./ispcp-rqst-mngr $(SYSTEM_ENGINE_ROOT) 
    7284        $(CMD_INSTALL) ./ispcp-dmn-mngr $(SYSTEM_ENGINE_ROOT) 
     
    7789        $(CMD_INSTALL) ./ispcp-serv-mngr $(SYSTEM_ENGINE_ROOT) 
    7890        $(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 
    7995        $(CMD_INSTALL) ./backup/ispcp-bk-task $(SYSTEM_ENGINE_ROOT)/backup 
    8096        $(CMD_INSTALL) ./backup/ispcp-backup-all $(SYSTEM_ENGINE_ROOT)/backup 
    8197        $(CMD_INSTALL) ./backup/ispcp-backup-ispcp $(SYSTEM_ENGINE_ROOT)/backup 
     98 
    8299        $(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 
    87101        $(CMD_INSTALL) ./messager/ispcp-arpl-msgr $(SYSTEM_ENGINE_ROOT)/messager 
     102 
    88103        $(CMD_INSTALL) ./setup/set-engine-permissions.sh $(SYSTEM_ENGINE_ROOT)/setup 
    89104        $(CMD_INSTALL) ./setup/set-gui-permissions.sh $(SYSTEM_ENGINE_ROOT)/setup 
     105        $(CMD_INSTALL) ./setup/reset-setup $(SYSTEM_ENGINE_ROOT)/setup 
    90106        $(CMD_INSTALL) ./setup/ispcp-setup $(SYSTEM_ENGINE_ROOT)/setup 
     107        $(CMD_INSTALL) ./setup/ispcp-setup-methods.pl $(SYSTEM_ENGINE_ROOT)/setup 
    91108        $(CMD_INSTALL) ./setup/ispcp-uninstall $(SYSTEM_ENGINE_ROOT)/setup 
    92         $(CMD_INSTALL) ./setup/ispcp-update $(SYSTEM_ENGINE_ROOT)/setup 
    93109        $(CMD_INSTALL) ./setup/vhcs2.4.7-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup 
    94110        $(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 
    95114        $(CMD_INSTALL) ./tools/ispcp-httpd-logs-mngr $(SYSTEM_ENGINE_ROOT)/tools/ispcp-httpd-logs-mngr 
     115 
    96116        $(CMD_INSTALL) ./tools/ispcpphptemp.sh $(SYSTEM_ENGINE_ROOT)/tools/ispcpphptemp.sh 
    97117 
     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 
    98124uninstall: 
    99         $(CMD_RM) $(SYSTEM_ENGINE_ROOT) 
    100         $(CMD_RM) ./*~ 
    101125 
     126        rm -rf $(SYSTEM_ENGINE_ROOT) 
     127        rm -rf ./*~ 
     128 
  • trunk/engine/Makefile

    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# 
    130 
    231SYSTEM_ENGINE_ROOT=$(SYSTEM_ROOT)/engine 
     
    433CMD_CHOWN=/bin/chown 
    534CMD_RM=/bin/rm -rf 
    6  
    735CMD_INSTALL=/usr/bin/install -m 0700 -o root -g root 
    836CMD_MAIL_INSTALL=/usr/bin/install -m 0700 -o vmail -g mail 
    9  
    1037CMD_DIR_INSTALL=/usr/bin/install -d -o root -g root 
    1138 
     
    4168 
    4269        $(CMD_INSTALL) ./ispcp_common_code.pl $(SYSTEM_ENGINE_ROOT) 
    43  
    4470        $(CMD_INSTALL) ./ispcp_common_methods.pl $(SYSTEM_ENGINE_ROOT) 
    4571 
    46         # keys needed for ISPCP engine; 
     72        # keys needed for ispCP engine; 
    4773        $(CMD_INSTALL) ./ispcp-db-keys.pl $(SYSTEM_ENGINE_ROOT) 
    4874 
     
    75101        $(CMD_INSTALL) ./setup/ispcp-setup $(SYSTEM_ENGINE_ROOT)/setup 
    76102        $(CMD_INSTALL) ./setup/ispcp-setup-methods.pl $(SYSTEM_ENGINE_ROOT)/setup 
     103        $(CMD_INSTALL) ./setup/ispcp-update $(SYSTEM_ENGINE_ROOT)/setup 
    77104        $(CMD_INSTALL) ./setup/ispcp-uninstall $(SYSTEM_ENGINE_ROOT)/setup 
    78105        $(CMD_INSTALL) ./setup/vhcs2.4.7-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup 
    79106        $(CMD_INSTALL) ./setup/vhcs2.4.8-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup 
    80107        $(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 
    82109 
    83110        $(CMD_INSTALL) ./tools/ispcp-httpd-logs-mngr $(SYSTEM_ENGINE_ROOT)/tools/ispcp-httpd-logs-mngr 
     
    86113        $(CMD_INSTALL) ./traffic/ispcp-srv-traff $(SYSTEM_ENGINE_ROOT)/traffic 
    87114        $(CMD_INSTALL) ./traffic/ispcp-vrl-traff $(SYSTEM_ENGINE_ROOT)/traffic 
    88         $(CMD_INSTALL) ./traffic/ispcp-vrl-traff-SUSE $(SYSTEM_ENGINE_ROOT)/traffic 
    89115        $(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 
    90123 
    91124uninstall: 
     
    93126        rm -rf $(SYSTEM_ENGINE_ROOT) 
    94127        rm -rf ./*~ 
    95