gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: README: Change adduser gnun


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: README: Change adduser gnunet gnunet to adduser --system --home "/var/lib/gnunet" --group gnunet
Date: Mon, 16 Jan 2017 13:19:59 +0100

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

niasterisk pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 06a3136e2 README: Change adduser gnunet gnunet to adduser --system 
--home "/var/lib/gnunet" --group gnunet
06a3136e2 is described below

commit 06a3136e27109c317d20c28049ac55c47e2e05d9
Author: ng0 <address@hidden>
AuthorDate: Mon Jan 16 12:17:43 2017 +0000

    README: Change
    adduser gnunet gnunet
    to
    adduser --system --home "/var/lib/gnunet" --group gnunet
    
    In sync with what is recommended later on in the README (use of /var/lib),
    as suggested by adfeno in freenode.
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 21fb00ff5..5e97425c9 100644
--- a/README
+++ b/README
@@ -83,7 +83,7 @@ actual GNUnet compilation and installation process with:
 
 $ export GNUNET_PREFIX=/usr/local/lib # or other directory of your choice
 # addgroup gnunetdns
-# adduser gnunet gnunet
+# adduser --system --home "/var/lib/gnunet" --group gnunet
 # ./configure --prefix=$GNUNET_PREFIX/.. --with-extractor=$LE_PREFIX
 $ make
 # make install

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



reply via email to

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