Changeset 1202

Show
Ignore:
Timestamp:
06/05/08 09:43:37 (6 months ago)
Author:
rats
Message:

updated update script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1200 r1202  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-06-04 Benedikt Heintel 
     5        - DISTS: 
     6                * Fixed #1333: (Gentoo) Missing files, directories (/etc/ispcp/apache/), Gentoo 
    37 
    482008-06-04 Jochen Manz 
  • trunk/engine/setup/ispcp-update

    r1201 r1202  
    720720            next if ($_ eq "." || $_ eq ".."); 
    721721            if (/$ARGV[0]/io) { 
    722                 $cmd = "$main::cfg{'CMD_SED} -i -e \"s/\/phptmp/\/phptmp\//\" php*.ini"
     722                $cmd = '$main::cfg{'CMD_SED} -i -e "s/\/phptmp\"/\/phptmp\//\"" php.ini'
    723723                                $rs = sys_command($cmd); 
    724724                                return $rs if ($rs != 0); 
     
    917917 
    918918        # FastCGI-Security 
    919         search_file_in_dir($main::cfg{'PHP_STARTER_DIR'}); 
     919        search_and_replace($main::cfg{'PHP_STARTER_DIR'}); 
    920920 
    921921        # Update Apache