]> git.pld-linux.org Git - packages/lxc.git/blob - lxc-pld.patch
mksh can't redirect fd 200, use 9
[packages/lxc.git] / lxc-pld.patch
1 --- lxc-lxc-1.0.0.alpha3/configure.ac~  2013-11-15 23:08:17.000000000 +0200
2 +++ lxc-lxc-1.0.0.alpha3/configure.ac   2013-11-20 01:01:35.253197161 +0200
3 @@ -81,7 +81,7 @@
4  
5  if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then
6         db2xman=""
7 -       dbparsers="docbook2x-man db2x_docbook2man docbook2man"
8 +       dbparsers="docbook2X2man docbook2x-man db2x_docbook2man docbook2man"
9  
10         AC_MSG_CHECKING(for docbook2x-man)
11         for name in ${dbparsers}; do
12 @@ -525,6 +525,7 @@
13         templates/lxc-opensuse
14         templates/lxc-busybox
15         templates/lxc-fedora
16 +       templates/lxc-pld
17         templates/lxc-openmandriva
18         templates/lxc-oracle
19         templates/lxc-altlinux
20 --- lxc-lxc-1.0.0.alpha3/templates/Makefile.am~ 2013-11-15 23:08:17.000000000 +0200
21 +++ lxc-lxc-1.0.0.alpha3/templates/Makefile.am  2013-11-20 01:04:32.994128379 +0200
22 @@ -6,6 +6,7 @@
23         lxc-ubuntu-cloud \
24         lxc-opensuse \
25         lxc-fedora \
26 +       lxc-pld \
27         lxc-openmandriva \
28         lxc-oracle \
29         lxc-altlinux \
This page took 1.618621 seconds and 3 git commands to generate.