s3-buildoptions Show compiled-in location of the new ncaclrpc and nmbd sockets
authorAndrew Bartlett <abartlet@samba.org>
Tue, 14 Jun 2011 04:56:30 +0000 (14:56 +1000)
committerStefan Metzmacher <metze@samba.org>
Fri, 24 Jun 2011 20:45:46 +0000 (22:45 +0200)
(cherry picked from commit c558775713e505cfc1db5af417cc7b792dfc310e)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/script/mkbuildoptions.awk

index 0b1b2ef3ab887fd3310ba05ed038f700799369ae..122489edd312112e24067fe3a9d789cf88c59a12 100644 (file)
@@ -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 "";