Package: autofs
Version: 4.1.4-8
Severity: normal
Tags: patch

Small mistype in /etc/init.d/autofs.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-amd64-k8-smp
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages autofs depends on:
ii  libc6                         2.3.5-8.1  GNU C Library: Shared libraries an
ii  ucf                           2.004      Update Configuration File: preserv

Versions of packages autofs recommends:
pn  nfs-common                    <none>     (no description available)

-- debconf information:
  autofs/upgrade-from-broken-version:
--- autofs.orig 2005-10-07 21:10:28.000000000 +0400
+++ autofs      2005-11-15 12:24:47.072169592 +0300
@@ -148,7 +148,7 @@
         cat /etc/auto.master | awk '{print $0}' | sed -e '/^#/d' -e '/^$/d' | (
         while read auto_master_in
         do
-            if [ "`echo $auto_master_in | grep '^+'`" = "" ]; then
+            if [ "`echo $auto_master_in | grep '^\+'`" = "" ]; then
                 echo $auto_master_in
             else
                 cat /etc/auto.master | grep '^\+' | sed -e '/^#/d' -e '/^$/d' 
| (

Reply via email to