]> Cypherpunks.ru repositories - nncp.git/blobdiff - ports/nncp/files/nncp-caller.in
Replace YAML with Hjson
[nncp.git] / ports / nncp / files / nncp-caller.in
index 89c79345eaafaed2969b274d13a7f5c0f2d7224c..0ab5492d02d7bd1e9f59a4505a511c3c8bace07c 100644 (file)
@@ -11,7 +11,7 @@
 #
 # nncp_caller_enable (bool):   Set to NO by default.
 #                              Set it to YES to enable nncp-caller.
-# nncp_caller_config (path):   Set to %%PREFIX%%/etc/nncp.yaml by default.
+# nncp_caller_config (path):   Set to %%PREFIX%%/etc/nncp.hjson by default.
 
 . /etc/rc.subr
 
@@ -21,7 +21,7 @@ rcvar=nncp_caller_enable
 load_rc_config $name
 
 : ${nncp_caller_enable:="NO"}
-: ${nncp_caller_config="%%PREFIX%%/etc/nncp.yaml"}
+: ${nncp_caller_config="%%PREFIX%%/etc/nncp.hjson"}
 
 command=%%PREFIX%%/bin/nncp-caller
 command_args="-quiet -cfg $nncp_caller_config &"