From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q7oDh-0006It-LE for garchives@archives.gentoo.org; Thu, 07 Apr 2011 12:21:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0EFEE0521; Thu, 7 Apr 2011 12:21:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BCC0AE0521 for ; Thu, 7 Apr 2011 12:21:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E6601B403C for ; Thu, 7 Apr 2011 12:21:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6FA2580065 for ; Thu, 7 Apr 2011 12:21:44 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <46e67badd2d5edd4a6907f896aafecdafcc11211.williamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/staticroute.in X-VCS-Directories: init.d/ X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 46e67badd2d5edd4a6907f896aafecdafcc11211 Date: Thu, 7 Apr 2011 12:21:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4dbb7a1277b3d3a8b00fd2a34a78ac06 commit: 46e67badd2d5edd4a6907f896aafecdafcc11211 Author: William Hubbs gentoo org> AuthorDate: Thu Apr 7 12:19:53 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Apr 7 12:19:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D46e67bad fix typo in staticroute X-Gentoo-Bug: 362205 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=3D362205 --- init.d/staticroute.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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=3D;; esac fi - route $famly $xtra $2 -$args + route $family $xtra $2 -$args ;; esac veend $?