[hotssh] Delete hotssh alias for ssh



commit e4aeeb6cc1597bb7c518906f04902e601dc7a166
Author: Colin Walters <walters verbum org>
Date:   Thu Feb 4 15:03:49 2010 -0500

    Delete hotssh alias for ssh
    
    While some people may like it, it causes too many problems.
    
    A better approach here would be scripting HotSSH a bit better from
    the desktop rather than relying on the terminal interaction.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=577801

 hotssh.sh |    6 ------
 wscript   |    3 ---
 2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/wscript b/wscript
index 2a87631..7e22c54 100644
--- a/wscript
+++ b/wscript
@@ -45,7 +45,4 @@ def build(bld):
 	obj.podir   = 'po'
 	obj.flags   = '-d'
 	bld.install_files('${PREFIX}/share/doc/hotssh-' + VERSION, 'COPYING')
-	if bld.env['PREFIX'] == '/usr':
-		bld.install_files('${PREFIX}/../etc/profile.d', 'hotssh.csh')
-		bld.install_files('${PREFIX}/../etc/profile.d', 'hotssh.sh')
 	bld.add_subdirs('bin po')



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]