summaryrefslogtreecommitdiffstats
path: root/main/xinit
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-21 14:58:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-21 14:58:30 +0000
commit75daeb0c974ac5b8ee4264ab863c1d14f3c9a794 (patch)
treef9b5beb3fbc50a8f2243b96611a3360039534383 /main/xinit
parent857f48e8e319db95763fa77ee515c47fff56f0ee (diff)
downloadaports-fcolista-75daeb0c974ac5b8ee4264ab863c1d14f3c9a794.tar.bz2
aports-fcolista-75daeb0c974ac5b8ee4264ab863c1d14f3c9a794.tar.xz
main/xinit: workaround busybox issue
seems like when the xserverrc does nto have the #!/bin/sh then will busybox be executed with xserverrc as parameter.
Diffstat (limited to 'main/xinit')
-rw-r--r--main/xinit/APKBUILD2
-rw-r--r--main/xinit/xserverrc1
2 files changed, 2 insertions, 1 deletions
diff --git a/main/xinit/APKBUILD b/main/xinit/APKBUILD
index 87bd23899f..19658ca110 100644
--- a/main/xinit/APKBUILD
+++ b/main/xinit/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xinit
pkgver=1.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="X.Org initialisation program "
url="http://xorg.freedesktop.org/"
license="GPL"
diff --git a/main/xinit/xserverrc b/main/xinit/xserverrc
index 6a636c1190..2537aedcbf 100644
--- a/main/xinit/xserverrc
+++ b/main/xinit/xserverrc
@@ -1 +1,2 @@
+#!/bin/sh
exec /usr/bin/X -nolisten tcp