hotssh r12 - in trunk: . bin
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: hotssh r12 - in trunk: . bin
- Date: Sun, 22 Jun 2008 23:37:58 +0000 (UTC)
Author: walters
Date: Sun Jun 22 23:37:58 2008
New Revision: 12
URL: http://svn.gnome.org/viewvc/hotssh?rev=12&view=rev
Log:
Rename to hotssh more pervasively
Added:
trunk/bin/hotssh
- copied, changed from r11, /trunk/bin/hotwire-ssh
trunk/hotssh.csh
- copied unchanged from r11, /trunk/hotwire-ssh.csh
trunk/hotssh.desktop
- copied, changed from r11, /trunk/hotwire-ssh.desktop
trunk/hotssh.sh
- copied unchanged from r11, /trunk/hotwire-ssh.sh
Removed:
trunk/bin/hotwire-ssh
trunk/hotwire-ssh.csh
trunk/hotwire-ssh.desktop
trunk/hotwire-ssh.sh
Modified:
trunk/setup.py
Copied: trunk/bin/hotssh (from r11, /trunk/bin/hotwire-ssh)
==============================================================================
--- /trunk/bin/hotwire-ssh (original)
+++ trunk/bin/hotssh Sun Jun 22 23:37:58 2008
@@ -42,7 +42,7 @@
try:
import gtk
except:
- # No gtk, clearly no hotwire-ssh
+ # No gtk, clearly no hotssh
exec_real_ssh = True
if not exec_real_ssh:
# These options are ones which are mostly designed to be used from
Copied: trunk/hotssh.desktop (from r11, /trunk/hotwire-ssh.desktop)
==============================================================================
--- /trunk/hotwire-ssh.desktop (original)
+++ trunk/hotssh.desktop Sun Jun 22 23:37:58 2008
@@ -3,7 +3,7 @@
Name=SSH
GenericName=Secure Shell
Comment=Connect to a remote computer using Secure Shell
-Exec=hotwire-ssh
+Exec=hotssh
Terminal=false
Type=Application
Icon=hotwire-openssh
Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py (original)
+++ trunk/setup.py Sun Jun 22 23:37:58 2008
@@ -20,7 +20,7 @@
from distutils.core import setup
from distutils.command.install import install
-APPNAME = 'hotwire-ssh'
+APPNAME = 'hotssh'
MODDIR = 'hotssh'
if __name__ == '__main__' and hasattr(sys.modules['__main__'], '__file__'):
@@ -84,10 +84,10 @@
sys.exit(0)
kwargs = {'cmdclass': {}}
-kwargs['scripts'] = ['bin/hotwire-ssh']
-kwargs['data_files'] = [('share/applications', ['hotwire-ssh.desktop']),
+kwargs['scripts'] = ['bin/hotssh']
+kwargs['data_files'] = [('share/applications', ['hotssh.desktop']),
('share/icons/hicolor/24x24/apps', ['images/hotwire-openssh.png']),
- ('/etc/profile.d', ['hotwire-ssh.sh', 'hotwire-ssh.csh']),
+ ('/etc/profile.d', ['hotssh.sh', 'hotssh.csh']),
]
class HotInstall(install):
@@ -101,7 +101,7 @@
setup(name=APPNAME,
version=__version__,
- description='Hotwire SSH',
+ description='HotSSH',
author='Colin Walters',
author_email='walters verbum org',
url='http://hotwire-shell.org',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]