aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet-logread-ipc
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2016-05-31 17:00:55 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2016-05-31 17:00:55 +0000
commit1be4eb49815a40fd5de052b2f7ceef7b99c4e08d (patch)
tree377b0d1d78b6de01dc50550b2000f20a751c15be /contrib/gnunet-logread-ipc
parent91f664dddcbec3f1e337852b52e7faa459e2ab57 (diff)
downloadgnunet-1be4eb49815a40fd5de052b2f7ceef7b99c4e08d.tar.gz
gnunet-1be4eb49815a40fd5de052b2f7ceef7b99c4e08d.zip
taught gnunet-logread to also do what gnunet-logread-ipc used to do
Diffstat (limited to 'contrib/gnunet-logread-ipc')
-rwxr-xr-xcontrib/gnunet-logread-ipc2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gnunet-logread-ipc b/contrib/gnunet-logread-ipc
index 24de434c2..77515d890 100755
--- a/contrib/gnunet-logread-ipc
+++ b/contrib/gnunet-logread-ipc
@@ -1,6 +1,8 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3# Usage: gnunet-logread-ipc | gnunet-logread 3# Usage: gnunet-logread-ipc | gnunet-logread
4#
5# ... obsoleted by gnunet-logread's new -f option that does the same thing
4 6
5ipc=${1:-/tmp/gnunet-logread-ipc.sock} 7ipc=${1:-/tmp/gnunet-logread-ipc.sock}
6test -e "$ipc" || mkfifo "$ipc" 8test -e "$ipc" || mkfifo "$ipc"