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>
8 lines
268 B
Text
8 lines
268 B
Text
--- 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`
|