Hi,

Still battling to get Squid up and running...

I have installed Squid3.0 from source into /usr/local/squid.

However, there is no startup script to place into /etc/init.d/

Surely it's not simply a case of placing the following into a file
called squid, making it executable, update-rc, etc?

#!/bin/sh
start () {
  /usr/local/squid/sbin/squid
}

Reply via email to