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 missing files


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: add missing files
Date: Sat, 06 Apr 2019 17:30:04 +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 869af37a6 add missing files
869af37a6 is described below

commit 869af37a6336b27ffb7ed560018e81a214c40664
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 6 17:30:00 2019 +0200

    add missing files
---
 configure.ac                         | 3 +++
 contrib/hellos/Makefile.am           | 7 +++++++
 contrib/services/Makefile.am         | 1 +
 contrib/services/openrc/Makefile.am  | 7 +++++++
 contrib/services/systemd/Makefile.am | 7 +++++++
 5 files changed, 25 insertions(+)

diff --git a/configure.ac b/configure.ac
index 8e33f4c9f..aeb3520dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1853,6 +1853,9 @@ AC_CONFIG_FILES([
 Makefile
 contrib/Makefile
 contrib/hellos/Makefile
+contrib/services/Makefile
+contrib/services/openrc/Makefile
+contrib/services/systemd/Makefile
 contrib/scripts/Makefile
 contrib/scripts/gnunet-logread/Makefile
 doc/Makefile
diff --git a/contrib/hellos/Makefile.am b/contrib/hellos/Makefile.am
new file mode 100644
index 000000000..d498d57e7
--- /dev/null
+++ b/contrib/hellos/Makefile.am
@@ -0,0 +1,7 @@
+pkghellodir= $(pkgdatadir)/hellos
+
+pkghello_DATA = \
+  DSTJBRRKZ8TBW3FGK6B0M5QXWT9WYNZ45H5MCV4HY7ST64Q8T9F0
+
+EXTRA_DIST =
+  $(pkghello_DATA)
diff --git a/contrib/services/Makefile.am b/contrib/services/Makefile.am
new file mode 100644
index 000000000..eb4bd7deb
--- /dev/null
+++ b/contrib/services/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = openrc systemd
diff --git a/contrib/services/openrc/Makefile.am 
b/contrib/services/openrc/Makefile.am
new file mode 100644
index 000000000..3cd57dac7
--- /dev/null
+++ b/contrib/services/openrc/Makefile.am
@@ -0,0 +1,7 @@
+pkginitdir= $(pkgdatadir)/services/openrc
+
+pkginit_DATA = \
+  gnunet.initd
+
+EXTRA_DIST = \
+  $(pkginit_DATA)
diff --git a/contrib/services/systemd/Makefile.am 
b/contrib/services/systemd/Makefile.am
new file mode 100644
index 000000000..39a6f2a81
--- /dev/null
+++ b/contrib/services/systemd/Makefile.am
@@ -0,0 +1,7 @@
+pkginitdir= $(pkgdatadir)/services/systemd
+
+pkginit_DATA = \
+  gnunet.service
+
+EXTRA_DIST = \
+  $(pkginit_DATA)

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



reply via email to

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