From 1bfdd4adf7b6f346fda8ed9f27d5a008b3034bd9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 24 Jun 2009 21:05:57 +0200 Subject: startx: Fixed 'lockfile' name --- etc/startx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/startx b/etc/startx index 751bd71..3ec0d21 100644 --- a/etc/startx +++ b/etc/startx @@ -1,6 +1,6 @@ ## vim:ft=zsh if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] { - touch /tmp/.afterboot + touch /tmp/.x-started unsetopt bg_nice startx &! exit } -- cgit v1.2.3