]> git.pld-linux.org Git - packages/lxc.git/blob - lxc-pld.patch
Release 3. Fixes in init scripts.
[packages/lxc.git] / lxc-pld.patch
1 --- lxc-lxc-1.0.0.beta2/configure.ac~   2014-01-16 02:07:33.000000000 +0200
2 +++ lxc-lxc-1.0.0.beta2/configure.ac    2014-02-13 10:09:36.273870378 +0200
3 @@ -136,7 +136,7 @@
4  
5  if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then
6         db2xman=""
7 -       dbparsers="docbook2x-man db2x_docbook2man docbook2man docbook-to-man"
8 +       dbparsers="docbook2X2man docbook2x-man db2x_docbook2man docbook2man docbook-to-man"
9  
10         AC_MSG_CHECKING(for docbook2x-man)
11         for name in ${dbparsers}; do
12 @@ -650,6 +650,7 @@
13         templates/lxc-opensuse
14         templates/lxc-oracle
15         templates/lxc-plamo
16 +       templates/lxc-pld
17         templates/lxc-sshd
18         templates/lxc-ubuntu
19         templates/lxc-ubuntu-cloud
20 --- lxc-lxc-1.0.0.beta2/templates/Makefile.am~  2014-01-16 02:07:33.000000000 +0200
21 +++ lxc-lxc-1.0.0.beta2/templates/Makefile.am   2014-02-13 10:10:14.378961481 +0200
22 @@ -15,6 +15,7 @@
23         lxc-opensuse \
24         lxc-oracle \
25         lxc-plamo \
26 +       lxc-pld \
27         lxc-sshd \
28         lxc-ubuntu \
29         lxc-ubuntu-cloud
This page took 0.024934 seconds and 3 git commands to generate.