增加会话创建延迟时间的流标签
增加mail的协议识别 修正预编译安装脚本
This commit is contained in:
@@ -9,6 +9,10 @@ if [[ -z `grep -rn 'POLICY_PRIORITY' ${DST}/etc/project_list.conf` ]];then
|
||||
echo 'POLICY_PRIORITY struct' >> ${DST}/etc/project_list.conf
|
||||
fi
|
||||
|
||||
if [[ -z `grep -rn 'ESTABLISH_LATENCY' ${DST}/etc/project_list.conf` ]];then
|
||||
echo 'ESTABLISH_LATENCY long' >> ${DST}/etc/project_list.conf
|
||||
fi
|
||||
|
||||
if [[ -z `grep -rn 'tsg_master.inf' ${DST}/plug/conflist.inf` ]];then
|
||||
sed -i '/\[platform\]/a\./plug/platform/tsg_master/tsg_master.inf' ${DST}/plug/conflist.inf
|
||||
fi
|
||||
|
||||
@@ -3,3 +3,4 @@ DST=${RPM_INSTALL_PREFIX}
|
||||
mkdir -p ${DST}/plug/platform/
|
||||
sed -i '/tsg_master.inf/d' ${DST}/plug/conflist.inf
|
||||
sed -i '/POLICY_PRIORITY/d' ${DST}/etc/project_list.conf
|
||||
sed -i '/ESTABLISH_LATENCY/d' ${DST}/etc/project_list.conf
|
||||
|
||||
Reference in New Issue
Block a user