add note about where to install php3.ini; Christoph Schneeberger <cschnee@telemedia.ch>
This commit is contained in:
parent
c8ec4d872f
commit
5465d79f3f
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: php3-enable,v 1.1 2000/04/17 19:29:47 jakob Exp $
|
||||
# $OpenBSD: php3-enable,v 1.2 2000/07/12 11:03:10 jakob Exp $
|
||||
|
||||
MODULE=y0y0y0/lib/libphp3.so
|
||||
INI=y0y0y0/share/doc/php3/php3.ini-dist
|
||||
@ -11,5 +11,6 @@ if [ ! -f ${MODULE} ]; then
|
||||
else
|
||||
echo "enabling php3 module..."
|
||||
/usr/sbin/apxs -i -a -n php3 ${MODULE}
|
||||
echo "note: a sample php3.ini file can be found as ${INI}"
|
||||
echo "note: a sample php3.ini file can be found as ${INI} and should be"
|
||||
echo " installed into /var/www/conf."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user