~ubuntu-branches/ubuntu/trusty/uucp/trusty

« back to all changes in this revision

Viewing changes to debian/patch.cym-g

  • Committer: Bazaar Package Importer
  • Author(s): Peter Palfrader
  • Date: 2004-12-30 15:30:22 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041230153022-mx4cdr9j3u9bldo3
Tags: 1.07-12
Add cs localisation for debconf templates (closes: #287305).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Date: Tue, 28 Jan 1997 21:18:01 +0100
2
 
To: maintonly@bugs.debian.org
3
 
From: chrisp@gimli.ardanwen.sax.de (Christoph Pfisterer)
4
 
Subject: Small patch for uucp
5
 
 
6
 
Package: uucp
7
 
Version: 1.06.1-2
8
 
 
9
 
I've got a small patch for you. It fixes a bug which I found while testing
10
 
MacUCP, a UUCP package I wrote for the Apple Macintosh. When the user
11
 
clicks the 'Stop' button in MacUCP, the connection will stall because
12
 
Taylor UUCP doesn't handle the "CYM" command correctly when the 'g'
13
 
protocol is used. Here's the patch Ian Taylor sent me:
14
 
 
15
 
--- 1.41        1995/08/17 01:25:29
16
 
+++ trans.c     1996/09/17 01:27:39
17
 
@@ -670,7 +670,8 @@
18
 
          fhangup = FALSE;
19
 
 
20
 
          if (qdaemon->fhangup_requested
21
 
-             && qTsend == NULL)
22
 
+             && qTsend == NULL
23
 
+             && (qTreceive == NULL || qdaemon->cchans > 1))
24
 
            {
25
 
              /* The remote system has requested that we transfer
26
 
                 control by sending CYM after receiving a file.  */