summaryrefslogtreecommitdiff
path: root/source4/setup/provision
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-13 15:57:44 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-13 18:19:03 +0200
commit74ed48aa1cf6169757a397ad89dfe88736b0468b (patch)
tree9289d5c587bb1aaa3d1963ae5be49342a64ec976 /source4/setup/provision
parentd9d0d54475c1bf78ce1c45f139097cd30029ccaa (diff)
downloadsamba-74ed48aa1cf6169757a397ad89dfe88736b0468b.tar.gz
samba-74ed48aa1cf6169757a397ad89dfe88736b0468b.tar.bz2
samba-74ed48aa1cf6169757a397ad89dfe88736b0468b.zip
Friendlier message.
Diffstat (limited to 'source4/setup/provision')
-rwxr-xr-xsource4/setup/provision4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/setup/provision b/source4/setup/provision
index 4027c85e59..7730294833 100755
--- a/source4/setup/provision
+++ b/source4/setup/provision
@@ -225,8 +225,8 @@ elif opts.use_xattrs == "auto":
except:
# XXX: Should catch a specific exception here
if lp.get("posix:eadb") is None:
- logger.info("Notice: you are not root or your system do not support xattr, tdb backend for attributes has been selected")
- logger.info(" if you intend to use this provision in production you'd better rerun the script as root on a system supporting xattr")
+ logger.info("You are not root or your system do not support xattr, using tdb backend for attributes. "
+ "If you intend to use this provision in production, rerun the script as root on a system supporting xattrs.")
file.close()