diff -Naur lxc-3.0.3_f9bbc96e.orig/config/templates/Makefile.am lxc-3.0.3_f9bbc96e/config/templates/Makefile.am --- lxc-3.0.3_f9bbc96e.orig/config/templates/Makefile.am 2019-06-11 17:46:40.000000000 +0200 +++ lxc-3.0.3_f9bbc96e/config/templates/Makefile.am 2019-06-11 18:24:47.758362347 +0200 @@ -8,4 +8,6 @@ common.seccomp \ nesting.conf \ oci.common.conf \ + slackware.common.conf \ + slackware.userns.conf \ userns.conf diff -Naur lxc-3.0.3_f9bbc96e.orig/configure.ac lxc-3.0.3_f9bbc96e/configure.ac --- lxc-3.0.3_f9bbc96e.orig/configure.ac 2019-06-11 17:46:41.000000000 +0200 +++ lxc-3.0.3_f9bbc96e/configure.ac 2019-06-11 18:26:58.028362347 +0200 @@ -804,6 +804,8 @@ config/templates/common.conf.d/Makefile config/templates/nesting.conf config/templates/oci.common.conf + config/templates/slackware.common.conf + config/templates/slackware.userns.conf config/templates/userns.conf config/yum/Makefile config/sysconfig/Makefile @@ -933,6 +935,7 @@ templates/Makefile templates/lxc-busybox + templates/lxc-slackware templates/lxc-download templates/lxc-local templates/lxc-oci diff -Naur lxc-3.0.3_f9bbc96e.orig/templates/Makefile.am lxc-3.0.3_f9bbc96e/templates/Makefile.am --- lxc-3.0.3_f9bbc96e.orig/templates/Makefile.am 2019-06-11 17:46:41.000000000 +0200 +++ lxc-3.0.3_f9bbc96e/templates/Makefile.am 2019-06-11 18:24:47.760362347 +0200 @@ -1,6 +1,7 @@ templatesdir=@LXCTEMPLATEDIR@ templates_SCRIPTS = lxc-busybox \ + lxc-slackware \ lxc-download \ lxc-local \ lxc-oci