]> Cypherpunks.ru repositories - nncp.git/blobdiff - ports/nncp/files/pkg-message.in
Up to date FreeBSD port
[nncp.git] / ports / nncp / files / pkg-message.in
index d415619aeb46cb0b352f9dcf829a7ae6bc74587c..3d6ddd95ec35e51503317bce3d5bb001a2dd1250 100644 (file)
@@ -1,17 +1,21 @@
-======================================================================
-- Add the following line to /etc/rc.conf to enable nncp-daemon:
+[
+{ type: install
+  message: <<EOM
+- Add the following lines to /etc/rc.conf to enable nncp-daemon,
+  nncp-caller and nncp-toss:
 
     nncp_daemon_enable="YES"
-
-- Add the following line to /etc/rc.conf to enable nncp-caller:
-
     nncp_caller_enable="YES"
+    nncp_toss_enable="YES"
 
 - %%PREFIX%%/etc/newsyslog.conf.d/nncp.conf
   log rotation configuration has been installed.
 - /var/spool/nncp is the packet spool directory.
+- Look in nncp.info how to integrate mail exchanging with Postfix.
 - Generate NNCP configuration file using the command:
 
     # umask 077
-    # nncp-newnode > %%PREFIX%%/etc/nncp.yaml
-======================================================================
+    # nncp-cfgnew > %%PREFIX%%/etc/nncp.hjson
+EOM
+}
+]