gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: make sudo non-interactive


From: gnunet
Subject: [gnunet] branch master updated: make sudo non-interactive
Date: Fri, 26 Nov 2021 09:17:37 +0100

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 b1bb98f8b make sudo non-interactive
b1bb98f8b is described below

commit b1bb98f8bd3499c015cee6ca6fcdf996e89c137a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 26 09:17:35 2021 +0100

    make sudo non-interactive
---
 src/gns/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index ba46781f0..1380cba10 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -171,7 +171,7 @@ gnunet_dns2gns_LDADD = \
   $(GN_LIBINTL)
 
 if HAVE_SUDO
-SUDO_OR_DOAS_BINARY= $(SUDO_BINARY)
+SUDO_OR_DOAS_BINARY= $(SUDO_BINARY) -n
 else
 if HAVE_DOAS_BINARY
 SUDO_OR_DOAS_BINARY= $(DOAS_BINARY)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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