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 | |
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')
-rwxr-xr-x | abs/core-testing/LinHES-system/LinHES-start | 2 | ||||
-rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index 0fad05d..2920d11 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=1.0 -pkgrel=55 +pkgrel=56 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin |