aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-07-25 21:31:19 +0200
committerTom Gundersen <teg@jklm.no>2011-07-25 21:31:19 +0200
commit895d0944e622aac9a9446e6f727dadd07370677c (patch)
treebba7510fc527eca696862ce1a6df53134e55343c /network
parent370dd6573143fb9b9a7d368badbd3f2bb40ad6cf (diff)
downloadinitscripts-895d0944e622aac9a9446e6f727dadd07370677c.tar.xz
network: reword depracation message2011.07.1
Make it clear that the message refers to network settings, as some users found this confusing. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'network')
-rwxr-xr-xnetwork2
1 files changed, 1 insertions, 1 deletions
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"
}