pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/gnunet: extend MESSAGE.
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%NetBSD.org@localhost>
Pushed By: ng0
Date: Mon Oct 28 00:28:13 2019 +0000
Changeset: ca268e24b2aff206adcb7931648703e014efd106
Modified Files:
gnunet/MESSAGE
Log Message:
wip/gnunet: extend MESSAGE.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ca268e24b2aff206adcb7931648703e014efd106
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnunet/MESSAGE | 13 +++++++++++++
1 file changed, 13 insertions(+)
diffs:
diff --git a/gnunet/MESSAGE b/gnunet/MESSAGE
index 796f36da01..720cd7ce14 100644
--- a/gnunet/MESSAGE
+++ b/gnunet/MESSAGE
@@ -1,6 +1,9 @@
===========================================================================
$NetBSD$
+Big caveat warning: the rc.d scripts are still being debugged.
+
+
To enable this package, put the following into your /etc/rc.conf:
gnunet=YES
@@ -23,6 +26,16 @@ START_USER_SERVICES = YES
Finally, each user in this multi-user setup, must start
gnunet with "gnunet-arm -s".
+You can achieve this (for one user) with this in your /etc/rc.conf:
+
+ gnunetuser=YES
+ gnunetuser_user=name
+ gnunetuser_user_home="/home/name"
+
+if your user name is "name", and
+
+ ${RCD_SCRIPTS_DIR}/gnunetuser start
+
Read the documentation (info gnunet) and provided example
files as well as the man pages to learn how to customize
your peer configuration. An online documentation is
Home |
Main Index |
Thread Index |
Old Index