aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-04-30 13:02:11 +0200
committerTom Gundersen <teg@jklm.no>2012-04-30 13:02:11 +0200
commit0c85927201b22e907c579b3959633a546804a849 (patch)
tree66a2ecee2ad00478e84db71fae10198267089366 /network
parent0fa2a47e78d318673039f08b6dc77e6abcf7b8ad (diff)
downloadinitscripts-0c85927201b22e907c579b3959633a546804a849.tar.xz
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-xnetwork2
1 files changed, 1 insertions, 1 deletions
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"
}