Package: netbase
Version: 4.21
Severity: minor
The following test in the /etc/init.d/networking is ambiguous:
if ! [ -s /etc/network/ifstate ]; then
rm /etc/network/ifstate
fi
A file that does not exist is also not a symbolic link...
client09:~# ls /etc/network/ifstate
ls: /etc/network/ifstate: No such file or directory
client09:~# if ! [ -s /etc/network/ifstate ]; then echo pass; fi
pass
Therefore, the following error occurs in every bootup:
Configuring network interfaces...
rm: cannot remove `/etc/network/ifstate': No such file or directory
Thanks!
Tony
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-bs-acpi
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages netbase depends on:
ii debconf 1.4.48 Debian configuration management sy
ii ifupdown 0.6.7 high level tools to configure netw
ii inetutils-inetd [netk 2:1.4.2+20040207-4 Internet super server
ii inetutils-ping [ping] 2:1.4.2+20040207-4 ICMP ECHO tool
ii tcpd 7.6.dbs-8 Wietse Venema's TCP wrapper utilit
-- debconf information:
netbase/spoofprot/pre-2.2-ip: 127.0.0.1/8
netbase/upgrade-note/etc-network-interfaces-pre-3.17-1:
netbase/upgrade-note/init.d-split-pre-3.16-1:
netbase/upgrade-note/radius-ports-pre-3.05:
* netbase/spoofprot:
netbase/ipv6-hosts: true
netbase/spoofprot/pre-2.2-interfaces: eth0 eth1 ppp0
netbase/upgrade-note/portmap-restart-pre-3.11-2:
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]