[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Mon Feb 15 02:11:28 MST 2010


The branch, v3-5-test has been updated
       via  eb390b8... s3: Fix typo found by jhell <jhell at DataIX.net> (cherry picked from commit 271a4c60dbec0d001dc55df58de8e54274137853)
      from  223d916... s3-spoolss: implement spoolss_EnumJobs level 3.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit eb390b8f917f52eb28f46f39a19abdc717051f3d
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Feb 13 16:38:25 2010 +0100

    s3: Fix typo found by jhell <jhell at DataIX.net>
    (cherry picked from commit 271a4c60dbec0d001dc55df58de8e54274137853)

-----------------------------------------------------------------------

Summary of changes:
 source3/m4/check_path.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4
index b2cc53a..3683802 100644
--- a/source3/m4/check_path.m4
+++ b/source3/m4/check_path.m4
@@ -151,8 +151,8 @@ AC_ARG_WITH(piddir,
 
 #################################################
 # set ncalrpc directory location
-AC_ARG_WITH(ncalprcdir,
-[AS_HELP_STRING([--with-ncalprcdir=DIR], [Where to put ncalrpc sockets ($ac_default_prefix/var/ncalrpc)])],
+AC_ARG_WITH(ncalrpcdir,
+[AS_HELP_STRING([--with-ncalrpcdir=DIR], [Where to put ncalrpc sockets ($ac_default_prefix/var/ncalrpc)])],
 [ case "$withval" in
   yes|no)
   #


-- 
Samba Shared Repository


More information about the samba-cvs mailing list