File: Squid.pkg.README

package info (click to toggle)
squid 2.6.5-6etch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 12,540 kB
  • ctags: 13,801
  • sloc: ansic: 105,278; sh: 6,083; makefile: 1,297; perl: 1,245; awk: 40
file content (21 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This installer package contains the Squid internet cache for OPENSTEP. It has
been 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 they
assume a non-standard date program. If you want them to work, compile and
install 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/epoch

Gerben Wierda