r22547: fix some pathes and make sure we work with relative and abslute prefix pathes
authorStefan Metzmacher <metze@samba.org>
Sat, 28 Apr 2007 08:43:51 +0000 (08:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:51:41 +0000 (14:51 -0500)
metze
(This used to be commit dc3df1ca433036683f5432635d6e3251ad5f971e)

source4/script/tests/selftest.pl

index ac3104c3809779aea0f46dd20789af76f021bc95..29aaa11d996fcb73366b175a1cf667e773ba79a4 100755 (executable)
@@ -613,7 +613,7 @@ sub write_clientconf($$)
                print CF "\twinbindd socket directory = $vars->{WINBINDD_SOCKET_DIR}\n";
        }
        print CF "
-       private dir = $srcdir_abs/$prefix/client/private
+       private dir = $prefix_abs/client/private
        js include = $srcdir_abs/scripting/libjs
        name resolve order = bcast
        interfaces = $interfaces
@@ -622,7 +622,7 @@ sub write_clientconf($$)
        notify:inotify = false
        ldb:nosync = true
        system:anonymous = true
-       torture:basedir = $prefix_abs
+       torture:basedir = $prefix_abs/client
 #We don't want to pass our self-tests if the PAC code is wrong
        gensec:require_pac = true
 ";