diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-10 23:30:20 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-10 23:30:20 (GMT) |
commit | 9f8bc208627357551940322fff22b500a6930921 (patch) | |
tree | 1fc13f7a4f7a5582998d31c23ba572025f64a128 /abs/core-testing/LinHES-system/LinHES-start | |
parent | f5667c08a03cdbd18198cc0e61102ab9ef793976 (diff) | |
download | linhes_pkgbuild-9f8bc208627357551940322fff22b500a6930921.zip linhes_pkgbuild-9f8bc208627357551940322fff22b500a6930921.tar.gz linhes_pkgbuild-9f8bc208627357551940322fff22b500a6930921.tar.bz2 |
LinHES-system: logverbose for xinit
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES-start')
-rwxr-xr-x | abs/core-testing/LinHES-system/LinHES-start | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-start b/abs/core-testing/LinHES-system/LinHES-start index e638334..3157a2e 100755 --- a/abs/core-testing/LinHES-system/LinHES-start +++ b/abs/core-testing/LinHES-system/LinHES-start @@ -140,7 +140,7 @@ EOF done -xinit $client $clientargs -- $server $display $serverargs +xinit $client $clientargs -- $server $display -logverbose 6 $serverargs if [ x"$removelist" != x ]; then xauth remove $removelist |