Your message dated Wed, 14 Mar 2007 07:47:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#414552: fixed in sshm 0.4.1-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: sshm Version: 0.4-1 Severity: minor Tags: patch Attached is a patch for typos in the program ("occured", "you habe"). -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (50, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.20.1 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages sshm depends on: ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-21 GCC support library ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3 ii openssh-client 1:4.3p2-8 Secure shell client, an rlogin/rsh sshm recommends no packages. -- no debconf informationdiff -puriN sshm-0.4.orig/src/Parameter.cpp sshm-0.4/src/Parameter.cpp --- sshm-0.4.orig/src/Parameter.cpp 2007-03-03 13:31:14 +0100 +++ sshm-0.4/src/Parameter.cpp 2007-03-12 14:27:14 +0100 @@ -24,11 +24,11 @@ int Parameter::help(char *exec){ cout << "Usage of " << exec << ":\n" << endl; cout << "\t--help\t\tDisplays the help." << endl; - cout << "\t--version\tDisplays the programversion." << endl; + cout << "\t--version\tDisplays the program version." << endl; cout << "\t--list\t\tLists all servers." << endl; cout << "\t--add\t\tAdds a server." << endl; cout << "\t--del [name]\tDeletes a server." << endl; - cout << "\t--show [name]\tShows informations about one given server." << endl; + cout << "\t--show [name]\tShows information about a given server." << endl; cout << "\nTo connect to a server, you only have to give the servername as an argument." << endl; cout << "\nNote: You can use all parameters in the format like \'-h\'." << endl; return EXIT_SUCCESS; @@ -69,10 +69,10 @@ int Parameter::add(){ cout << "\nServername: "; cin >> servername; if(Search::line(servername) != 0){ - cout << "\nError. This servername is already available, please choose another one." << endl; + cout << "\nError. This servername is already used, please choose another one." << endl; } else if(Check::valid(servername) == 0){ - cout << "\nError. The servername contains not allowed characters like \'#\'." << endl; + cout << "\nError. The servername contains unallowed characters such as \'#\'." << endl; } else { break; } @@ -86,7 +86,7 @@ int Parameter::add(){ if(Search::line(servername) != 0){ cout << "\nAdded server." << endl; } else { - cout << "\nAn error occured at adding the server." << endl; + cout << "\nAn error occurred while adding the server." << endl; } return EXIT_SUCCESS; @@ -94,7 +94,7 @@ int Parameter::add(){ int Parameter::del(char *todel){ if(!todel){ - cout << "You habe to define a servername to delete." << endl; + cout << "You have to define a servername to delete." << endl; return EXIT_SUCCESS; } else if(Search::line(todel) == 0){ @@ -104,7 +104,7 @@ int Parameter::del(char *todel){ else if(Action::del(todel) == 1){ cout << "Deleted the server." << endl; } else { - cout << "An error occured while deleting the entry." << endl; + cout << "An error occurred while deleting the entry." << endl; } return EXIT_SUCCESS; }
--- End Message ---
--- Begin Message ---Source: sshm Source-Version: 0.4.1-1 We believe that the bug you reported is fixed in the latest version of sshm, which is due to be installed in the Debian FTP archive: sshm_0.4.1-1.diff.gz to pool/main/s/sshm/sshm_0.4.1-1.diff.gz sshm_0.4.1-1.dsc to pool/main/s/sshm/sshm_0.4.1-1.dsc sshm_0.4.1-1_i386.deb to pool/main/s/sshm/sshm_0.4.1-1_i386.deb sshm_0.4.1.orig.tar.gz to pool/main/s/sshm/sshm_0.4.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Patrick Matthäi <[EMAIL PROTECTED]> (supplier of updated sshm package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 13 Mar 2007 07:31:22 +0100 Source: sshm Binary: sshm Architecture: source i386 Version: 0.4.1-1 Distribution: unstable Urgency: low Maintainer: Patrick Matthäi <[EMAIL PROTECTED]> Changed-By: Patrick Matthäi <[EMAIL PROTECTED]> Description: sshm - A command-line tool to manage your ssh servers Closes: 414546 414548 414550 414551 414552 Changes: sshm (0.4.1-1) unstable; urgency=low . * Replaced the old temporary file method with mkstemp() for security reasons. Closes: #414546 * Replaced the rename() function, so the configfile won't be destroyed while copying it between two partitions. Closes: #414548 * Replaced domain with hostname and servername with serveralias. Closes: #414550 * Fixes with long hostnames and serveraliases, which could cause segmentfaults. Closes: #414551 * Corrected some typos in the program. Closes: #414552 * Errormessages are now handled by STDERR. Files: c5dc49c1808451486eecc3d4a52d663a 569 admin optional sshm_0.4.1-1.dsc 1dc29e8f23e2cdaf382da0dde27eb21e 304615 admin optional sshm_0.4.1.orig.tar.gz 679f97479a36ed31e68b741cbc419df8 2997 admin optional sshm_0.4.1-1.diff.gz 24a9f5b63036fc05bbf0f59e19cda052 13418 admin optional sshm_0.4.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF96TY+C5cwEsrK54RAhrtAJ9Naeaen8ZcGwWKhYtaKJTmrihsLACeKDF6 l2QMndztXk+HgNU+nNfWHVU= =jgJB -----END PGP SIGNATURE-----
--- End Message ---

