瀏覽代碼

give hint on how to access the control panel

Ralf S. Engelschall 19 年之前
父節點
當前提交
1accc96681
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      php-eaccelerator/php-eaccelerator.spec

+ 8 - 1
php-eaccelerator/php-eaccelerator.spec

@@ -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