From 5865fd2676b8c77ac8f71b3fd997593cafbd153f Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 6 Jan 2018 17:03:05 +0100 Subject: [PATCH] Rename distro/ to systemd/. Systemd service files are not supposed to be distribution-specific. --- .gitignore | 1 + Makefile.am | 2 +- configure.ac | 2 +- {distro => systemd}/Makefile.am | 0 {distro => systemd}/tinc.service.in | 0 {distro => systemd}/tinc@.service.in | 0 6 files changed, 3 insertions(+), 2 deletions(-) rename {distro => systemd}/Makefile.am (100%) rename {distro => systemd}/tinc.service.in (100%) rename {distro => systemd}/tinc@.service.in (100%) 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 -- 2.20.1