[packages/lxc] - fix typo in lxc.init - rel 2

jareq jareq at pld-linux.org
Mon Nov 24 20:06:49 CET 2014


commit 56fbb682ae65e4500173f8a660de8e99770348ba
Author: Jaroslaw Kruk <kruk.jaroslaw at gmail.com>
Date:   Mon Nov 24 20:00:43 2014 +0100

    - fix typo in lxc.init
    - rel 2

 lxc.init | 2 +-
 lxc.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxc.spec b/lxc.spec
index 5886bf8..1247960 100644
--- a/lxc.spec
+++ b/lxc.spec
@@ -13,7 +13,7 @@ Summary:	Linux Containers userspace tools
 Summary(pl.UTF-8):	Narzędzia do kontenerów linuksowych (LXC)
 Name:		lxc
 Version:	1.0.6
-Release:	1
+Release:	2
 License:	LGPL v2.1+
 Group:		Applications/System
 Source0:	https://www.linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
diff --git a/lxc.init b/lxc.init
index 8e53d39..0b8a0a0 100755
--- a/lxc.init
+++ b/lxc.init
@@ -106,7 +106,7 @@ case "$1" in
 	CONTAINERS_LIST=`/usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS --list`
 
         ## run_cmd "Starting LXC containers ( $CONTAINERS_LIST ) from groups: $BOOTGROUPS " /usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS 
-        run_cmd $nls( "Starting LXC containers (%s) from groups: %s " $CONTAINERS_LIST $BOOTGROUPS) /usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS 
+        run_cmd $(nls "Starting LXC containers (%s) from groups: %s " $CONTAINERS_LIST $BOOTGROUPS) /usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS
 
 	touch "$localstatedir"/lock/subsys/lxc
 	;;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxc.git/commitdiff/56fbb682ae65e4500173f8a660de8e99770348ba



More information about the pld-cvs-commit mailing list