Re: [lxc-devel] [PATCH] fix the expansion of libexecdir when not explicitly passed to configure

2014-06-22 Thread Stéphane Graber
On Sun, Jun 22, 2014 at 07:23:18AM +0200, Harald Dunkel wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 Hi folks,
 
 The patch seems to work.
 
 Do you think it would be reasonable to include this fix on
 the stable-1.0 branch as well?

Yes, this kind of bugfix usually gets picked up for stable, I expect
this one to be in the next batch.

 
 Thanx anyway. Keep on your good work
 Harri
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
 iQEcBAEBCAAGBQJTpmhGAAoJEAqeKp5m04HLkrQH/1d5zCEQ4IFyqaG4FG0Hpyk8
 3LlS3B3vJcBEc36k8nb4IgRXdp+11iZiV+e1nN1tt9oIvYvIboagSjtJ5/WMnTqM
 Cj66wrekuo+Q77eW4dFIy81C+q5vP7WH/YmWvZsN7KucQOv+vB/re4ajREHK1o6c
 YtuHMweQbmtRk6VDQcGODUtX3KwEpmBjNSlDSk84rMOV71QF1OTQ3atVTzu/VDcO
 dk6FOOpNPwI0aonOgfAKwCEdJcfaTu/EqxauOt94Qd/pqV5ll8FFerniGXfYkqWd
 8GueYWHR+cvZIHuZMChdHEyp2GRKGdeO3M9HWe3ZpyOLOg9bKEfmXabT2JBTAmM=
 =W66E
 -END PGP SIGNATURE-
 ___
 lxc-devel mailing list
 lxc-devel@lists.linuxcontainers.org
 http://lists.linuxcontainers.org/listinfo/lxc-devel

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
___
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel


Re: [lxc-devel] [PATCH] fix the expansion of libexecdir when not explicitly passed to configure

2014-06-21 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi folks,

The patch seems to work.

Do you think it would be reasonable to include this fix on
the stable-1.0 branch as well?

Thanx anyway. Keep on your good work
Harri
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTpmhGAAoJEAqeKp5m04HLkrQH/1d5zCEQ4IFyqaG4FG0Hpyk8
3LlS3B3vJcBEc36k8nb4IgRXdp+11iZiV+e1nN1tt9oIvYvIboagSjtJ5/WMnTqM
Cj66wrekuo+Q77eW4dFIy81C+q5vP7WH/YmWvZsN7KucQOv+vB/re4ajREHK1o6c
YtuHMweQbmtRk6VDQcGODUtX3KwEpmBjNSlDSk84rMOV71QF1OTQ3atVTzu/VDcO
dk6FOOpNPwI0aonOgfAKwCEdJcfaTu/EqxauOt94Qd/pqV5ll8FFerniGXfYkqWd
8GueYWHR+cvZIHuZMChdHEyp2GRKGdeO3M9HWe3ZpyOLOg9bKEfmXabT2JBTAmM=
=W66E
-END PGP SIGNATURE-
___
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel


Re: [lxc-devel] [PATCH] fix the expansion of libexecdir when not explicitly passed to configure

2014-06-20 Thread Stéphane Graber
On Fri, Jun 20, 2014 at 02:22:06PM -0400, Dwight Engen wrote:
 Signed-off-by: Dwight Engen dwight.en...@oracle.com

Acked-by: Stéphane Graber stgra...@ubuntu.com

 ---
  config/init/systemd/lxc.service.in | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/config/init/systemd/lxc.service.in 
 b/config/init/systemd/lxc.service.in
 index 5f155b6..0a428a3 100644
 --- a/config/init/systemd/lxc.service.in
 +++ b/config/init/systemd/lxc.service.in
 @@ -5,9 +5,9 @@ After=syslog.target network.target
  [Service]
  Type=oneshot
  RemainAfterExit=yes
 -ExecStartPre=@libexecdir@/lxc/lxc-devsetup
 -ExecStart=@libexecdir@/lxc/lxc-autostart-helper start
 -ExecStop=@libexecdir@/lxc/lxc-autostart-helper stop
 +ExecStartPre=@LIBEXECDIR@/lxc/lxc-devsetup
 +ExecStart=@LIBEXECDIR@/lxc/lxc-autostart-helper start
 +ExecStop=@LIBEXECDIR@/lxc/lxc-autostart-helper stop
  # Environment=BOOTUP=serial
  # Environment=CONSOLETYPE=serial
  StandardOutput=syslog
 -- 
 1.9.3
 
 ___
 lxc-devel mailing list
 lxc-devel@lists.linuxcontainers.org
 http://lists.linuxcontainers.org/listinfo/lxc-devel

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
___
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel