diff options
| author | Nalin Dahyabhai <nalin@fedoraproject.org> | 2008-10-28 21:35:45 +0000 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin@fedoraproject.org> | 2008-10-28 21:35:45 +0000 |
| commit | 30b60ff3d6335dc1bf903c63a2fbee918db7d54a (patch) | |
| tree | 81742e694d8ead60290361c9dd040a17c337a5fb | |
| parent | 98499406efa3e32c5d99296f5ca5d8f4f0acc665 (diff) | |
- telnet can suspend itself if the calling shell supports job control, and
around here that's not unique to csh (#433947) Of course, if it turns
out that we do have a shell that doesn't support job control, we get to
change this to enumerate the ones that do. Which is sure to be all
kinds of fun.
| -rw-r--r-- | krb5-1.6.1-telnet-manual_z.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/krb5-1.6.1-telnet-manual_z.patch b/krb5-1.6.1-telnet-manual_z.patch new file mode 100644 index 0000000..4ecf4cf --- /dev/null +++ b/krb5-1.6.1-telnet-manual_z.patch @@ -0,0 +1,13 @@ +This proviso is incorrect on systems where shells other than the C shell +have implemented job control. Any ideas on how to test for this portably? +--- krb5-1.6.1/src/appl/telnet/telnet/telnet.1 2008-02-22 17:49:04.000000000 +0800 ++++ krb5-1.6.1/src/appl/telnet/telnet/telnet.1 2008-02-22 17:49:40.000000000 +0800 +@@ -1286,8 +1286,6 @@ commands. + .B z + Suspend + .BR telnet . +-This command only works when the user's shell is +-.IR csh (1). + .TP + \fB\&!\fP [\fIcommand\fP] + Execute a single command in a subshell on the local system. If |
