summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-01-26 22:56:09 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-01-26 22:56:09 (GMT)
commit5788f34fcdca9e43d6ab1fa6f3c7fe98e9070e26 (patch)
treeb1034ec8d47dd6db0346822e3cc71096ff93e0df
parente3945242a3155c5b19f4ee59308b117834fd9088 (diff)
downloadlinhes_dev-5788f34fcdca9e43d6ab1fa6f3c7fe98e9070e26.zip
Cleanup of X msgs
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh2
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx4
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh2
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/startx4
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh2
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/startx4
6 files changed, 9 insertions, 9 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
index a3a11a0..a5c0a5c 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
@@ -30,4 +30,4 @@ else
NETBOOT=YES MythVantage &
fi
-exec fluxbox
+exec fluxbox > /var/log/fluxbox.log 2>&1
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx
index 304b722..58858d8 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx
@@ -12,9 +12,9 @@ USEVNC=$?
if [ x$USEVNC = x1 ]
then
- $MV_ROOT/bin/xconfig.sh
+ $MV_ROOT/bin/xconfig.sh 2>/dev/null
cat /etc/X11/xorg.conf | sed -e 's/dev\/mouse/dev\/psaux/g'> /root/xorg.conf.install
- startx /root/LinHES-install.sh -- -config /root/xorg.conf.install -allowMouseOpenFail
+ startx /root/LinHES-install.sh -- -config /root/xorg.conf.install -allowMouseOpenFail 2>/tmp/x.log
else
#VNC
pacman -Sf --noconfirm tightvnc
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
index a3a11a0..a5c0a5c 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
@@ -30,4 +30,4 @@ else
NETBOOT=YES MythVantage &
fi
-exec fluxbox
+exec fluxbox > /var/log/fluxbox.log 2>&1
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/startx b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/startx
index 304b722..58858d8 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/startx
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/startx
@@ -12,9 +12,9 @@ USEVNC=$?
if [ x$USEVNC = x1 ]
then
- $MV_ROOT/bin/xconfig.sh
+ $MV_ROOT/bin/xconfig.sh 2>/dev/null
cat /etc/X11/xorg.conf | sed -e 's/dev\/mouse/dev\/psaux/g'> /root/xorg.conf.install
- startx /root/LinHES-install.sh -- -config /root/xorg.conf.install -allowMouseOpenFail
+ startx /root/LinHES-install.sh -- -config /root/xorg.conf.install -allowMouseOpenFail 2>/tmp/x.log
else
#VNC
pacman -Sf --noconfirm tightvnc
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
index a3a11a0..a5c0a5c 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
@@ -30,4 +30,4 @@ else
NETBOOT=YES MythVantage &
fi
-exec fluxbox
+exec fluxbox > /var/log/fluxbox.log 2>&1
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/startx b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/startx
index 304b722..58858d8 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/startx
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/startx
@@ -12,9 +12,9 @@ USEVNC=$?
if [ x$USEVNC = x1 ]
then
- $MV_ROOT/bin/xconfig.sh
+ $MV_ROOT/bin/xconfig.sh 2>/dev/null
cat /etc/X11/xorg.conf | sed -e 's/dev\/mouse/dev\/psaux/g'> /root/xorg.conf.install
- startx /root/LinHES-install.sh -- -config /root/xorg.conf.install -allowMouseOpenFail
+ startx /root/LinHES-install.sh -- -config /root/xorg.conf.install -allowMouseOpenFail 2>/tmp/x.log
else
#VNC
pacman -Sf --noconfirm tightvnc