projects
/
php5-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e87b4
)
r11:
author
Dragan Dosen
<ddosen@ffzg.hr>
Wed, 30 Jan 2008 21:36:40 +0000
(21:36 +0000)
committer
Dragan Dosen
<ddosen@ffzg.hr>
Wed, 30 Jan 2008 21:36:40 +0000
(21:36 +0000)
* Check $PHP5CONFD directory.
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
5b9d290
..
cbb3a37
100755
(executable)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-70,6
+70,12
@@
for php5ext in $EXTENSIONS; do
fi
done
+ # Check $PHP5CONFD directory.
+ if [ ! -d "$PHP5CONFD" ]; then
+ cp_echo "CN: Creating configuration directory $PHP5CONFD"
+ mkdir $PHP5CONFD
+ fi
+
# Check extension configuration in /etc/php5/conf.d/ directory.
if [ ! -f "$PHP5CONFD/$php5ext.ini" ]; then