aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-04 14:04:43 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-04 14:04:43 +0200
commitc0514b06f6b9c0917614b5fde89b3ca5afa6e06b (patch)
tree974d7dc45f75cb5e3b39828bf1e0acdd6ffa2844 /examples
parentf347cc6d1f125b61cee1345e19ae10c02c63c488 (diff)
add stupid note about socat would be better for reloading.. in theory
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/uzbl/scripts/cookie_daemon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/data/uzbl/scripts/cookie_daemon.py b/examples/data/uzbl/scripts/cookie_daemon.py
index 9bdf807..a47a663 100755
--- a/examples/data/uzbl/scripts/cookie_daemon.py
+++ b/examples/data/uzbl/scripts/cookie_daemon.py
@@ -645,6 +645,7 @@ def main():
import pprint
sys.stderr.write("%s\n" % pprint.pformat(config))
+ # it would be better if we didn't need to start this python process just to send a command to the socket, but unfortunately socat doesn't seem to support SEQPACKET
if action == "reload":
send_command(config['cookie_socket'], "RELOAD")