From f0837efc5edd3516be0881552a96eb26d2d4b26e Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@derf.homelinux.org>
Date: Mon, 22 Jun 2009 13:13:25 +0200
Subject: profile-nemesis: Changed /tmp file name

---
 etc/hosts/profile-nemesis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'etc')

diff --git a/etc/hosts/profile-nemesis b/etc/hosts/profile-nemesis
index e03c32a..751bd71 100644
--- a/etc/hosts/profile-nemesis
+++ b/etc/hosts/profile-nemesis
@@ -1,5 +1,5 @@
 ## vim:ft=zsh
-if [[ -z $SSH_CONNECTION && ! -e /tmp/.afterboot ]] {
+if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] {
 	touch /tmp/.afterboot
 	unsetopt bg_nice
 	startx &! exit
-- 
cgit v1.2.3