From 56fbb682ae65e4500173f8a660de8e99770348ba Mon Sep 17 00:00:00 2001 From: Jaroslaw Kruk Date: Mon, 24 Nov 2014 20:00:43 +0100 Subject: [PATCH] - fix typo in lxc.init - rel 2 --- lxc.init | 2 +- lxc.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ;; 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 -- 2.44.0