mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
142e06cf65
A nice looking login interface to your favorite X-server. PR: 16161 Submitted by: Maxim Sobolev <sobomax@altavista.net>
25 lines
590 B
Plaintext
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
|