summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-08-31 22:15:17 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-08-31 22:15:17 -0300
commita1642a5964035040dcbf07af01418375e45bb128 (patch)
treeeaccd090fe7f046a241d9897544b2354a36b8a80 /network
parent2fb1be996d4d8d459f4b4953a84af63f981b0bf0 (diff)
parentc67d598d1cb2c346c83b72449bf20ee5dfea9ae7 (diff)
Merge branch 'master' of git://projects.archlinux.org/initscripts2012.09.1
Conflicts: Makefile parabola.7.txt
Diffstat (limited to 'network')
-rwxr-xr-xnetwork4
1 files changed, 1 insertions, 3 deletions
diff --git a/network b/network
index b8b6989..de6e9b4 100755
--- a/network
+++ b/network
@@ -18,9 +18,7 @@ need_legacy() {
}
deprecated() {
- printf "${C_FAIL}Warning:${C_CLEAR} Your network settings are deprecated.\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"
+ print_depr "The legacy network settings format" "rc.conf(5)"
}
network_up() {