gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: contrib: install initd file


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: contrib: install initd files
Date: Sat, 09 Mar 2019 20:17:23 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new fb80cce9f contrib: install initd files
fb80cce9f is described below

commit fb80cce9f8898ffd1838de1df636414ffd3065e2
Author: ng0 <address@hidden>
AuthorDate: Sat Mar 9 19:17:17 2019 +0000

    contrib: install initd files
---
 contrib/Makefile.am | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 1167fb671..49aa36dfd 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -35,6 +35,10 @@ tap64_DATA = \
  3rdparty/Windows/openvpn-tap32/tapw64/OemWin2k.inf
 endif
 
+INITD_FILES = \
+ services/openrc/gnunet.initd \
+ services/systemd/gnunet.service
+
 EXTRA_DIST = \
  conf/colorit/colorit.conf \
  conf/editors/eclipse/gnunet_codingstyle.xml \
@@ -52,8 +56,6 @@ EXTRA_DIST = \
  scripts/pydiffer.py.in \
  packages/nix/default.nix \
  packages/nix/gnunet-dev.nix \
- services/openrc/gnunet.initd \
- services/systemd/gnunet.service \
  3rdparty/Windows/openvpn-tap32/tapw32/tap0901.sys \
  3rdparty/Windows/openvpn-tap32/tapw32/tap0901.cat \
  3rdparty/Windows/openvpn-tap32/tapw32/OemWin2k.inf \
@@ -62,7 +64,8 @@ EXTRA_DIST = \
  3rdparty/Windows/openvpn-tap32/tapw64/OemWin2k.inf \
  3rdparty/Windows/openvpn-tap32/INSTALL \
  3rdparty/Windows/openvpn-tap32/tap32-signed-i386-2.1.zip \
- 3rdparty/Windows/openvpn-tap32/tap32-source-2.1.zip
+ 3rdparty/Windows/openvpn-tap32/tap32-source-2.1.zip \
+ $(INITD_FILES)
 
 CLEANFILES = \
   $(noinst_SCRIPTS)
@@ -106,6 +109,7 @@ test_gnunet_prefix_LDADD = \
   $(LIBLTDL) -lunistring $(XLIB)
 
 pkghellodir= $(pkgdatadir)/hellos
+pkginitddir= $(pkgdatadir)/services
 
 install-data-local:
        $(mkinstalldirs) $(DESTDIR)$(pkghellodir)
@@ -116,6 +120,10 @@ install-data-local:
          fi \
        done
        install scripts/gnunet-bugreport $(DESTDIR)$(bindir)/gnunet-bugreport
+       mkdir -p $(DESTDIR)$(pkgdatadir)/services/openrc
+       mkdir -p $(DESTDIR)$(pkgdatadir)/services/systemd
+       install services/openrc/gnunet.initd $(DESTDIR)$(pkginitddir)/openrc/
+       install services/systemd/gnunet.service 
$(DESTDIR)$(pkginitddir)/systemd/
 
 dist-hook:
        if test -d $(srcdir)/hellos; then \

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



reply via email to

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