diff options
author | James Peach <jpeach@samba.org> | 2006-04-24 00:38:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:14 -0500 |
commit | 9d9e5abdcee6581ff42d7bdcf7b236472cbec347 (patch) | |
tree | b79dc2522c619273d03efaeca2a0df1550d5a1bd /source4/script/tests/selftest.sh | |
parent | 6ab33938d5239e8688440f65e802f627622d301b (diff) | |
download | samba-9d9e5abdcee6581ff42d7bdcf7b236472cbec347.tar.gz samba-9d9e5abdcee6581ff42d7bdcf7b236472cbec347.tar.bz2 samba-9d9e5abdcee6581ff42d7bdcf7b236472cbec347.zip |
r15187: Introduce new param type P_BYTES. This lets config options which specify
byte counts be given in convenient units.
(This used to be commit 1b8891a2f389c1016c3cfcbe635ed86d015554d8)
Diffstat (limited to 'source4/script/tests/selftest.sh')
-rwxr-xr-x | source4/script/tests/selftest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index 0337d664a0..be4e916947 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -122,6 +122,7 @@ cat >$CONFFILE<<EOF panic action = $SRCDIR/script/gdb_backtrace %PID% %PROG% wins support = yes server role = pdc + max xmit = 32K [tmp] path = $TMPDIR |