summaryrefslogtreecommitdiffstats
path: root/net/samba/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/CONFIGURE')
-rwxr-xr-xnet/samba/CONFIGURE9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/samba/CONFIGURE b/net/samba/CONFIGURE
index 9397bb19ff..22f87acf53 100755
--- a/net/samba/CONFIGURE
+++ b/net/samba/CONFIGURE
@@ -15,4 +15,11 @@ config_query_option SAMBA_QUOTA "Enable disk-quota support?" n \
message "Samba can use samba-vfs with a virus scanner," &&
message "You will still have to select which scanner to use." &&
-config_query SAMBA_VSCAN "Do you want to add support for on-acces virus scannning?" n
+config_query SAMBA_VSCAN "Do you want to add support for on-acces virus scannning?" n &&
+
+# must be the last query
+if spell_ok tdb || spell_ok talloc; then
+ message "${MESSAGE_COLOR}Installed versions of tdb and/or talloc spells detected." &&
+ message "You won't be able to use internal copies of them from $SPELL.${DEFAULT_COLOR}" &&
+ config_query SAMBA_CROSSLIB "Do you want to avoid that and run conflicts procedure?" n
+fi