Package: ifupdown-extra
Version: 0.12
Severity: important

The /etc/network/if-up.d/20static-routes script silently fails with the
default installed setup.  It tests for a readable /etc/network/routes
and exits with an exit code of 0 if the file is not found.

But the deb installs an /etc/network/network-routes.

additionally, line 48 of the script reads 

[ -z "$VERBOSITY" ] && VERBOSITY = 0

which generates errors on my system.  Changing it to

[ -z "$VERBOSITY" ] && VERBOSITY=0

fixes it.  (Only happens when the script is run by hand with no
arguments.  My default shell is /bin/bash)

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

Kernel: Linux 2.6.25-2-686 (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 ifupdown-extra depends on:
ii  bind9-host [host]      1:9.5.0.dfsg.P2-1 Version of 'host' bundled with BIN
ii  iproute                20080725-2        networking and traffic control too
ii  iputils-arping         3:20071127-1      Tool to send ICMP echo requests to
ii  iputils-ping [ping]    3:20071127-1      Tools to test the reachability of 
ii  net-tools              1.60-19           The NET-3 networking toolkit
ii  netcat                 1.10-38           TCP/IP swiss army knife -- transit
ii  netcat-traditional [ne 1.10-38           TCP/IP swiss army knife

Versions of packages ifupdown-extra recommends:
ii  ethtool                     6+20080227-1 display or change ethernet card se

ifupdown-extra suggests no packages.

-- no debconf information



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

Reply via email to