* Remove a stale lock file that may prevent the

X server from starting.

svn path=/nixos/trunk/; revision=13812
This commit is contained in:
Eelco Dolstra 2009-01-20 08:44:41 +00:00
parent d532df65dd
commit 788275e47c

View File

@ -414,6 +414,8 @@ rec {
}
rm -f /var/log/slim.log
rm -f /tmp/.X0-lock
end script