b187f9ed2a
fake installation and add php3-enable script (ok turan@ before freeze)
19 lines
322 B
Plaintext
19 lines
322 B
Plaintext
#!/bin/sh
|
|
#
|
|
# $OpenBSD: INSTALL,v 1.1 2000/04/17 19:29:48 jakob Exp $
|
|
#
|
|
# php3 installation
|
|
|
|
set -e
|
|
|
|
echo
|
|
echo "+---------------"
|
|
echo "| To finish the install, you need to enable the php3"
|
|
echo "| module using the following command"
|
|
echo "|"
|
|
echo "| ${PKG_PREFIX}/sbin/php3-enable"
|
|
echo "+---------------"
|
|
echo
|
|
|
|
exit 0
|