summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-06-05 22:43:09 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-06-05 22:43:09 +0000
commit7df9ed0784c12144c4f569966cc7288c854d2abc (patch)
treea1e49ac3cf2ff0c1f0dfc2d2691e5571fd8f0b4e /xfce-base
parentcommit for drac: make X not listen on tcp for xfce, bug 61852 thanks to Geoff... (diff)
downloadgentoo-2-7df9ed0784c12144c4f569966cc7288c854d2abc.tar.gz
gentoo-2-7df9ed0784c12144c4f569966cc7288c854d2abc.tar.bz2
gentoo-2-7df9ed0784c12144c4f569966cc7288c854d2abc.zip
some more spaces
(Portage version: 2.1_rc4-r2)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfce-utils/files/nolisten-tcp.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-base/xfce-utils/files/nolisten-tcp.patch b/xfce-base/xfce-utils/files/nolisten-tcp.patch
index f4f3b9cc5060..6ce98cc94d99 100644
--- a/xfce-base/xfce-utils/files/nolisten-tcp.patch
+++ b/xfce-base/xfce-utils/files/nolisten-tcp.patch
@@ -6,14 +6,14 @@ diff -ur xfce-utils-4.2.3/scripts/startxfce4.in xfce-utils-4.2.3-r1/scripts/star
if [ -f $BASEDIR/xinitrc ]; then
- exec $prog $BASEDIR/xinitrc $*
-+ exec $prog $BASEDIR/xinitrc -- -nolisten tcp$*
++ exec $prog $BASEDIR/xinitrc -- -nolisten tcp $*
elif [ -f $HOME/.xfce4/xinitrc ]; then
mkdir -p $BASEDIR
cp $HOME/.xfce4/xinitrc $BASEDIR/
- exec $prog $BASEDIR/xinitrc $*
-+ exec $prog $BASEDIR/xinitrc -- -nolisten tcp$*
++ exec $prog $BASEDIR/xinitrc -- -nolisten tcp $*
else
- exec $prog @sysconfdir@/xdg/xfce4/xinitrc $*
-+ exec $prog @sysconfdir@/xdg/xfce4/xinitrc -- -nolisten tcp$*
++ exec $prog @sysconfdir@/xdg/xfce4/xinitrc -- -nolisten tcp $*
fi