Package: lxc
Tags: patch
Version: 0.7.5-2
Severity: minor
Hi.
It seems there are some obvious errors in init.d script.
--- lxc.init 2011-09-21 13:31:56.000000000 +0200
+++ /etc/init.d/lxc 2011-09-29 15:59:48.000000000 +0200
@@ -58,7 +58,7 @@
then
log_progress_msg "${_CONTAINER}"
- ${_COMMAND} -n ${_CONTAINER} -f
${_CONFIG} -d
+ lxc-${_COMMAND} -n ${_CONTAINER} -f
${_CONFIG} -d
else
log_progress_msg "${_CONTAINER} (skip)"
fi
@@ -67,7 +67,7 @@
*)
log_progress_msg "${_CONTAINER}"
- ${_COMMAND} -n ${_CONTAINER}
+ lxc-${_COMMAND} -n ${_CONTAINER}
;;
esac
done
Hope this will help other people dealing with lxc.
Regards,
Grzegorz Bizon
--
http://ntsn.pl
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]