diff options
-rwxr-xr-x | rc.d/init.d/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network index c38381a3..359dffa2 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -159,7 +159,7 @@ case "$1" in /sbin/route add -$args done else - net_log $"Legacy static-route support not available: route not found" + net_log $"Legacy static-route support not available: /sbin/route not found" fi fi |