[anyterm] anyterm-cmd: Use localdomain.

abo abo at fedoraproject.org
Fri Jun 1 22:18:54 UTC 2012


commit 53e4e66d0b1e02e78594c413d0662d15cca262b3
Author: Alexander Boström <abo at root.snowtree.se>
Date:   Tue May 22 12:27:48 2012 +0200

    anyterm-cmd: Use localdomain.

 anyterm-cmd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/anyterm-cmd b/anyterm-cmd
index b7c916e..02b30dd 100644
--- a/anyterm-cmd
+++ b/anyterm-cmd
@@ -15,7 +15,7 @@ while : ; do
     # Make sure it does not start with a "-" and only contains valid
     # username characters.
     if [[ "$U" =~ ^[A-Za-z0-9_][A-Za-z0-9_-]*$ ]]; then
-      ssh "$U at localhost" || :
+      ssh "$U at localhost.localdomain" || :
     else
       echo "Bad username."
     fi


More information about the scm-commits mailing list