From 9a0d144671f1b40cc27a63ea48a4fa29ecf2f383 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 14 Jan 2011 12:45:08 +0100 Subject: [PATCH] cosmetic --- initscripts/pl_netinit | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/initscripts/pl_netinit b/initscripts/pl_netinit index 4e6b770..914d091 100755 --- a/initscripts/pl_netinit +++ b/initscripts/pl_netinit @@ -290,10 +290,9 @@ fi /sbin/ifconfig $ETH_DEVICE up 2>&1 > /dev/null if [[ $? -ne 0 ]]; then echo $(date "+%H:%M:%S") " pl_netinit: device $ETH_DEVICE does not exist, most likely" - echo $(date "+%H:%M:%S") " pl_netinit: this cd does not have hardware support for your" + echo $(date "+%H:%M:%S") " pl_netinit: this CD does not have hardware support for your" echo $(date "+%H:%M:%S") " pl_netinit: network adapter. please send the following lines" - echo $(date "+%H:%M:%S") " pl_netinit: to PlanetLab Support: support@planet-lab.org" - echo $(date "+%H:%M:%S") " pl_netinit: for further assistance" + echo $(date "+%H:%M:%S") " pl_netinit: to your PlanetLab support for further assistance" echo /sbin/lspci -n | /bin/grep "Class 0200" echo -- 2.43.0