From 895d0944e622aac9a9446e6f727dadd07370677c Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 25 Jul 2011 21:31:19 +0200 Subject: network: reword depracation message Make it clear that the message refers to network settings, as some users found this confusing. Signed-off-by: Tom Gundersen --- network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network') diff --git a/network b/network index 868780e..4fafb97 100755 --- a/network +++ b/network @@ -18,7 +18,7 @@ need_legacy() { } deprecated() { - printf "${C_FAIL}Warning:${C_CLEAR} This functionality is deprecated.\n" + printf "${C_FAIL}Warning:${C_CLEAR} Your network settings are deprecated.\n" printf " Please refer to /etc/rc.conf on how to define a single wired\n" printf " connection, or use a utility such as netcfg.\n" } -- cgit v1.2.3