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.77) (envelope-from ) id 1SmQTr-0002FY-65 for garchives@archives.gentoo.org; Wed, 04 Jul 2012 14:22:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77D24E04E7; Wed, 4 Jul 2012 14:22:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4C152E04E7 for ; Wed, 4 Jul 2012 14:22:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4A9C1B406A for ; Wed, 4 Jul 2012 14:22:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7728DE5436 for ; Wed, 4 Jul 2012 14:22: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: <1341411748.c7e14b2c1755aa9c10d47724bbaa547c9cf87589.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.10.x commit in: net/ X-VCS-Repository: proj/openrc X-VCS-Files: net/udhcpc.sh X-VCS-Directories: net/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c7e14b2c1755aa9c10d47724bbaa547c9cf87589 X-VCS-Branch: openrc-0.10.x Date: Wed, 4 Jul 2012 14:22: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: 58440c4b-c520-44de-9666-5dc4fa16bc2a X-Archives-Hash: e9286145d579983ec26496ff7b4320ec commit: c7e14b2c1755aa9c10d47724bbaa547c9cf87589 Author: Bj=C3=B6rn Baumbach sernet de> AuthorDate: Wed Jul 4 09:47:00 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jul 4 14:22:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dc7e14b2c net: fix typo --- net/udhcpc.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/udhcpc.sh b/net/udhcpc.sh index d001867..130f873 100644 --- a/net/udhcpc.sh +++ b/net/udhcpc.sh @@ -61,7 +61,7 @@ udhcpc_start() esac =20 case " ${args} " in - *" --hosname=3D"*|*" -h "*|*" -H "*);; + *" --hostname=3D"*|*" -h "*|*" -H "*);; *) if ${sendhost}; then local hname=3D"$(hostname)"