summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-14 14:56:30 +1000
committerStefan Metzmacher <metze@samba.org>2011-06-24 22:45:46 +0200
commitded32a34f4d43e598044508d7322ba527d167af8 (patch)
tree8f6b08f3ce471c810c26c2ca565b59aa6887249c /source3/script
parent21b30d52f534f4833bb77c32c2d4fdaecfbbd7e8 (diff)
downloadsamba-ded32a34f4d43e598044508d7322ba527d167af8.tar.gz
samba-ded32a34f4d43e598044508d7322ba527d167af8.tar.bz2
samba-ded32a34f4d43e598044508d7322ba527d167af8.zip
s3-buildoptions Show compiled-in location of the new ncaclrpc and nmbd sockets
(cherry picked from commit c558775713e505cfc1db5af417cc7b792dfc310e) Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/script')
-rw-r--r--source3/script/mkbuildoptions.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/script/mkbuildoptions.awk b/source3/script/mkbuildoptions.awk
index 0b1b2ef3ab..122489edd3 100644
--- a/source3/script/mkbuildoptions.awk
+++ b/source3/script/mkbuildoptions.awk
@@ -96,6 +96,8 @@ BEGIN {
print " output(screen,\" SMB_PASSWD_FILE: %s\\n\",get_dyn_SMB_PASSWD_FILE());";
print " output(screen,\" PRIVATE_DIR: %s\\n\",get_dyn_PRIVATE_DIR());";
+ print " output(screen,\" NCALRPCDIR: %s\\n\",get_dyn_NCALRPCDIR());";
+ print " output(screen,\" NMBDSOCKETDIR: %s\\n\",get_dyn_NMBDSOCKETDIR());";
print "";