Comment 2 for bug 7567

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 22 Aug 2004 23:00:16 +0200
From: "Mario 'BitKoenig' Holbe" <email address hidden>
To: <email address hidden>
Subject: gpm: creates wrong `append=' line

Package: gpm
Version: 1.19.6-16
Severity: grave

Hello,

the new gpm package generates a wrong escaped config-file:

root@darkside:/etc# diff gpm.conf gpm.conf.dpkg-dist
...
18c18
< append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\""
---
> append="-l "a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377""

gpm.conf is the one created by 1.19.6-14
gpm.conf.dpkg-dist is the one created by 1.19.6-16

regards,
   Mario
--
It is practically impossible to teach good programming style to students
that have had prior exposure to BASIC: as potential programmers they are
mentally mutilated beyond hope of regeneration. -- Dijkstra