📄 squid.pkg.readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -