summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-28 02:39:06 +0000
committerBill Nottingham <notting@redhat.com>2001-08-28 02:39:06 +0000
commit4560ec523ff9a84a8c01940b7b3f09047110afe8 (patch)
treebe9c5f12668aafc48f90cc40b74ced19e433f787
parentff4f3e1aa9ffde15850f6a56a341d4e8bda10ec8 (diff)
downloadinitscripts-4560ec523ff9a84a8c01940b7b3f09047110afe8.tar.gz
initscripts-4560ec523ff9a84a8c01940b7b3f09047110afe8.tar.xz
initscripts-4560ec523ff9a84a8c01940b7b3f09047110afe8.zip
fix message string (#52581)
-rw-r--r--sysconfig/network-scripts/network-functions-ipv62
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions-ipv6 b/sysconfig/network-scripts/network-functions-ipv6
index b58f98a7..fc7b5254 100644
--- a/sysconfig/network-scripts/network-functions-ipv6
+++ b/sysconfig/network-scripts/network-functions-ipv6
@@ -446,7 +446,7 @@ test_ipv6_address_exists() {
local testprefix=$3
if [ -z "$testaddr" ]; then
- echo $"Missing parameter 'IPv6AddrToTest' (arg 1)"
+ echo $"Missing parameter 'IPv6AddrToTest' (arg 2)"
return 1
fi