aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-07-30 20:16:03 +0000
committerBill Nottingham <notting@redhat.com>2001-07-30 20:16:03 +0000
commit39fcc32aa5733aac862e6b228dd9525b80f6e916 (patch)
tree6334bad816264991a42fe1bb85ceb0ba1b07ab3e
parente54c3be823de6940ab5332d57009556fdbd272c9 (diff)
downloadinitscripts-39fcc32aa5733aac862e6b228dd9525b80f6e916.tar
initscripts-39fcc32aa5733aac862e6b228dd9525b80f6e916.tar.gz
initscripts-39fcc32aa5733aac862e6b228dd9525b80f6e916.tar.bz2
initscripts-39fcc32aa5733aac862e6b228dd9525b80f6e916.tar.xz
initscripts-39fcc32aa5733aac862e6b228dd9525b80f6e916.zip
clarify message (#50365)
-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 1bfa689c..b58f98a7 100644
--- a/sysconfig/network-scripts/network-functions-ipv6
+++ b/sysconfig/network-scripts/network-functions-ipv6
@@ -61,7 +61,7 @@ test_ipv6() {
if ! which ip 2>&1 >/dev/null; then
- echo $"Utility 'ip' (iproute-package) doesn't exist or isn't executable - non-NBMA-styled tunneling setup won't work!"
+ echo $"Utility 'ip' (from the iproute package) doesn't exist or isn't executable - non-NBMA-styled tunneling setup won't work!"
return 2
fi