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 41d240d..3c8c4d3 100644 (file)
@@ -26,5 +26,6 @@ stamp-h1
 /doc/*.html
 /doc/*.pdf
 /doc/*.t2p
+/systemd/*.service
 /ChangeLog
 core*
index bfaf557..8e43fe5 100644 (file)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS = src doc distro
+SUBDIRS = src doc systemd
 
 ACLOCAL_AMFLAGS = -I m4 
 
index ff57755..c6b2563 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