Changeset 1295

Show
Ignore:
Timestamp:
08/04/08 17:25:18 (4 months ago)
Author:
rats
Message:

* Updated: PHPmyAdmin to 2.11.8.1
* Updated all languages files.
* Updated File Linebrakes
* Updated all INSTALL

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1294 r1295  
    442008-08-04 Benedikt Heintel 
    55        - RELEASE ispCP ω Omega 1.0.0 RC6 
     6        - DOCS: 
     7                * Updated all INSTALL 
     8        - TOOLS: 
     9                * Updated: PHPmyAdmin to 2.11.8.1 
    610        - LANGUAGES: 
    711                * Updated all languages files. 
  • trunk/configs/centos/ispcp.conf

    r1269 r1295  
    99# 
    1010 
    11 BuildDate = 20080615 
     11BuildDate = 20080804 
    1212 
    1313Version = 1.0.0 RC6 OMEGA 
  • trunk/configs/debian/ispcp.conf

    r1263 r1295  
    99# 
    1010 
    11 BuildDate = 20080615 
     11BuildDate = 20080804 
    1212 
    1313Version = 1.0.0 RC6 OMEGA 
  • trunk/configs/fedora/ispcp.conf

    r1263 r1295  
    99# 
    1010 
    11 BuildDate = 20080615 
     11BuildDate = 20080804 
    1212 
    1313Version = 1.0.0 RC6 OMEGA 
  • trunk/configs/gentoo/ispcp.conf

    r1263 r1295  
    99# 
    1010 
    11 BuildDate = 20080615 
     11BuildDate = 20080804 
    1212 
    1313Version = 1.0.0 RC6 OMEGA 
  • trunk/configs/openbsd/ispcp.conf

    r1263 r1295  
    99# 
    1010 
    11 BuildDate = 20080615 
     11BuildDate = 20080804 
    1212 
    1313Version = 1.0.0 RC6 OMEGA 
  • trunk/configs/opensuse/ispcp.conf

    r1263 r1295  
    99# 
    1010 
    11 BuildDate = 20080615 
     11BuildDate = 20080804 
    1212 
    1313Version = 1.0.0 RC6 OMEGA 
  • trunk/configs/redhat/ispcp.conf

    r1263 r1295  
    99# 
    1010 
    11 BuildDate = 20080615 
     11BuildDate = 20080804 
    1212 
    1313Version = 1.0.0 RC6 OMEGA 
  • trunk/configs/ubuntu/ispcp.conf

    r1263 r1295  
    99# 
    1010 
    11 BuildDate = 20080615 
     11BuildDate = 20080804 
    1212 
    1313Version = 1.0.0 RC6 OMEGA 
  • trunk/docs/CentOS/INSTALL

    r1269 r1295  
    1818--------------- 
    1919ispCP ÏVersion:        1.0.0 RC6 
    20 INSTALL Script:        1.0 
     20INSTALL Script:        1.0 
    2121Maintainer: 
    22 Homepage:                       http://isp-contol.net 
    23 Linux Distros:          CentOS 5.1 
     22Homepage:              http://isp-contol.net 
     23Linux Distros:         CentOS 5.1 
    2424 
    2525================================================================================ 
     
    221221        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
    222222 
    223 7. Copy /usr and /var directories into your system (you may make backups) 
    224         # cp -Rv /tmp/ispcp/usr/* /usr/ 
    225         # cp -Rv /tmp/ispcp/var/* /var/ 
    226  
    227 8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
    228         # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf 
    229         # cp -Rv /tmp/ispcp/etc/* /etc/ 
    230  
    231 9. Now it's time to update your installation. Change into the engine directory: 
    232         # cd /var/www/ispcp/engine/setup 
    233  
    234 10. Start the engine update: 
    235         # perl ispcp-update 
    236  
    237 11. Update ispCP Ïstep-by-step 
    238  
    239         If you get no error, all went good; if you get one, look at 
    240         http://isp-control.net to solve the problem. 
    241  
    242 12. Clean the temporary folders: 
    243         # rm -fR /tmp/ispcp 
     2237. Delete old files to avoid security risks: 
     224        # rm -fR /var/www/ispcp/gui/admin/ 
     225        # rm -fR /var/www/ispcp/gui/client/ 
     226        # rm -fR /var/www/ispcp/gui/include/ 
     227        # rm -fR /var/www/ispcp/gui/orderpanel/ 
     228        # rm -fR /var/www/ispcp/gui/themes/ 
     229        # rm -fR /var/www/ispcp/gui/reseller/ 
     230        # rm -fR /var/www/ispcp/gui/*.php 
     231 
     2328. Copy /usr and /var directories into your system (you may make backups) 
     233        # cp -Rv /tmp/ispcp/usr/* /usr/ 
     234        # cp -Rv /tmp/ispcp/var/* /var/ 
     235 
     2369. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
     237        # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf 
     238        # cp -Rv /tmp/ispcp/etc/* /etc/ 
     239 
     24010. Now it's time to update your installation. Change into the engine directory: 
     241        # cd /var/www/ispcp/engine/setup 
     242 
     24311. Start the engine update: 
     244        # perl ispcp-update 
     245 
     24612. Update ispCP ω step-by-step 
     247 
     248        If you get no error, all went good; if you get one, look at 
     249        http://isp-control.net to solve the problem. 
     250 
     25113. Clean the temporary folders: 
     252        # rm -fR /tmp/ispcp/ 
    244253 
    245254================================================================================ 
  • trunk/docs/Debian/INSTALL

    r1216 r1295  
    1818--------------- 
    1919ispCP ω Version:        1.0.0 RC6 
    20 INSTALL Script:         2.1 
     20INSTALL Script:         2.2 
    2121Maintainer:                     Benedikt Heintel 
    2222Homepage:                       http://www.isp-contol.net 
     
    124124 
    12512511. Clean the temporary folders: 
    126         # rm -fR /tmp/ispcp 
     126        # rm -fR /tmp/ispcp/ 
    127127 
    128128================================================================================ 
     
    183183        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
    184184 
    185 7. Copy /usr and /var directories into your system (you may make backups) 
     1857. Delete old files to avoid security risks: 
     186        # rm -fR /var/www/ispcp/gui/admin/ 
     187        # rm -fR /var/www/ispcp/gui/client/ 
     188        # rm -fR /var/www/ispcp/gui/include/ 
     189        # rm -fR /var/www/ispcp/gui/orderpanel/ 
     190        # rm -fR /var/www/ispcp/gui/themes/ 
     191        # rm -fR /var/www/ispcp/gui/reseller/ 
     192        # rm -fR /var/www/ispcp/gui/*.php 
     193 
     1948. Copy /usr and /var directories into your system (you may make backups) 
    186195        # cp -Rv /tmp/ispcp/usr/* /usr/ 
    187196        # cp -Rv /tmp/ispcp/var/* /var/ 
    188197 
    189 8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
     1989. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
    190199        # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf 
    191200        # cp -Rv /tmp/ispcp/etc/* /etc/ 
    192201 
    193 9. Now it's time to update your installation. Change into the engine directory: 
     20210. Now it's time to update your installation. Change into the engine directory: 
    194203        # cd /var/www/ispcp/engine/setup 
    195204 
    196 10. Start the engine update: 
     20511. Start the engine update: 
    197206        # perl ispcp-update 
    198207 
    199 11. Update ispCP ω step-by-step 
     20812. Update ispCP ω step-by-step 
    200209 
    201210        If you get no error, all went good; if you get one, look at 
    202211        http://isp-control.net to solve the problem. 
    203212 
    204 12. Clean the temporary folders: 
    205         # rm -fR /tmp/ispcp 
     21313. Clean the temporary folders: 
     214        # rm -fR /tmp/ispcp/ 
    206215 
    207216================================================================================ 
  • trunk/docs/Fedora/INSTALL

    r1261 r1295  
    184184        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
    185185 
    186 7. Copy /usr and /var directories into your system (you may make backups) 
     1867. Delete old files to avoid security risks: 
     187        # rm -fR /var/www/ispcp/gui/admin/ 
     188        # rm -fR /var/www/ispcp/gui/client/ 
     189        # rm -fR /var/www/ispcp/gui/include/ 
     190        # rm -fR /var/www/ispcp/gui/orderpanel/ 
     191        # rm -fR /var/www/ispcp/gui/themes/ 
     192        # rm -fR /var/www/ispcp/gui/reseller/ 
     193        # rm -fR /var/www/ispcp/gui/*.php 
     194 
     1958. Copy /usr and /var directories into your system (you may make backups) 
    187196        # cp -Rv /tmp/ispcp/usr/* /usr/ 
    188197        # cp -Rv /tmp/ispcp/var/* /var/ 
    189198 
    190 8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
     1999. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
    191200        # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf 
    192201        # cp -Rv /tmp/ispcp/etc/* /etc/ 
    193202 
    194 9. Now it's time to update your installation. Change into the engine directory: 
     20310. Now it's time to update your installation. Change into the engine directory: 
    195204        # cd /var/www/ispcp/engine/setup 
    196205 
    197 10. Start the engine update: 
     20611. Start the engine update: 
    198207        # perl ispcp-update 
    199208 
    200 11. Update ispCP ω step-by-step 
     20912. Update ispCP ω step-by-step 
    201210 
    202211        If you get no error, all went good; if you get one, look at 
    203212        http://isp-control.net to solve the problem. 
    204213 
    205 12. Clean the temporary folders: 
    206         # rm -fR /tmp/ispcp 
     21413. Clean the temporary folders: 
     215        # rm -fR /tmp/ispcp/ 
    207216 
    208217================================================================================ 
  • trunk/docs/FreeBSD/INSTALL

    r1289 r1295  
    127127        # cp -v /usr/local/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/usr/local/www/ispcp/gui/tools/pma/ 
    128128 
    129 7. Copy /usr and /var directories into your system (you may make backups) 
     1297. Delete old files to avoid security risks: 
     130        # rm -fR /var/www/ispcp/gui/admin/ 
     131        # rm -fR /var/www/ispcp/gui/client/ 
     132        # rm -fR /var/www/ispcp/gui/include/ 
     133        # rm -fR /var/www/ispcp/gui/orderpanel/ 
     134        # rm -fR /var/www/ispcp/gui/themes/ 
     135        # rm -fR /var/www/ispcp/gui/reseller/ 
     136        # rm -fR /var/www/ispcp/gui/*.php 
     137 
     1388. Copy /usr and /var directories into your system (you may make backups) 
    130139        # cp -Rv /tmp/ispcp/usr/* /usr/ 
    131         # cp -Rv /tmp/ispcp/usr/local/www/* /usr/local/www
     140        # cp -Rv /tmp/ispcp/var/* /var
    132141 
    133 8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
     1429. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
    134143        # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf 
    135         # cp -Rv /tmp/ispcp/usr/local/etc/ispcp/* /usr/local/etc/ispcp 
     144        # cp -Rv /tmp/ispcp/etc/* /etc/ 
    136145 
    137 9. Now it's time to update your installation. Change into the engine directory: 
    138         # cd /usr/local/www/ispcp/engine/setup 
     14610. Now it's time to update your installation. Change into the engine directory: 
     147        # cd /var/www/ispcp/engine/setup 
    139148 
    140 10. Start the engine update: 
     14911. Start the engine update: 
    141150        # perl ispcp-update 
    142151 
    143 11. Update ispCP ω step-by-step 
     15212. Update ispCP ω step-by-step 
    144153 
    145154        If you get no error, all went good; if you get one, look at 
    146155        http://isp-control.net to solve the problem. 
    147156 
    148 12. Clean the temporary folders: 
    149         # rm -fR /tmp/ispcp 
     15713. Clean the temporary folders: 
     158        # rm -fR /tmp/ispcp/ 
    150159 
    151160================================================================================ 
  • trunk/docs/Gentoo/INSTALL

    r1216 r1295  
    129129        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
    130130 
    131 7. Copy /usr and /var directories into your system (you may make backups) 
     1317. Delete old files to avoid security risks: 
     132        # rm -fR /var/www/ispcp/gui/admin/ 
     133        # rm -fR /var/www/ispcp/gui/client/ 
     134        # rm -fR /var/www/ispcp/gui/include/ 
     135        # rm -fR /var/www/ispcp/gui/orderpanel/ 
     136        # rm -fR /var/www/ispcp/gui/themes/ 
     137        # rm -fR /var/www/ispcp/gui/reseller/ 
     138        # rm -fR /var/www/ispcp/gui/*.php 
     139 
     1408. Copy /usr and /var directories into your system (you may make backups) 
    132141        # cp -Rv /tmp/ispcp/usr/* /usr/ 
    133142        # cp -Rv /tmp/ispcp/var/* /var/ 
    134143 
    135 8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
     1449. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
    136145        # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf 
    137146        # cp -Rv /tmp/ispcp/etc/* /etc/ 
    138147 
    139 9. Now it's time to update your installation. Change into the engine directory: 
     14810. Now it's time to update your installation. Change into the engine directory: 
    140149        # cd /var/www/ispcp/engine/setup 
    141150 
    142 10. Start the engine update: 
     15111. Start the engine update: 
    143152        # perl ispcp-update 
    144153 
    145 11. Update ispCP ω step-by-step 
     15412. Update ispCP ω step-by-step 
    146155 
    147156        If you get no error, all went good; if you get one, look at 
    148157        http://isp-control.net to solve the problem. 
    149158 
    150 12. Clean the temporary folders: 
    151         # rm -fR /tmp/ispcp 
     15913. Clean the temporary folders: 
     160        # rm -fR /tmp/ispcp/ 
    152161 
    153162================================================================================ 
  • trunk/docs/OpenBSD/INSTALL

    r1216 r1295  
    230230        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
    231231 
    232 7. Copy /usr and /var directories into your system (you may make backups) 
     2327. Delete old files to avoid security risks: 
     233        # rm -fR /var/www/ispcp/gui/admin/ 
     234        # rm -fR /var/www/ispcp/gui/client/ 
     235        # rm -fR /var/www/ispcp/gui/include/ 
     236        # rm -fR /var/www/ispcp/gui/orderpanel/ 
     237        # rm -fR /var/www/ispcp/gui/themes/ 
     238        # rm -fR /var/www/ispcp/gui/reseller/ 
     239        # rm -fR /var/www/ispcp/gui/*.php 
     240 
     2418. Copy /usr and /var directories into your system (you may make backups) 
    233242        # cp -Rv /tmp/ispcp/usr/* /usr/ 
    234         # cp -Rv /tmp/ispcp/usr/local/www/* /usr/local/www
    235  
    236 8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
     243        # cp -Rv /tmp/ispcp/var/* /var
     244 
     2459. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
    237246        # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf 
    238         # cp -Rv /tmp/ispcp/usr/local/etc/ispcp/* /usr/local/etc/ispcp 
    239  
    240 9. Now it's time to update your installation. Change into the engine directory: 
    241         # cd /usr/local/www/apache22/ispcp/engine/setup 
    242  
    243 10. Start the engine update: 
     247        # cp -Rv /tmp/ispcp/etc/* /etc/ 
     248 
     24910. Now it's time to update your installation. Change into the engine directory: 
     250        # cd /var/www/ispcp/engine/setup 
     251 
     25211. Start the engine update: 
    244253        # perl ispcp-update 
    245254 
    246 11. Update ispCP ω step-by-step 
     25512. Update ispCP ω step-by-step 
    247256 
    248257        If you get no error, all went good; if you get one, look at 
    249258        http://isp-control.net to solve the problem. 
    250259 
    251 12. Clean the temporary folders: 
    252         # rm -fR /tmp/ispcp 
     26013. Clean the temporary folders: 
     261        # rm -fR /tmp/ispcp/ 
    253262 
    254263================================================================================ 
  • trunk/docs/OpenSuse/INSTALL

    r1216 r1295  
    113113    # yast -i lynx ncftp lukemftp libidn-devel 
    114114    # perl -MCPAN -e 'install Net::LibIDN' 
    115         -> every question which is asked in the first run of cpan should be ok to confirm  
     115        -> every question which is asked in the first run of cpan should be ok to confirm 
    116116        (hitting Enter should be fine) - until the select of continent and country... :-) 
    117117 
     
    173173        # cp -v /srv/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
    174174 
    175 7. Copy /usr, /var and /srv directories into your system (you may make backups) 
     1757. Delete old files to avoid security risks: 
     176        # rm -fR /var/www/ispcp/gui/admin/ 
     177        # rm -fR /var/www/ispcp/gui/client/ 
     178        # rm -fR /var/www/ispcp/gui/include/ 
     179        # rm -fR /var/www/ispcp/gui/orderpanel/ 
     180        # rm -fR /var/www/ispcp/gui/themes/ 
     181        # rm -fR /var/www/ispcp/gui/reseller/ 
     182        # rm -fR /var/www/ispcp/gui/*.php 
     183 
     1848. Copy /usr and /var directories into your system (you may make backups) 
    176185        # cp -Rv /tmp/ispcp/usr/* /usr/ 
    177186        # cp -Rv /tmp/ispcp/var/* /var/ 
    178         # cp -Rv /tmp/ispcp/srv/* /srv/ 
    179  
    180 8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
     187 
     1889. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
    181189        # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf 
    182190        # cp -Rv /tmp/ispcp/etc/* /etc/ 
    183191 
    184 9. Now it's time to update your installation. Change into the engine directory: 
    185         # cd /srv/www/ispcp/engine/setup 
    186  
    187 10. Start the engine update: 
     19210. Now it's time to update your installation. Change into the engine directory: 
     193        # cd /var/www/ispcp/engine/setup 
     194 
     19511. Start the engine update: 
    188196        # perl ispcp-update 
    189197 
    190 11. Update ispCP ω step-by-step 
     19812. Update ispCP ω step-by-step 
    191199 
    192200        If you get no error, all went good; if you get one, look at 
    193201        http://isp-control.net to solve the problem. 
    194202 
    195 12. Clean the temporary folders: 
    196         # rm -fR /tmp/ispcp 
     20313. Clean the temporary folders: 
     204        # rm -fR /tmp/ispcp/ 
    197205 
    198206================================================================================ 
  • trunk/docs/RedHat/INSTALL

    r1216 r1295  
    129129        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
    130130 
    131 7. Copy /usr and /var directories into your system (you may make backups) 
     1317. Delete old files to avoid security risks: 
     132        # rm -fR /var/www/ispcp/gui/admin/ 
     133        # rm -fR /var/www/ispcp/gui/client/ 
     134        # rm -fR /var/www/ispcp/gui/include/ 
     135        # rm -fR /var/www/ispcp/gui/orderpanel/ 
     136        # rm -fR /var/www/ispcp/gui/themes/ 
     137        # rm -fR /var/www/ispcp/gui/reseller/ 
     138        # rm -fR /var/www/ispcp/gui/*.php 
     139 
     1408. Copy /usr and /var directories into your system (you may make backups) 
    132141        # cp -Rv /tmp/ispcp/usr/* /usr/ 
    133142        # cp -Rv /tmp/ispcp/var/* /var/ 
    134143 
    135 8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
     1449. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
    136145        # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf 
    137146        # cp -Rv /tmp/ispcp/etc/* /etc/ 
    138147 
    139 9. Now it's time to update your installation. Change into the engine directory: 
     14810. Now it's time to update your installation. Change into the engine directory: 
    140149        # cd /var/www/ispcp/engine/setup 
    141150 
    142 10. Start the engine update: 
     15111. Start the engine update: 
    143152        # perl ispcp-update 
    144153 
    145 11. Update ispCP ω step-by-step 
     15412. Update ispCP ω step-by-step 
    146155 
    147156        If you get no error, all went good; if you get one, look at 
    148157        http://isp-control.net to solve the problem. 
    149158 
    150 12. Clean the temporary folders: 
    151         # rm -fR /tmp/ispcp 
     15913. Clean the temporary folders: 
     160        # rm -fR /tmp/ispcp/ 
    152161 
    153162================================================================================ 
  • trunk/docs/Ubuntu/INSTALL

    r1234 r1295  
    167167        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
    168168 
    169 7. Copy /usr and /var directories into your system (you may make backups) 
     1697. Delete old files to avoid security risks: 
     170        # rm -fR /var/www/ispcp/gui/admin/ 
     171        # rm -fR /var/www/ispcp/gui/client/ 
     172        # rm -fR /var/www/ispcp/gui/include/ 
     173        # rm -fR /var/www/ispcp/gui/orderpanel/ 
     174        # rm -fR /var/www/ispcp/gui/themes/ 
     175        # rm -fR /var/www/ispcp/gui/reseller/ 
     176        # rm -fR /var/www/ispcp/gui/*.php 
     177 
     1788. Copy /usr and /var directories into your system (you may make backups) 
    170179        # cp -Rv /tmp/ispcp/usr/* /usr/ 
    171180        # cp -Rv /tmp/ispcp/var/* /var/ 
    172181 
    173 8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
     1829. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): 
    174183        # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf 
    175184        # cp -Rv /tmp/ispcp/etc/* /etc/ 
    176185 
    177 9. Now it's time to update your installation. Change into the engine directory: 
     18610. Now it's time to update your installation. Change into the engine directory: 
    178187        # cd /var/www/ispcp/engine/setup 
    179188 
    180 10. Start the engine update: 
     18911. Start the engine update: 
    181190        # perl ispcp-update 
    182191 
    183 11. Update ispCP ω step-by-step 
     19212. Update ispCP ω step-by-step 
    184193 
    185194        If you get no error, all went good; if you get one, look at 
    186195        http://isp-control.net to solve the problem. 
    187196 
    188 12. Clean the temporary folders: 
    189         # rm -fR /tmp/ispcp 
     19713. Clean the temporary folders: 
     198        # rm -fR /tmp/ispcp/ 
    190199 
    191200================================================================================ 
  • trunk/engine/setup/ispcp-update

    r1260 r1295  
    5151        RC3             => 4, 
    5252        RC4             => 5, 
     53        RC5             => 6, 
    5354        }; 
    5455 
     
    133134\t(4) ispCP OMEGA 1.0.0 RC3 
    134135\t(5) ispCP OMEGA 1.0.0 RC4 
     136\t(6) ispCP OMEGA 1.0.0 RC5 
    135137\t(0) abort 
    136138MSG 
     
    963965                } 
    964966        } 
    965         # ispCP 1.0.0 RC2/3/4 Update 
     967        # ispCP 1.0.0 RC2/3/4/5 Update 
    966968        elsif ($main::ua{'update'} >= RC2) { 
    967969                stop_services("/tmp/vhcs2-backup-all.lock"); 
     
    10241026                        $rs = patch_ispcp_rc4(); 
    10251027                } 
     1028                # ispCP 1.0.0 RC5 
     1029                elsif ($main::ua{'update'} eq RC5) { 
     1030                        push_el(\@main::el, 'patch_ispcp_rc5()', 'Nothing else to patch.');&nbs