diff options
author | Tom Gundersen <teg@jklm.no> | 2012-08-03 19:31:11 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-08-03 19:31:11 +0200 |
commit | feb7b6e36af0bcf05c20abbaa548ecae170903a8 (patch) | |
tree | 31a0a240829c21f924d3bf8026aaff04473768e4 /network | |
parent | 3858aec656fc4fbfff3c296ca39148e7bea6f83d (diff) |
network: fix warning on trying to start a running network
Reported-by: Ali Kaasinen <ali.kaasinen@gmail.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'network')
-rwxr-xr-x | network | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ case "$1" in # deprecation check need_legacy && deprecated if ! ck_daemon network; then - echo "Network is already running. Try 'network restart'" + echo "Network is already running. Try 'rc.d restart network'" exit fi stat_busy "Starting network" |