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)
committerKarolin Seeger <kseeger@samba.org>
Fri, 24 Jun 2011 19:35:21 +0000 (21:35 +0200)
source3/script/mkbuildoptions.awk

index 1955a80b46cc377df3ed9da13a4b0863eb1c8f33..9a82da288c46a1fbde5667fba4f90e1af11a57fe 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 "";