summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2006-02-13 20:49:32 +0000
committerceri <ceri@FreeBSD.org>2006-02-13 20:49:32 +0000
commiteb96e9859d24582e50b67596da4185e4c75883d9 (patch)
tree654fe1f243b68e931da8d48d1d1629a4f093f07a
parent244df86f10bd4dac10e9db69c2c92a688d4ca29d (diff)
downloadFreeBSD-src-eb96e9859d24582e50b67596da4185e4c75883d9.zip
FreeBSD-src-eb96e9859d24582e50b67596da4185e4c75883d9.tar.gz
s/lp/plip/ for PLIP interfaces.
Approved by: jhb MFC after: 1 week
-rw-r--r--usr.sbin/sade/devices.c2
-rw-r--r--usr.sbin/sysinstall/devices.c2
-rw-r--r--usr.sbin/sysinstall/tcpip.c2
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.";
OpenPOWER on IntegriCloud