aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2013-08-25 01:17:01 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2013-08-25 01:17:01 -0700
commitf7dc990bfd370ce11832d356e90b1eee0391938b (patch)
tree00c11dda421a1fa71240092080097fc13a8376e6
parentBug #460756: Make clip module quiet. (diff)
parentClarify the "no configuration specified" message (diff)
downloadnetifrc-f7dc990bfd370ce11832d356e90b1eee0391938b.tar.gz
netifrc-f7dc990bfd370ce11832d356e90b1eee0391938b.tar.bz2
netifrc-f7dc990bfd370ce11832d356e90b1eee0391938b.zip
Merge branch 'bug482364'
* bug482364: Clarify the "no configuration specified" message
-rw-r--r--init.d/net.lo.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index a4e65e9..5ea73c7 100644
--- a/init.d/net.lo.in
+++ b/init.d/net.lo.in
@@ -463,7 +463,7 @@ _load_config()
fi
else
if [ -z "$1" ]; then
- ewarn "No configuration specified; defaulting to DHCP"
+ ewarn "config_${IFVAR} not specified; defaulting to DHCP"
config_0="dhcp"
config_index=1
fi