|
|
@@ -37,7 +37,7 @@ Class: EVAL
|
|
|
Group: Language
|
|
|
License: GPL
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20060802
|
|
|
+Release: 20060924
|
|
|
|
|
|
# package options
|
|
|
%option with_apache yes
|
|
|
@@ -177,6 +177,13 @@ AutoReqProv: no
|
|
|
) | $RPM_INSTALL_PREFIX/lib/openpkg/rpmtool config \
|
|
|
-a -i "$RPM_INSTALL_PREFIX:php-eaccelerator" $apacheconf
|
|
|
fi
|
|
|
+
|
|
|
+ # display final hints on installation
|
|
|
+ ( echo "You can access the online administration control page under"
|
|
|
+ echo " http://localhost/php-eaccelerator/control.php"
|
|
|
+ echo "The login is \"admin\" with password \"eAccelerator\"."
|
|
|
+ ) | %{l_rpmtool} msg -b -t notice
|
|
|
+ fi
|
|
|
%endif
|
|
|
fi
|
|
|
|