projects
/
php4-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ad045
)
r6:
author
Dragan Dosen
<ddosen@ffzg.hr>
Thu, 31 Jan 2008 13:29:44 +0000
(13:29 +0000)
committer
Dragan Dosen
<ddosen@ffzg.hr>
Thu, 31 Jan 2008 13:29:44 +0000
(13:29 +0000)
* sitne prepravke.
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
034b224
..
2ec8df8
100755
(executable)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-115,11
+115,11
@@
done
#
for SAPI in apache apache2 cgi cli; do
- if [ ! -d "$PHP5DIR/$SAPI" ]; then
+ if [ ! -d "$PHP4DIR/$SAPI" ]; then
continue
fi
- ini_file="$PHP5DIR/$SAPI/php.ini"
+ ini_file="$PHP4DIR/$SAPI/php.ini"
cp_echo "CN: Checking and enabling some CARNet specific parameters in file $ini_file"