21 lines
537 B
Diff
21 lines
537 B
Diff
diff --git a/config/init/Makefile.am b/config/init/Makefile.am
|
|
index e2ffe28..3439c97 100644
|
|
--- a/config/init/Makefile.am
|
|
+++ b/config/init/Makefile.am
|
|
@@ -1 +1 @@
|
|
-SUBDIRS = systemd sysvinit upstart
|
|
+SUBDIRS = systemd
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 3dc4571..5653dfd 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -44,8 +44,6 @@ AC_CONFIG_FILES([
|
|
config/init/Makefile
|
|
config/init/systemd/Makefile
|
|
config/init/systemd/lxcfs.service
|
|
- config/init/sysvinit/Makefile
|
|
- config/init/upstart/Makefile
|
|
|
|
doc/Makefile
|
|
|