mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
528f9f582c
PR: 45457 Submitted by: Ports Fury
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
--- other/xinitrc.in.orig Thu May 23 06:24:35 2002
|
|
+++ other/xinitrc.in Tue Nov 19 04:22:00 2002
|
|
@@ -41,7 +41,10 @@
|
|
# fi
|
|
|
|
# Launch xscreensaver (if available)
|
|
-xscreensaver -no-splash &
|
|
+XBINDIR=%%X11BASE%%/bin
|
|
+if [ -x $XBINDIR/xscreensaver ]; then
|
|
+ xscreensaver -no-splash &
|
|
+fi
|
|
|
|
# Finally, launch XFce window manager
|
|
exec xfwm
|