From eb96e9859d24582e50b67596da4185e4c75883d9 Mon Sep 17 00:00:00 2001 From: ceri Date: Mon, 13 Feb 2006 20:49:32 +0000 Subject: s/lp/plip/ for PLIP interfaces. Approved by: jhb MFC after: 1 week --- usr.sbin/sade/devices.c | 2 +- usr.sbin/sysinstall/devices.c | 2 +- usr.sbin/sysinstall/tcpip.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index d1f4731..e867113 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -137,7 +137,7 @@ static struct _devname { { DEVICE_TYPE_NETWORK, "xl", "3COM 3c90x / 3c90xB PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "cuad%d", "%s on device %s (COM%d)", 28, 128, 1, 16 }, { DEVICE_TYPE_NETWORK, "fwe", "FireWire Ethernet emulation" }, - { DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" }, + { DEVICE_TYPE_NETWORK, "plip", "Parallel Port IP (PLIP) peer connection" }, { DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" }, { DEVICE_TYPE_NETWORK, "disc", "Software discard network interface" }, { 0 }, diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index d1f4731..e867113 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -137,7 +137,7 @@ static struct _devname { { DEVICE_TYPE_NETWORK, "xl", "3COM 3c90x / 3c90xB PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "cuad%d", "%s on device %s (COM%d)", 28, 128, 1, 16 }, { DEVICE_TYPE_NETWORK, "fwe", "FireWire Ethernet emulation" }, - { DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" }, + { DEVICE_TYPE_NETWORK, "plip", "Parallel Port IP (PLIP) peer connection" }, { DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" }, { DEVICE_TYPE_NETWORK, "disc", "Software discard network interface" }, { 0 }, diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 6c21226..4059b96 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -494,7 +494,7 @@ tcpOpenDialog(Device *devp) dialog_clear_norefresh(); /* Modify the help line for PLIP config */ - if (!strncmp(devp->name, "lp", 2)) + if (!strncmp(devp->name, "plip", 4)) layout[LAYOUT_EXTRAS].help = "For PLIP configuration, you must enter the peer's IP address here."; -- cgit v1.1