diff options
author | 2006-06-05 22:43:09 +0000 | |
---|---|---|
committer | 2006-06-05 22:43:09 +0000 | |
commit | f99453303582d0c58a843803dcc55d90f9174454 (patch) | |
tree | 935a20e6361b6fb93345af27037d14228e52fafc /xfce-base/xfce-utils/files | |
parent | commit for drac: make X not listen on tcp for xfce, bug 61852 thanks to Geoff... (diff) | |
download | historical-f99453303582d0c58a843803dcc55d90f9174454.tar.gz historical-f99453303582d0c58a843803dcc55d90f9174454.tar.bz2 historical-f99453303582d0c58a843803dcc55d90f9174454.zip |
some more spaces
Package-Manager: portage-2.1_rc4-r2
Diffstat (limited to 'xfce-base/xfce-utils/files')
-rw-r--r-- | xfce-base/xfce-utils/files/nolisten-tcp.patch | 6 |
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 |