From 46e67badd2d5edd4a6907f896aafecdafcc11211 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 7 Apr 2011 07:19:53 -0500 Subject: fix typo in staticroute X-Gentoo-Bug: 362205 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=362205 --- init.d/staticroute.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/staticroute.in b/init.d/staticroute.in index 9995d37..1df5d4c 100644 --- a/init.d/staticroute.in +++ b/init.d/staticroute.in @@ -81,7 +81,7 @@ do_routes() *) family=;; esac fi - route $famly $xtra $2 -$args + route $family $xtra $2 -$args ;; esac veend $? -- cgit v1.2.3