aboutsummaryrefslogtreecommitdiff
path: root/tools/ifnet
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2023-01-17 20:08:43 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2023-01-17 20:15:51 +0000
commit701bb67bc5f8df9929a249265aabd96c3143e222 (patch)
tree7e37d5841ca3daa8e91fd9c29013e040df28ddf8 /tools/ifnet
parentb75062f23431fbabef1e7d665cae270b144f71b1 (diff)
Diffstat (limited to 'tools/ifnet')
-rwxr-xr-xtools/ifnet/convert_ifapi.sh (renamed from tools/ifnet/convert_drvapi.sh)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ifnet/convert_drvapi.sh b/tools/ifnet/convert_ifapi.sh
index 228456dd244d..ac103dc5702c 100755
--- a/tools/ifnet/convert_drvapi.sh
+++ b/tools/ifnet/convert_ifapi.sh
@@ -235,7 +235,7 @@ then
fi
IFS=
echo -n "Conversion for $file started, please wait: "
-FAIL_PAT="XXX - DRVAPI"
+FAIL_PAT="XXX - IFAPI"
count=0
while read -r line
do
@@ -272,7 +272,7 @@ echo ""
count=`grep $FAIL_PAT $file.tmp | wc -l`
if [ $count -gt 0 ]
then
- echo "$count lines could not be converted to DRVAPI"
+ echo "$count lines could not be converted to IFAPI"
echo "Look for /* $FAIL_PAT */ in the converted file"
fi
echo "original $file has been moved to $file.orig"