summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-04-01 16:31:20 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-04-08 11:30:28 +0200
commitca9828217c714b4d09f4a456d3b7f48d29d5b75c (patch)
tree4b84097bd84431c39cf035d20dafef21db5b24b9
parentef2d37bae531f6dec57c669223f3ce290f3a4ac6 (diff)
Don't use anymore the user "openwide" on this fucking dev machine
since lgm-snaf1 is compilable without this fucking ~openwide/workspace-snaf1 symlink !!
-rw-r--r--host:openwide-desktop/Environment.zsh (renamed from host:openwide-desktop/user:openwide/Environment.zsh)0
-rw-r--r--host:openwide-desktop/Exec.zsh6
2 files changed, 0 insertions, 6 deletions
diff --git a/host:openwide-desktop/user:openwide/Environment.zsh b/host:openwide-desktop/Environment.zsh
index efe4ca7..efe4ca7 100644
--- a/host:openwide-desktop/user:openwide/Environment.zsh
+++ b/host:openwide-desktop/Environment.zsh
diff --git a/host:openwide-desktop/Exec.zsh b/host:openwide-desktop/Exec.zsh
deleted file mode 100644
index 19fe3c3..0000000
--- a/host:openwide-desktop/Exec.zsh
+++ /dev/null
@@ -1,6 +0,0 @@
-
-[ "$USER" != openwide ] && (
- echo -n "sudo openwide ? [Y/n] " ; read answer
- [ "$answer" != "n" ] && sudo -u openwide -s
-)
-