源码地带 > 电路图 > 电子资料下载 > 网络 >ipsec vpn > 查看压缩包源码

ipsec vpn

源代码在线查看: check-for-core

软件大小: 3514 K
上传用户: akk79600872
关键词: ipsec vpn
下载地址: 免注册下载 普通下载 VIP

相关代码

				if [ -f /var/tmp/core ]				then					date					ls -l /var/tmp					if [ /usr/local/libexec/ipsec/pluto -ot /var/tmp/core ]					then						gdb /usr/local/libexec/ipsec/pluto /var/tmp/core 				where				quit				EOF						# Try to avoid reporting more than once.						# Avoid accumulation of cores.						# accumulate: mv --backup=numbered core core.old						mv -f core core.old					else						echo "core appears to be older than pluto"						ls -l /usr/local/libexec/ipsec/pluto					fi				fi							

相关资源