diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-13 15:57:44 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-13 18:19:03 +0200 |
commit | 74ed48aa1cf6169757a397ad89dfe88736b0468b (patch) | |
tree | 9289d5c587bb1aaa3d1963ae5be49342a64ec976 /source4/setup | |
parent | d9d0d54475c1bf78ce1c45f139097cd30029ccaa (diff) | |
download | samba-74ed48aa1cf6169757a397ad89dfe88736b0468b.tar.gz samba-74ed48aa1cf6169757a397ad89dfe88736b0468b.tar.xz samba-74ed48aa1cf6169757a397ad89dfe88736b0468b.zip |
Friendlier message.
Diffstat (limited to 'source4/setup')
-rwxr-xr-x | source4/setup/provision | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/setup/provision b/source4/setup/provision index 4027c85e591..7730294833b 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() |