]> git.pld-linux.org Git - packages/lxc.git/commitdiff
Version 1.0.6. auto/th/lxc-1.0.6-1
authorMateusz Korniak <matkor@pld-linux.org>
Tue, 4 Nov 2014 17:07:57 +0000 (18:07 +0100)
committerMateusz Korniak <matkor@pld-linux.org>
Tue, 4 Nov 2014 17:07:57 +0000 (18:07 +0100)
lxc.init
lxc.spec

index eb95ace9e0e1c5f2cca1b3dc32b7721dee5957c4..8e53d39cb0fc337bff04449002e0c18e4554b058 100755 (executable)
--- a/lxc.init
+++ b/lxc.init
@@ -104,10 +104,9 @@ case "$1" in
        ## msg_starting lxc
        ## echo "DEBUG: Launch: /usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS"
        CONTAINERS_LIST=`/usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS --list`
-       ## CONTAINERS_LIST=`/usr/bin/lxc-autostart --list`
-       ## echo "DEBUG: CONTAINERS_LIST:$CONTAINERS_LIST"
 
-        run_cmd "Starting LXC containers ( $CONTAINERS_LIST ) from groups: $BOOTGROUPS " /usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS 
+        ## 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 
 
        touch "$localstatedir"/lock/subsys/lxc
        ;;
@@ -123,8 +122,8 @@ case "$1" in
        ## action $"Stopping LXC containers: " "$bindir"/lxc-autostart $STOPOPTS $SHUTDOWNDELAY
        CONTAINERS_LIST=`/usr/bin/lxc-autostart $STOPOPTS --list`
 
-        ## run_cmd "Stopping LXC containsers (CONTAINERS_LIST) from groups BOOTGROUPS "   "$bindir"/lxc-autostart $STOPOPTS $SHUTDOWNDELAY
-       run_cmd "Stopping running LXC containers ($CONTAINERS_LIST) "   "$bindir"/lxc-autostart $STOPOPTS $SHUTDOWNDELAY
+       ## run_cmd "Stopping running LXC containers ($CONTAINERS_LIST) "   "$bindir"/lxc-autostart $STOPOPTS $SHUTDOWNDELAY
+       run_cmd $(nls "Stopping running LXC containers (%s) " $CONTAINERS_LIST) /usr/bin/lxc-autostart $STOPOPTS $SHUTDOWNDELAY
 
        rm -f "$localstatedir"/lock/subsys/lxc
        ;;
index 9dc9149e75726fa9fb2132eea760aa941ae85864..5886bf8336e618ca6e4899d3fd1bbebf065c6bf2 100644 (file)
--- a/lxc.spec
+++ b/lxc.spec
 Summary:       Linux Containers userspace tools
 Summary(pl.UTF-8):     Narzędzia do kontenerów linuksowych (LXC)
 Name:          lxc
-Version:       1.0.5
-Release:       3
+Version:       1.0.6
+Release:       1
 License:       LGPL v2.1+
 Group:         Applications/System
 Source0:       https://www.linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 9d9af9e9e69a831cd50b58d91c786013
+# Source0-md5: 4aad3aee84b42faa194e44091d723a3b
 Source1:       %{name}-pld.in.sh
 Source2:       %{name}.init
 Patch1:                %{name}-pld.patch
This page took 0.142367 seconds and 4 git commands to generate.