1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/login.app/files/patch-ai
Steve Price 142e06cf65 Adding login.app version 2.0.0.a4.
A nice looking login interface to your favorite X-server.

PR:		16161
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-01-29 22:42:59 +00:00

25 lines
590 B
Plaintext

--- Scripts/Logout.root.orig Mon Jan 17 18:35:09 2000
+++ Scripts/Logout.root Mon Jan 17 18:35:44 2000
@@ -7,17 +7,17 @@
# window. This will prevent some Motif applications from
# crashing the next time they are started.
#
-xprop -root -remove _MOTIF_DRAG_WINDOW
+/usr/X11R6/bin/xprop -root -remove _MOTIF_DRAG_WINDOW
#
# Remove user from utmp/wtmp.
#
-sessreg -d $USER
+/usr/X11R6/bin/sessreg -d $USER
#
# Make root the owner of /dev/console.
#
-chmod 622 /dev/console
-chown root /dev/console
+/bin/chmod 622 /dev/console
+/usr/sbin/chown root /dev/console
# End of file