Browse Source

Rename distro/ to systemd/.

Systemd service files are not supposed to be distribution-specific.
Guus Sliepen 6 years ago
parent
commit
5865fd2676
6 changed files with 3 additions and 2 deletions
  1. 1 0
      .gitignore
  2. 1 1
      Makefile.am
  3. 1 1
      configure.ac
  4. 0 0
      systemd/Makefile.am
  5. 0 0
      systemd/tinc.service.in
  6. 0 0
      systemd/tinc@.service.in

+ 1 - 0
.gitignore

@@ -26,5 +26,6 @@ stamp-h1
 /doc/*.html
 /doc/*.pdf
 /doc/*.t2p
+/systemd/*.service
 /ChangeLog
 core*

+ 1 - 1
Makefile.am

@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS = src doc distro
+SUBDIRS = src doc systemd
 
 ACLOCAL_AMFLAGS = -I m4 
 

+ 1 - 1
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

+ 0 - 0
distro/Makefile.am → systemd/Makefile.am


+ 0 - 0
distro/tinc.service.in → systemd/tinc.service.in


+ 0 - 0
distro/tinc@.service.in → systemd/tinc@.service.in