diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-22 13:13:25 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-22 13:13:25 +0200 |
commit | f0837efc5edd3516be0881552a96eb26d2d4b26e (patch) | |
tree | 0b8fe4c4db87a325cbeffb6d05f9426e65ae329a /etc | |
parent | 38d076f5412d0a2d6d6a5d49369811c79f4697cf (diff) |
profile-nemesis: Changed /tmp file name
Diffstat (limited to 'etc')
-rw-r--r-- | etc/hosts/profile-nemesis | 2 |
1 files changed, 1 insertions, 1 deletions
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 |