diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-28 09:33:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-28 09:33:03 +0000 |
commit | 1c787d6c2fd1afe065cff9e207f3eb5e1d761115 (patch) | |
tree | efd71293dad316006e987466d6b8f89df1d3012a /app/xdm/config/TakeConsole | |
parent | 13e78ac89384dac8f940479f3a13bfbb6b01b6f8 (diff) |
Update to xdm 1.1.9
Diffstat (limited to 'app/xdm/config/TakeConsole')
-rw-r--r-- | app/xdm/config/TakeConsole | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/xdm/config/TakeConsole b/app/xdm/config/TakeConsole index d1c37b8e3..0a94d017a 100644 --- a/app/xdm/config/TakeConsole +++ b/app/xdm/config/TakeConsole @@ -1,8 +1,7 @@ #!/bin/sh # Reassign ownership of the console to root, this should disallow # assignment of console output to any random users's xterm -# $Xorg: TakeConsole,v 1.3 2000/08/17 19:54:17 cpqbld Exp $ -# $OpenBSD: TakeConsole,v 1.2 2006/11/28 15:41:12 matthieu Exp $ +# $OpenBSD: TakeConsole,v 1.3 2010/03/28 09:33:02 matthieu Exp $ # chmod 622 /dev/console chown root /dev/console |