summaryrefslogtreecommitdiff
path: root/source4/utils/wscript_build
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2012-11-28 12:46:31 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-11-28 20:41:48 +0100
commit941bb9bb6dfd1c2dfd01696b2169e0782158ad6d (patch)
treed5d861bf54350f7afc8744f287165f1948e7fc40 /source4/utils/wscript_build
parent29f90ecf53c8cebe955d5bb6762c6fe6de008ff0 (diff)
downloadsamba-941bb9bb6dfd1c2dfd01696b2169e0782158ad6d.tar.gz
samba-941bb9bb6dfd1c2dfd01696b2169e0782158ad6d.tar.bz2
samba-941bb9bb6dfd1c2dfd01696b2169e0782158ad6d.zip
docs: Rename man ntlm_auth.
Rename man ntlm_auth to ntlm_auth4. Karolin Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Nov 28 20:41:48 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/utils/wscript_build')
-rw-r--r--source4/utils/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/wscript_build b/source4/utils/wscript_build
index 3b21eda900..a5217b3c61 100644
--- a/source4/utils/wscript_build
+++ b/source4/utils/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_BINARY('ntlm_auth4',
source='ntlm_auth.c',
- manpages='man/ntlm_auth.1',
+ manpages='man/ntlm_auth4.1',
deps='''samba-hostconfig samba-util popt
POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE
auth4 NTLMSSP_COMMON MESSAGING events service''',