diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-08-10 01:03:38 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-08-10 01:03:38 (GMT) |
commit | 7a32375582da0169adea4f11ca73bbd8b915e5e1 (patch) | |
tree | 04ea0c0926f552dc69eda91a6f65a96e4b633a23 /abs/core-testing/xorg-xinit | |
parent | 9152c2dfbc73080d6c9aba33ac27df9cdcf86f41 (diff) | |
download | linhes_pkgbuild-7a32375582da0169adea4f11ca73bbd8b915e5e1.zip linhes_pkgbuild-7a32375582da0169adea4f11ca73bbd8b915e5e1.tar.gz linhes_pkgbuild-7a32375582da0169adea4f11ca73bbd8b915e5e1.tar.bz2 |
xorg-xinit: verbose logging for modeline detection
Diffstat (limited to 'abs/core-testing/xorg-xinit')
-rw-r--r-- | abs/core-testing/xorg-xinit/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/xorg-xinit/xserverrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/xorg-xinit/PKGBUILD b/abs/core-testing/xorg-xinit/PKGBUILD index ffad09c..9dd97f9 100644 --- a/abs/core-testing/xorg-xinit/PKGBUILD +++ b/abs/core-testing/xorg-xinit/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xinit pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org initialisation program " arch=(i686 x86_64) license=('GPL') diff --git a/abs/core-testing/xorg-xinit/xserverrc b/abs/core-testing/xorg-xinit/xserverrc index 6a636c1..c880000 100644 --- a/abs/core-testing/xorg-xinit/xserverrc +++ b/abs/core-testing/xorg-xinit/xserverrc @@ -1 +1 @@ -exec /usr/bin/X -nolisten tcp +exec /usr/bin/X -nolisten tcp -logverbose 6 |