Bug#440236: adduser: deluser.conf manpage calls a hash sign a pound sign

2007-08-30 Thread Malcolm Parsons
Package: adduser
Version: 3.104
Severity: minor
Tags: patch

deluser.conf.5 says:
Comment lines must have a pound sign (#) at the beginning of the line.

adduser.conf.5 says:
Comment lines must have a hash sign (#) in the first column.

adduser.conf.5 correctly calls the # a hash sign.

This was reported in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/adduser/+bug/63506

diff --git a/doc/deluser.conf.5 b/doc/deluser.conf.5
index 458a4dd..2fdaa95 100644
--- a/doc/deluser.conf.5
+++ b/doc/deluser.conf.5
@@ -19,7 +19,7 @@ and
 Each option takes the form
 .IR option  =  value .
 Double or single quotes are allowed around the value.  Comment lines
-must have a pound sign (#) at the beginning of the line.
+must have a hash sign (#) at the beginning of the line.
 
 deluser(8) and delgroup(8) also read /etc/adduser.conf, see
adduser.conf(8)



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-10-generic
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages adduser depends on:
ii  debconf [debconf-2.0]   1.5.6Debian configuration management sy
ii  passwd  1:4.0.18.1-3 change and administer password and
ii  perl-base   5.8.8-6.1The Pathologically Eclectic Rubbis

adduser recommends no packages.

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#388281: installation-guide: grammatical mistake in the disks and filesystems is properly configured

2006-09-19 Thread Malcolm Parsons
Package: installation-guide
Version: 20060726
Severity: minor
Tags: patch

In */partitioning/partition/ia64.xml:

 The commandpartman/command disk partitioner is the default
 partitioning tool for the installer. It manages the set of partitions
-and their mount points to ensure that the disks and filesystems is
+and their mount points to ensure that the disks and filesystems are
 properly configured for a successful installation. It actually uses the
 commandparted/command to do the on-disk partitioning.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-26-amd64-generic
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#388138: installation-guide: a ssh connection should be an ssh connection

2006-09-18 Thread Malcolm Parsons
Package: installation-guide
Version: 20060726
Severity: minor

ssh is pronounced as ess ess haych.
ess begins with a vowel, so an should be used, not a.

These strings need s/a ssh/an ssh/ :

./da/preparing/install-overview.xml:Open a ssh connection to the new system.
./da/preparing/install-overview.xml:Open a ssh connection to the new system.
./da/boot-installer/s390.xml:to the system by starting a ssh session which will 
launch the
./ja/preparing/install-overview.xml:Open a ssh connection to the new system.
./ja/boot-installer/s390.xml:to the system by starting a ssh session which will 
launch the
./en/preparing/install-overview.xml:Open a ssh connection to the new system.
./en/boot-installer/s390.xml:to the system by starting a ssh session which will 
launch the
./nl/boot-installer/s390.xml:to the system by starting a ssh session which will 
launch the
./it/preparing/install-overview.xml:Open a ssh connection to the new system.
./it/boot-installer/s390.xml:to the system by starting a ssh session which will 
launch the

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-26-amd64-generic
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#385882: zope-common: login into

2006-09-03 Thread Malcolm Parsons
Package: zope-common
Version: 0.5.24
Severity: minor
Tags: patch

login is short for log in
into is short for in to

so login into is short for log in in to
log in in to makes no sense

- Use these values to login into the Zope${zver} instance ${instance}:
+ Use these values to login to the Zope${zver} instance ${instance}:

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#379366: prelink segfault

2006-07-31 Thread Malcolm Parsons

prelink (0.0.20060712-1) segfaults daily for me too.

prelink works fine if the -q option is not given.

prelink -p is able to display the cache without crashing.

-- 
Malcolm Parsons



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#362795: gdb: manpage does not mention gdbtui or -tui

2006-04-15 Thread Malcolm Parsons
Package: gdb
Version: 6.4-1
Severity: normal

gdb has a textmode user interface that can be enabled by using the -tui
option to gdb or by running gdbtui, but the manpage doesn't mention
either, so I never knew it existed.

Please rectify this.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gdb depends on:
ii  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.1-6  GNU readline and history libraries

gdb recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#362796: ddd: using mouse scrollwheel causes windows to scroll in the opposite direction to my intention

2006-04-15 Thread Malcolm Parsons
Package: ddd
Version: 1:3.3.11-1
Severity: normal

When my mouse is over the source window and i scroll down with the mouse
wheel, the window scrolls up.

The machine code and gdb console windows also scroll the wrong way.

The data window scrolls the correct way.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ddd depends on:
ii  lesstif2  1:0.94.4-1.1   OSF/Motif 2.1 implementation relea
ii  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.3-1  GCC support library
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++64.0.3-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxaw7   6.9.0.dfsg.1-4 X Athena widget set library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxmu6   6.9.0.dfsg.1-4 X Window System miscellaneous util
ii  libxp66.9.0.dfsg.1-4 X Window System printing extension
ii  libxpm4   6.9.0.dfsg.1-4 X pixmap library
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  xlibs 6.9.0.dfsg.1-4 X Window System client libraries m

Versions of packages ddd recommends:
ii  gdb   6.4-1  The GNU Debugger

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#338144: linux-wlan-ng-firmware: firmware script fails when curl is installed

2005-11-08 Thread Malcolm Parsons
Package: linux-wlan-ng-firmware
Version: 0.2.2+dfsg-4
Severity: important

When curl is installed, linux-wlan-ng-build-firmware-deb tries to use it
to download the firmware files.  curl outputs the download to stdout,
not to file.  This makes a big mess in the terminal, and the script
fails.

Using wget works fine, but it tries curl first.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages linux-wlan-ng-firmware depends on:
ii  linux-wlan-ng   0.2.2+dfsg-4 utilities for wireless prism2 card
ii  make3.80-11  The GNU version of the make util
ii  wget1.10.2-1 retrieves files from the web

linux-wlan-ng-firmware recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#327815: ssh: Incomplete documentation for -D switch

2005-09-12 Thread Malcolm Parsons
Package: ssh
Version: 1:4.1p1-6
Severity: normal

The ssh manual page says:

[-D port]

I think it should be this:

[-D [bind_address:]port]

As specifying -D localhost:1080 does stop ssh from binding port 1080
on all interfaces.

A warning that not doing this will result in an open proxy might be useful
too.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ssh depends on:
ii  openssh-client1:4.1p1-6  Secure shell client, an rlogin/rsh
ii  openssh-server1:4.1p1-6  Secure shell server, an rshd repla

ssh recommends no packages.

-- debconf information:
  ssh/insecure_rshd:
  ssh/privsep_ask: true
  ssh/user_environment_tell:
* ssh/forward_warning:
  ssh/insecure_telnetd:
  ssh/new_config: true
* ssh/use_old_init_script: true
* ssh/SUID_client: true
  ssh/disable_cr_auth: false
* ssh/privsep_tell:
  ssh/ssh2_keys_merged:
* ssh/protocol2_only: true
  ssh/encrypted_host_key_but_no_keygen:
* ssh/run_sshd: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323631: bins: javaScriptPreloadImage preloads the wrong sized image

2005-08-17 Thread Malcolm Parsons
Package: bins
Version: 1.1.28-1
Severity: normal
Tags: patch

The doc says that javaScriptPreloadImage preloads the next image of the
same size:

javaScriptPreloadImage
If  set  to  1,  add  some javascript code in image pages to
preload the next image of the same size when current one  is
loaded, to speed up the album browsing.

It actually preloads the next image at maximum size, slowing down album
browsing.

Patch based on the other use of $sizeLink in bins:

 #my ($xbase, $xpath, $xtype) =
 #fileparse($imagesToDisplay[$nextImageNum], '\.[^.]+\z');

 my $sizeLink = $imageData[$nextImageNum]-{'maxSize'};
+if ($sizeLink = $size ) {
+$sizeLink = $size;
+}

 $imageData[$i]{$j}{'nextHTML'} =
 getHTMLImagePageLink($imageData[$nextImageNum], $j,
 $nextImageNum);

 $imageData[$i]{$j}{'preloadIMG'} =
 jssafe_uri_escape($imageData[$nextImageNum]{'basename'})._.
 $imageData[$nextImageNum]{configuration}{sizeNames}[$sizeLink].

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bins depends on:
ii  libhtml-clean-perl  0.8-8Cleans up HTML code for web browse
ii  libhtml-parser-perl 3.45-2   A collection of modules that parse
ii  libhtml-template-perl   2.6-2HTML::Template : A module for usin
ii  libimage-info-perl  1.16-2   allows extraction of meta informat
ii  libimage-size-perl  2.992-1  determine the size of images in se
ii  libio-string-perl   1.05-1   Emulate IO::File interface for in-
ii  libjpeg-progs   6b-10Programs for manipulating JPEG fil
ii  liblocale-gettext-perl  1.05-1   Using libc functions for internati
ii  libtext-iconv-perl  1.4-1converts between character sets in
ii  libtimedate-perl1.1600-4 Time and date functions for Perl
ii  liburi-perl 1.35-1   Manipulates and accesses URI strin
ii  libxml-grove-perl   0.46alpha-11 Perl module for accessing parsed *
ii  libxml-handler-yawriter-per 0.23-5   Perl module for writing XML docume
ii  libxml-perl 0.08-1   Perl modules for working with XML
ii  libxml-writer-perl  0.600-1  Perl module for writing XML docume
ii  libxml-xql-perl 0.68-4   Perl module for querying XML tree 
ii  perlmagick  6:6.2.3.6-3  A perl interface to the libMagick 

bins recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]