diff options
author | Tom Gundersen <teg@jklm.no> | 2011-07-25 21:31:19 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-07-25 21:31:19 +0200 |
commit | 895d0944e622aac9a9446e6f727dadd07370677c (patch) | |
tree | bba7510fc527eca696862ce1a6df53134e55343c | |
parent | 370dd6573143fb9b9a7d368badbd3f2bb40ad6cf (diff) |
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>
-rwxr-xr-x | network | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |