From b862fe83d4f900400a0a78149c7ac9819ffc249c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 22 Jun 2009 13:18:02 +0200 Subject: Moved the startx script into a dedicated file --- etc/hosts/profile-kraftwerk | 2 +- etc/hosts/profile-nemesis | 7 +------ etc/hosts/profile-remnant | 2 +- etc/hosts/profile-saviour | 2 +- etc/startx | 6 ++++++ 5 files changed, 10 insertions(+), 9 deletions(-) mode change 100644 => 120000 etc/hosts/profile-nemesis create mode 100644 etc/startx (limited to 'etc') diff --git a/etc/hosts/profile-kraftwerk b/etc/hosts/profile-kraftwerk index 193e6be..1f23414 120000 --- a/etc/hosts/profile-kraftwerk +++ b/etc/hosts/profile-kraftwerk @@ -1 +1 @@ -profile-nemesis \ No newline at end of file +../startx \ No newline at end of file diff --git a/etc/hosts/profile-nemesis b/etc/hosts/profile-nemesis deleted file mode 100644 index 751bd71..0000000 --- a/etc/hosts/profile-nemesis +++ /dev/null @@ -1,6 +0,0 @@ -## vim:ft=zsh -if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] { - touch /tmp/.afterboot - unsetopt bg_nice - startx &! exit -} diff --git a/etc/hosts/profile-nemesis b/etc/hosts/profile-nemesis new file mode 120000 index 0000000..1f23414 --- /dev/null +++ b/etc/hosts/profile-nemesis @@ -0,0 +1 @@ +../startx \ No newline at end of file diff --git a/etc/hosts/profile-remnant b/etc/hosts/profile-remnant index 193e6be..1f23414 120000 --- a/etc/hosts/profile-remnant +++ b/etc/hosts/profile-remnant @@ -1 +1 @@ -profile-nemesis \ No newline at end of file +../startx \ No newline at end of file diff --git a/etc/hosts/profile-saviour b/etc/hosts/profile-saviour index 193e6be..1f23414 120000 --- a/etc/hosts/profile-saviour +++ b/etc/hosts/profile-saviour @@ -1 +1 @@ -profile-nemesis \ No newline at end of file +../startx \ No newline at end of file diff --git a/etc/startx b/etc/startx new file mode 100644 index 0000000..751bd71 --- /dev/null +++ b/etc/startx @@ -0,0 +1,6 @@ +## vim:ft=zsh +if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] { + touch /tmp/.afterboot + unsetopt bg_nice + startx &! exit +} -- cgit v1.2.3