[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#461122: marked as done (masqmail: Warning from tail in postinst)



Your message dated Wed, 16 Jan 2008 12:15:55 -0600
with message-id <20080116181554.GA10455@cat-in-the-hat.dnsalias.com>
and subject line Closed in 0.2.21-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: masqmail
Version: 0.2.21-2
Severity: minor
Tags: patch

When running postinst, a deprecated call to tail causes the following
error:
tail: Warning: "+number" syntax is deprecated, please use "-n +number"

--- masqmail.postinst	2008-01-10 18:24:04.000000000 -0600
+++ masqmail.postinst.new	2008-01-10 18:24:29.000000000 -0600
@@ -74,7 +74,7 @@
         sed -n 1,$(( $LINES - 1 ))p < $CONFIGFILE > $WORKTMP
       fi
       cat $DEBCONFTMP >> $WORKTMP
-      sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail +2 >> $WORKTMP
+      sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail -n +2 >> $WORKTMP
     else
       echo "Existing $CONFIGFILE has missing or half-open debconf region;" >&2;
       echo "not writing masqmail configuration file." >&2;


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-rc5-x86-1ken (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages masqmail depends on:
ii  debconf [debconf-2.0]         1.5.18     Debian configuration management sy
ii  libc6                         2.7-5      GNU C Library: Shared libraries
ii  libglib2.0-0                  2.14.4-2   The GLib library of C routines
ii  libident                      0.22-3     simple RFC1413 client library - ru
ii  liblockfile1                  1.06.2     NFS-safe locking library, includes
ii  netbase                       4.30       Basic TCP/IP networking system

masqmail recommends no packages.

-- debconf information excluded



--- End Message ---
--- Begin Message ---
Version: 0.2.21-3

Sorry. This appears to be closed in 0.2.21-3. My mail got stuck, so
this is a bit delayed in getting out, and I was only able to flush my
queue just now. (Expect a bug report regarding that shortly.)

-- 
Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory.
Department of Computer Science. Illinois Institute of Technology.
http://www.iit.edu/~kbloom1/

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: