c3e047e90b
(samba/cups subpackages to fix library issues)
16 lines
426 B
Plaintext
16 lines
426 B
Plaintext
$OpenBSD: patch-startkde,v 1.12 2005/11/29 14:00:12 espie Exp $
|
|
--- startkde.orig Tue Nov 8 23:37:01 2005
|
|
+++ startkde Mon Nov 21 14:25:00 2005
|
|
@@ -3,6 +3,11 @@
|
|
# DEFAULT KDE STARTUP SCRIPT ( KDE-3.5 )
|
|
#
|
|
|
|
+case X"$DISPLAY" in
|
|
+X)
|
|
+ exec /usr/X11R6/bin/startx $0;;
|
|
+esac
|
|
+
|
|
# When the X server dies we get a HUP signal from xinit. We must ignore it
|
|
# because we still need to do some cleanup.
|
|
trap 'echo GOT SIGHUP' HUP
|