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
commitf99453303582d0c58a843803dcc55d90f9174454 (patch)
tree935a20e6361b6fb93345af27037d14228e52fafc /xfce-base
parentcommit for drac: make X not listen on tcp for xfce, bug 61852 thanks to Geoff... (diff)
downloadhistorical-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')
-rw-r--r--xfce-base/xfce-utils/Manifest8
-rw-r--r--xfce-base/xfce-utils/files/nolisten-tcp.patch6
2 files changed, 7 insertions, 7 deletions
diff --git a/xfce-base/xfce-utils/Manifest b/xfce-base/xfce-utils/Manifest
index 66c32b3ab243..20fac929cbf4 100644
--- a/xfce-base/xfce-utils/Manifest
+++ b/xfce-base/xfce-utils/Manifest
@@ -2,10 +2,10 @@ AUX Gentoo 644 RMD160 241dd1e0becafc6203819d35c2239c1a65084259 SHA1 092e34a62d7e
MD5 3ddf686258bd88f5d60f701f00c08a30 files/Gentoo 644
RMD160 241dd1e0becafc6203819d35c2239c1a65084259 files/Gentoo 644
SHA256 33e3cfc4ce5917a8fcb2a1f0bb465d06cbd670f66d504cfe123ebcd4c5360ffd files/Gentoo 644
-AUX nolisten-tcp.patch 703 RMD160 71c675cb598b4676c751f10b7bd168c82d7e90e4 SHA1 a08284b41de5eca9f457730a9d4e27a0278c3b3c SHA256 3649ac55b8e78e63b7709aa73752cea29bf9c5c4f6e2f09509f8585c5b6ae5f8
-MD5 505d7f21cddeed3361fa552a6c23ff65 files/nolisten-tcp.patch 703
-RMD160 71c675cb598b4676c751f10b7bd168c82d7e90e4 files/nolisten-tcp.patch 703
-SHA256 3649ac55b8e78e63b7709aa73752cea29bf9c5c4f6e2f09509f8585c5b6ae5f8 files/nolisten-tcp.patch 703
+AUX nolisten-tcp.patch 706 RMD160 0994332b0a4d18264854aea1fa825078692981f3 SHA1 e7f4f6f062c960de9b17072cbf1c36137d19b438 SHA256 d37d7974c6194d40ce408bd752f49dd92a14e3a091b0e4ae7c983d0f9c5f0170
+MD5 c7cda86a7c9669a99b24300667da0f37 files/nolisten-tcp.patch 706
+RMD160 0994332b0a4d18264854aea1fa825078692981f3 files/nolisten-tcp.patch 706
+SHA256 d37d7974c6194d40ce408bd752f49dd92a14e3a091b0e4ae7c983d0f9c5f0170 files/nolisten-tcp.patch 706
DIST xfce-utils-4.2.1.tar.gz 748056
DIST xfce-utils-4.2.2.tar.gz 1031911
DIST xfce-utils-4.2.3.tar.gz 1303388
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