squid.pkg.readme
来自「代理服务器 squid-2.6.STABLE16」· README 代码 · 共 22 行
README
22 行
This installer package contains the Squid internet cache for OPENSTEP. It hasbeen compiled for m68k and i486.The following has not been checked for Squid 2:Currently, the Run* scripts in /usr/local/squid/bin do not work because theyassume a non-standard date program. If you want them to work, compile andinstall the following program as /usr/local/squid/bin/epoch:#include <stdio.h>main(){ long t = time(); printf( "%ul\n", t);}And change the "date '+%d%H%M%S'" invocations in the Run* scripts to/usr/local/squid/bin/epochGerben Wierda
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?