From 0c85927201b22e907c579b3959633a546804a849 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 30 Apr 2012 13:02:11 +0200 Subject: network: fix deprecation message We should point to the manpage rather than rc.conf. Fixes: FS#29494 Reported-by: Jason St. John Signed-off-by: Tom Gundersen --- network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network') diff --git a/network b/network index 2439dba..322082c 100755 --- a/network +++ b/network @@ -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" } -- cgit v1.2.3