diff options
author | Tom Gundersen <teg@jklm.no> | 2012-04-30 13:02:11 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-04-30 13:02:11 +0200 |
commit | 0c85927201b22e907c579b3959633a546804a849 (patch) | |
tree | 66a2ecee2ad00478e84db71fae10198267089366 /network | |
parent | 0fa2a47e78d318673039f08b6dc77e6abcf7b8ad (diff) |
network: fix deprecation message
We should point to the manpage rather than rc.conf.
Fixes: FS#29494
Reported-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'network')
-rwxr-xr-x | network | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ need_legacy() { deprecated() { 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 " Please refer to 'man 5 rc.conf' on how to define a single wired\n" printf " connection, or use a utility such as netcfg.\n" } |