summaryrefslogtreecommitdiff
path: root/x11/xfce4-utils/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfce4-utils/patches/patch-ab')
-rw-r--r--x11/xfce4-utils/patches/patch-ab23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/xfce4-utils/patches/patch-ab b/x11/xfce4-utils/patches/patch-ab
deleted file mode 100644
index 31352f30591..00000000000
--- a/x11/xfce4-utils/patches/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/03/20 06:29:09 martti Exp $
-
---- scripts/xinitrc.orig 2005-11-05 19:03:34.000000000 +0200
-+++ scripts/xinitrc 2006-03-20 06:20:23.000000000 +0200
-@@ -1,8 +1,17 @@
- #!/bin/sh
-
- # fix broken $UID on some system...
-+OPSYS=`uname -s`
-+case "$OPSYS" in
-+ *SunOS*)
-+ ID_EXEC=/usr/xpg4/bin/id
-+ ;;
-+ *)
-+ ID_EXEC=id
-+ ;;
-+esac
- if test "x$UID" = "x"; then
-- UID=`id -u`
-+ UID=`$ID_EXEC -u`
- fi
-
- # create temp file for X resources