]> tinc-vpn.org Git - tinc/commitdiff
Rename distro/ to systemd/.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 6 Jan 2018 16:03:05 +0000 (17:03 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 6 Jan 2018 16:03:05 +0000 (17:03 +0100)
Systemd service files are not supposed to be distribution-specific.

.gitignore
Makefile.am
configure.ac
systemd/Makefile.am [moved from distro/Makefile.am with 100% similarity]
systemd/tinc.service.in [moved from distro/tinc.service.in with 100% similarity]
systemd/tinc@.service.in [moved from distro/tinc@.service.in with 100% similarity]

index 41d240d4c5f1437bccb99284a2256733fccc2f5e..3c8c4d3373a2a67271c8baabc6705a4065af0dbf 100644 (file)
@@ -26,5 +26,6 @@ stamp-h1
 /doc/*.html
 /doc/*.pdf
 /doc/*.t2p
+/systemd/*.service
 /ChangeLog
 core*
index bfaf557d9ba0708253704fefeb42d421a374648f..8e43fe52673a99944e414974bbf0789a5b9559c0 100644 (file)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS = src doc distro
+SUBDIRS = src doc systemd
 
 ACLOCAL_AMFLAGS = -I m4 
 
index ff577553a52afa727c1dfe6903dcd8ad3081acb6..c6b2563e4ad06fb10a6f5d2a647cdadc5bd3945b 100644 (file)
@@ -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
similarity index 100%
rename from distro/Makefile.am
rename to systemd/Makefile.am