Package: initscripts
Version: 2.86.ds1-61
Severity: minor
Tags: l10n patch

On a system with an English locale "/etc/init.d/mountoverflowtmp start" will 
work even used interactively (run from a shell). This is not the case with an 
non-English locale.
During boot the script works, as no non-English locale is set then.

Even though the main purpose of the script is supporting the boot procedure, it 
can be useful after the boot. Furthermore the fix is quite simple.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages initscripts depends on:
ii  debianutils                  2.30        Miscellaneous utilities specific t
ii  e2fsprogs                    1.41.3-1    ext2/ext3/ext4 file system utiliti
ii  libc6                        2.7-16      GNU C Library: Shared libraries
ii  lsb-base                     3.2-20      Linux Standard Base 3.2 init scrip
ii  mount                        2.13.1.1-1  Tools for mounting and manipulatin
ii  sysvinit-utils               2.86.ds1-61 System-V-like utilities

Versions of packages initscripts recommends:
ii  psmisc                        22.6-1     Utilities that use the proc filesy

initscripts suggests no packages.

-- no debconf information
27c27
<       df="`df -kP /tmp |grep -v Filesystem`"
---
>       df="`df -kP /tmp | sed -n 2p`"

Reply via email to