mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
3fe9e09bf3
of TIS fwtk and maintains API backwards compatibility. The design goal is to make it simple yet powerful; no performance hacks allowed in the code and library dependencies are reduced to minimum. WWW: http://sourceforge.net/projects/openfwtk PR: ports/117194 Submitted by: Anton Karpov <toxa at toxahost.ru>
9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
--- squid-gw/squid-gw.restart.orig 2007-10-12 18:09:43.000000000 +0400
|
|
+++ squid-gw/squid-gw.restart 2007-10-12 18:10:12.000000000 +0400
|
|
@@ -9,4 +9,4 @@
|
|
exit 1
|
|
fi
|
|
|
|
-kill -HUP `cat $OFWTKPATH/var/pid/squid-gw.pid`
|
|
+kill -HUP `cat /var/run/openfwtk/squid-gw.pid`
|