From: Guus Sliepen Date: Sat, 6 Jan 2018 16:03:05 +0000 (+0100) Subject: Rename distro/ to systemd/. X-Git-Tag: release-1.0.34~6 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=5865fd2676b8c77ac8f71b3fd997593cafbd153f Rename distro/ to systemd/. Systemd service files are not supposed to be distribution-specific. --- diff --git a/.gitignore b/.gitignore index 41d240d4..3c8c4d33 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,6 @@ stamp-h1 /doc/*.html /doc/*.pdf /doc/*.t2p +/systemd/*.service /ChangeLog core* diff --git a/Makefile.am b/Makefile.am index bfaf557d..8e43fe52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = src doc distro +SUBDIRS = src doc systemd ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.ac b/configure.ac index ff577553..c6b2563e 100644 --- a/configure.ac +++ b/configure.ac @@ -242,6 +242,6 @@ if test "x$runstatedir" = "x"; then AC_SUBST([runstatedir], ['${localstatedir}/run']) fi -AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile distro/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile systemd/Makefile]) AC_OUTPUT diff --git a/distro/Makefile.am b/systemd/Makefile.am similarity index 100% rename from distro/Makefile.am rename to systemd/Makefile.am diff --git a/distro/tinc.service.in b/systemd/tinc.service.in similarity index 100% rename from distro/tinc.service.in rename to systemd/tinc.service.in diff --git a/distro/tinc@.service.in b/systemd/tinc@.service.in similarity index 100% rename from distro/tinc@.service.in rename to systemd/tinc@.service.in