From 2369fa45d4ea5933b6e021cf65a6d6eceaa3b245 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Wed, 7 Jan 2015 13:49:37 -0500 Subject: [PATCH] Rename watcher to dglwatcher. --- watcher.c => dglwatcher.c | 0 rlgwebd.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename watcher.c => dglwatcher.c (100%) diff --git a/watcher.c b/dglwatcher.c similarity index 100% rename from watcher.c rename to dglwatcher.c diff --git a/rlgwebd.js b/rlgwebd.js index 3f24d74..bfe992c 100755 --- a/rlgwebd.js +++ b/rlgwebd.js @@ -724,7 +724,7 @@ function startProgressWatcher() { for (var gname in games) { watchdirs.push(path.join("/dgldir/inprogress", gname)); } - var subproc = child_process.spawn("/bin/watcher", watchdirs); + var subproc = child_process.spawn("/bin/dglwatcher", watchdirs); subproc.stdout.setEncoding('utf8'); subproc.stdout.on('data', function (chunk) { var fname = chunk.slice(2, -1);