diff options
author | Bill Nottingham <notting@redhat.com> | 2012-04-23 13:33:48 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-04-23 13:33:48 -0400 |
commit | 7fac4bb19bce48e827b6237a70b28065b0762421 (patch) | |
tree | 2cc1db3679e2e654d77605da504b0884e66d4153 /rc.d | |
parent | fe8747180b4fe353dc4ad91c168d5f6ead9d76cd (diff) | |
download | initscripts-7fac4bb19bce48e827b6237a70b28065b0762421.tar initscripts-7fac4bb19bce48e827b6237a70b28065b0762421.tar.gz initscripts-7fac4bb19bce48e827b6237a70b28065b0762421.tar.bz2 initscripts-7fac4bb19bce48e827b6237a70b28065b0762421.tar.xz initscripts-7fac4bb19bce48e827b6237a70b28065b0762421.zip |
Tweak wording.
Diffstat (limited to 'rc.d')
-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 |