summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2003-03-05 18:50:18 +0000
committersobomax <sobomax@FreeBSD.org>2003-03-05 18:50:18 +0000
commitc7abac80426304d9dbcaf9beb24db064502da0b4 (patch)
treed08e7c0acaeb831c2724aa6383e6805c6d500fdb /usr.sbin/sade
parent4ea2b96c72b6dd7e1b8e67eb5ca2890a2170e320 (diff)
downloadFreeBSD-src-c7abac80426304d9dbcaf9beb24db064502da0b4.zip
FreeBSD-src-c7abac80426304d9dbcaf9beb24db064502da0b4.tar.gz
Use correct interface name (it's different on -current).
Submitted by: Brooks Davis <brooks@one-eyed-alien.net> MFC after: 20 days
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c
index 77fe47d..910b230 100644
--- a/usr.sbin/sade/devices.c
+++ b/usr.sbin/sade/devices.c
@@ -131,7 +131,7 @@ static struct _devname {
{ DEVICE_TYPE_NETWORK, "cuaa%d", "%s on device %s (COM%d)", 28, 128, 1, 16 },
{ DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" },
{ DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" },
- { DEVICE_TYPE_NETWORK, "ds", "Software discard network interface" },
+ { DEVICE_TYPE_NETWORK, "disc", "Software discard network interface" },
#ifdef PC98
{ DEVICE_TYPE_DISK, "wd%d", "IDE disk device", 3, 65538, 8, 16 },
{ DEVICE_TYPE_CDROM, "wcd%dc", "ATAPI IDE CDROM", 69, 2, 8, 4 },
OpenPOWER on IntegriCloud