]> git.pld-linux.org Git - packages/lxc.git/commitdiff
- fix typo in lxc.init
authorJaroslaw Kruk <kruk.jaroslaw@gmail.com>
Mon, 24 Nov 2014 19:00:43 +0000 (20:00 +0100)
committerJaroslaw Kruk <kruk.jaroslaw@gmail.com>
Mon, 24 Nov 2014 19:00:43 +0000 (20:00 +0100)
- rel 2

lxc.init
lxc.spec

index 8e53d39cb0fc337bff04449002e0c18e4554b058..0b8a0a0e355ad0f618f46c044d7ac3897176e893 100755 (executable)
--- 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
        ;;
index 5886bf8336e618ca6e4899d3fd1bbebf065c6bf2..1247960fd3993d4fd415711278848e5643d5ad6a 100644 (file)
--- 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
This page took 0.09243 seconds and 4 git commands to generate.