gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: add templates for multi-use


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: add templates for multi-user configurations
Date: Thu, 05 Sep 2019 01:08:33 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e6670a4e5 add templates for multi-user configurations
e6670a4e5 is described below

commit e6670a4e5d274f653473f47a85ca9ddf055d6b4a
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 5 01:05:37 2019 +0200

    add templates for multi-user configurations
---
 contrib/Makefile.am                    | 2 ++
 contrib/conf/gnunet/gnunet-system.conf | 7 +++++++
 contrib/conf/gnunet/gnunet-user.conf   | 8 ++++++++
 3 files changed, 17 insertions(+)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index c78b6fe9d..676f53843 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -38,6 +38,8 @@ EXTRA_DIST = \
  conf/editors/eclipse/gnunet_codingstyle.xml \
  conf/gnunet/no_forcestart.conf \
  conf/gnunet/no_autostart_above_core.conf \
+ conf/gnunet/gnunet-system.conf \
+ conf/gnunet/gnunet-user.conf \
  conf/nss/nssswitch.conf \
  conf/wireshark/wireshark.lua \
  packages/nix/default.nix \
diff --git a/contrib/conf/gnunet/gnunet-system.conf 
b/contrib/conf/gnunet/gnunet-system.conf
new file mode 100644
index 000000000..6f9b0f379
--- /dev/null
+++ b/contrib/conf/gnunet/gnunet-system.conf
@@ -0,0 +1,7 @@
+# Sample configuration file to be installed in /etc/gnunet.conf
+# for a multi-user GNUnet setup.  This is then the configuration
+# for the system-wide "gnunet" user.
+[arm]
+SYSTEM_ONLY = YES
+USER_ONLY = NO
+
diff --git a/contrib/conf/gnunet/gnunet-user.conf 
b/contrib/conf/gnunet/gnunet-user.conf
new file mode 100644
index 000000000..de95c216c
--- /dev/null
+++ b/contrib/conf/gnunet/gnunet-user.conf
@@ -0,0 +1,8 @@
+# Sample configuration for $HOME/.config/gnunet.conf in
+# a multi-user setup. This configuration should be installed
+# in the $HOME directory of each normal user (and in
+# /etc/skel/).
+[arm]
+SYSTEM_ONLY = NO
+USER_ONLY = YES
+

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]