]> git.pld-linux.org Git - packages/lxc.git/blame - lxc-pld.patch
Version: 1.1.3, merged macvlan with lxc-net scripts
[packages/lxc.git] / lxc-pld.patch
CommitLineData
72fb3a26
JK
1diff -durN -x '*~' -x '*.orig' lxc-1.1.1.orig/configure.ac lxc-1.1.1/configure.ac
2--- lxc-1.1.1.orig/configure.ac 2015-03-16 20:57:47.000000000 +0100
3+++ lxc-1.1.1/configure.ac 2015-04-02 14:40:25.000000000 +0200
4@@ -63,7 +63,7 @@
5 distroconf=default.conf.lxcbr
6 distrosysconf="$sysconfdir/default"
7 ;;
8- redhat|centos|fedora|oracle|oracleserver|suse|opensuse*)
9+ redhat|centos|fedora|oracle|oracleserver|suse|opensuse*|pld)
10 distroconf=default.conf.lxcbr
11 distrosysconf="$sysconfdir/sysconfig"
12 ;;
13@@ -99,6 +99,9 @@
14 ubuntu)
15 init_script=upstart,systemd
16 ;;
17+ pld)
18+ init_script=upstart,systemd
19+ ;;
20 *)
21 echo -n "Linux distribution init system unknown."
22 init_script=
23@@ -152,7 +154,7 @@
247c2ba9
ER
24
25 if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then
67c70229 26 db2xman=""
7e4c14a6
ER
27- dbparsers="docbook2x-man db2x_docbook2man docbook2man docbook-to-man"
28+ dbparsers="docbook2X2man docbook2x-man db2x_docbook2man docbook2man docbook-to-man"
67c70229
JB
29
30 AC_MSG_CHECKING(for docbook2x-man)
247c2ba9 31 for name in ${dbparsers}; do
72fb3a26 32@@ -756,6 +758,7 @@
2d51625b 33 templates/lxc-opensuse
2d51625b 34 templates/lxc-oracle
7e4c14a6
ER
35 templates/lxc-plamo
36+ templates/lxc-pld
37 templates/lxc-sshd
38 templates/lxc-ubuntu
39 templates/lxc-ubuntu-cloud
72fb3a26
JK
40diff -durN -x '*~' -x '*.orig' lxc-1.1.1.orig/templates/Makefile.am lxc-1.1.1/templates/Makefile.am
41--- lxc-1.1.1.orig/templates/Makefile.am 2015-03-16 20:57:47.000000000 +0100
42+++ lxc-1.1.1/templates/Makefile.am 2015-04-02 14:38:17.000000000 +0200
7e4c14a6 43@@ -15,6 +15,7 @@
8a96554a 44 lxc-opensuse \
8a96554a 45 lxc-oracle \
7e4c14a6
ER
46 lxc-plamo \
47+ lxc-pld \
48 lxc-sshd \
49 lxc-ubuntu \
50 lxc-ubuntu-cloud
This page took 0.077779 seconds and 4 git commands to generate.