]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Mark Nottingham <mnot@pobox.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Feb 2009 09:41:36 +0000 (22:41 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Feb 2009 09:41:36 +0000 (22:41 +1300)
commit205d7c3b23d6ee7d9f0993e465e4ab9c30a261fc
tree3ef9fa051a0d485dbc0e3630470e362f05083e99
parentaa49962c522c9690b6d5d42b8043769b532b1cb0
Author: Mark Nottingham <mnot@pobox.com>
Bug 2599: Idempotent start

As discussed on squid-dev, Squid shouldn't return a shell error when:
  - starting squid, if it's already running
  - stopping squid, if it isn't running
This is to make writing scripts that control squid easier.

Note that it should still notify the user, and should not affect other
operations (e.g., kill, rotate, parse).
src/main.cc