summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-23 15:31:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-23 15:31:10 +0000
commiteea478ac839619209683d33559e211d32f0c5fff (patch)
tree53f4b86449700a8603fc7aeaaa4e727d95f1ad78 /xfce-base/xfce-utils/files
parentold (diff)
downloadgentoo-2-eea478ac839619209683d33559e211d32f0c5fff.tar.gz
gentoo-2-eea478ac839619209683d33559e211d32f0c5fff.tar.bz2
gentoo-2-eea478ac839619209683d33559e211d32f0c5fff.zip
old
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfce-utils/files')
-rw-r--r--xfce-base/xfce-utils/files/xfce-utils-4.4.2-nolisten-tcp.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/xfce-base/xfce-utils/files/xfce-utils-4.4.2-nolisten-tcp.patch b/xfce-base/xfce-utils/files/xfce-utils-4.4.2-nolisten-tcp.patch
deleted file mode 100644
index 5dcac6db1bae..000000000000
--- a/xfce-base/xfce-utils/files/xfce-utils-4.4.2-nolisten-tcp.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ur xfce-utils-4.4.2.orig/scripts/startxfce4.in xfce-utils-4.4.2/scripts/startxfce4.in
---- xfce-utils-4.4.2.orig/scripts/startxfce4.in 2007-11-17 21:31:32.000000000 +0200
-+++ xfce-utils-4.4.2/scripts/startxfce4.in 2007-12-03 18:30:36.000000000 +0200
-@@ -67,12 +67,12 @@
- fi
-
- if [ -f $BASEDIR/xinitrc ]; then
-- exec $prog $BASEDIR/xinitrc $CLIENTRC $SERVERRC
-+ exec $prog $BASEDIR/xinitrc $CLIENTRC -- -nolisten tcp $SERVERRC
- elif [ -f $HOME/.xfce4/xinitrc ]; then
- mkdir -p $BASEDIR
- cp $HOME/.xfce4/xinitrc $BASEDIR/
-- exec $prog $BASEDIR/xinitrc $CLIENTRC $SERVERRC
-+ exec $prog $BASEDIR/xinitrc $CLIENTRC -- -nolisten tcp $SERVERRC
- else
-- exec $prog @sysconfdir@/xdg/xfce4/xinitrc $CLIENTRC $SERVERRC
-+ exec $prog @sysconfdir@/xdg/xfce4/xinitrc $CLIENTRC -- -nolisten tcp $SERVERRC
- fi
-