diff options
author | Filippo Giunchedi <filippo@esaurito.net> | 2009-07-02 15:42:18 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2009-07-02 15:42:18 +0200 |
commit | 8747655790610f3505b6370a5393704c33f13637 (patch) | |
tree | d5d9ed596552c9fe8d68ac7a54fa106d7684de43 | |
parent | Include /sbin in PATH for setcap (diff) | |
download | lxc-8747655790610f3505b6370a5393704c33f13637.tar.gz lxc-8747655790610f3505b6370a5393704c33f13637.tar.bz2 lxc-8747655790610f3505b6370a5393704c33f13637.zip |
Clarify setcap advice/warning messages
Probably a mention to libcap-2 is worth keeping, though it might be
clearer to point to setcap binary directly.
Signed-off-by: Filippo Giunchedi <filippo@esaurito.net>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 6370492..4149102 100644 --- a/configure.ac +++ b/configure.ac @@ -132,9 +132,9 @@ if test "x$SETCAP" = "xno"; then Warning: -------- -The libcap-2 is not installed. That means the tools to -set the privilege for the lxc commands are not available, -that's ok, but you will need to run these commands as root +The setcap binary was not found. This means the tools to set the +privilege for the lxc commands are not available, that's ok, but you +will need to run these commands as root or install libcap-2. ]) @@ -145,10 +145,10 @@ else Advice: ------- -If you which to have a non root user to use the lxc tools, +If you wish to have a non root user to use the lxc tools, you can add the needed capabilities to the tools by invoking the 'lxc-setcap' script. To remove the capabilities, use -'lxc-setcap -d' +'lxc-setcap -d'. ]) fi |