Package: arpwatch
Version: 2.1a13-2.1
Severity: important
Tags: patch

sort does not know how to handle "+2rn" sometimes a warning is printed:
sort: Warning: "+number" syntax is deprecated, please use "-k number"

Patch:
--- /ram/arp2ethers     2008-03-25 08:38:12.000000000 +0000
+++ /ram/arp2ethers.new 2009-09-08 10:11:42.566176572 +0000
@@ -28,7 +28,7 @@
        exit 1
 }
 
-sort +2rn $FILE | \
+sort -rnk2 $FILE | \
     awk 'NF == 4 { print }' | \
 # 1999-04-12   KELEMEN Peter <[email protected]>
 #    awk -f p.awk | \


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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages arpwatch depends on:
ii  adduser                       3.110      add and remove users and groups
ii  debianutils                   2.30       Miscellaneous utilities specific t
ii  libc6                         2.9-23     GNU C Library: Shared libraries
ii  libpcap0.8                    1.0.0-2    system interface for user-level pa

Versions of packages arpwatch recommends:
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag

Versions of packages arpwatch suggests:
pn  snmp                          <none>     (no description available)

-- no debconf information



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

Reply via email to