Changeset 1202
- Timestamp:
- 06/05/08 09:43:37
(6 months ago)
- Author:
- rats
- Message:
updated update script
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1200 |
r1202 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2008-06-04 Benedikt Heintel |
|---|
| | 5 | - DISTS: |
|---|
| | 6 | * Fixed #1333: (Gentoo) Missing files, directories (/etc/ispcp/apache/), Gentoo |
|---|
| 3 | 7 | |
|---|
| 4 | 8 | 2008-06-04 Jochen Manz |
|---|
| r1201 |
r1202 |
|
| 720 | 720 | next if ($_ eq "." || $_ eq ".."); |
|---|
| 721 | 721 | 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'; |
|---|
| 723 | 723 | $rs = sys_command($cmd); |
|---|
| 724 | 724 | return $rs if ($rs != 0); |
|---|
| … | … | |
| 917 | 917 | |
|---|
| 918 | 918 | # FastCGI-Security |
|---|
| 919 | | search_file_in_dir($main::cfg{'PHP_STARTER_DIR'}); |
|---|
| | 919 | search_and_replace($main::cfg{'PHP_STARTER_DIR'}); |
|---|
| 920 | 920 | |
|---|
| 921 | 921 | # Update Apache |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>