1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/kdebase11/files/patch-ai
Stefan Eßer b5072b14e7 Upgrade to KDE Release 1.0
Partially based on patches prepared by Thomas Gellekum.
1998-07-13 23:36:02 +00:00

24 lines
625 B
Plaintext

*** kfm/kfmsu2.in~ Sun Jul 5 15:53:02 1998
--- kfm/kfmsu2.in Sun Jul 5 15:53:58 1998
***************
*** 2,10 ****
echo "--------------"
echo ""
! echo "Allowing root user to use this display"
! xhost +local:root
echo ""
echo "Logging in as super user"
! su - root -c "export DISPLAY=$DISPLAY; @kde_bindir@/kfm -sw >/dev/null"
! xhost -local:root
--- 2,10 ----
echo "--------------"
echo ""
! echo "Allowing ALL (!) local users to use this display"
! xhost +local:
echo ""
echo "Logging in as super user"
! su root -c "echo DISPLAY=$DISPLAY @kde_bindir@/kfm -sw | /bin/sh > /dev/null"
! xhost -local: