aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-10 20:35:30 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-10 20:35:30 +0100
commit180b27282b24c4d539d4c511887445ad57b47fd4 (patch)
tree813a44b764d5f2033ced3432ad1455d5f111fbdb
parentbak.sh: comments ++ (diff)
downloadlaurent-tools-180b27282b24c4d539d4c511887445ad57b47fd4.tar.xz
laurent-tools-180b27282b24c4d539d4c511887445ad57b47fd4.zip
propagate: change default "netcat" command to "nc"
-rw-r--r--propagate/src/pg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/propagate/src/pg.c b/propagate/src/pg.c
index 281363e..f3c3c8d 100644
--- a/propagate/src/pg.c
+++ b/propagate/src/pg.c
@@ -97,7 +97,7 @@ main(int argc, char *argv[]) {
listener_add(LISTENER_UNIX, "/tmp/propagate_sock");
} else {
conf.me = 'A';
- route_add('B', ROUTE_PROC, "netcat 127.0.0.1 3333", 0, NULL, 0);
+ route_add('B', ROUTE_PROC, "nc 127.0.0.1 3333", 0, NULL, 0);
}
if (server)