From 7c4451c464f1e057b3b26ee6d975d8cd92b28c8e Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 30 Sep 2014 08:42:00 +0400 Subject: [PATCH] cjdroute disclamer change --- init.d/cjdroute | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.d/cjdroute b/init.d/cjdroute index 7d1f456..a62af87 100755 --- a/init.d/cjdroute +++ b/init.d/cjdroute @@ -1,9 +1,9 @@ #!/usr/bin/env watchman # Two warnings: # 1) This script uses a script to run cjdroute and feed it -# the config: http://pastie.org/9418234 -# The script is on its way to the main cjdns repo, but it's -# not in there yet: https://github.com/cjdelisle/cjdns/pull/601 +# the config. It can be found in the main cjdns repo: +# contrib/bash/run-cjdroute.bash +# Or here: http://sprunge.us/gYKX # 2) service_respawn is disabled by default because you need # "noBackground":1 in cjdroute.conf for it to actually work. # Barely.