From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EEC23138AC4 for ; Sun, 17 Feb 2013 21:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A7D7E0653; Sun, 17 Feb 2013 21:39:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17334E0653 for ; Sun, 17 Feb 2013 21:39:37 +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 2DA0633DC15 for ; Sun, 17 Feb 2013 21:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8850EE4073 for ; Sun, 17 Feb 2013 21:39:34 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1361137047.f36f8fb1be7e68af4d192ed3e67a2da310946ecb.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: net/ X-VCS-Repository: proj/openrc X-VCS-Files: net/vlan.sh X-VCS-Directories: net/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f36f8fb1be7e68af4d192ed3e67a2da310946ecb X-VCS-Branch: master Date: Sun, 17 Feb 2013 21:39:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f158e66c-e8d0-4740-9a55-90b2bc6048cd X-Archives-Hash: f1d712f6e165367fd663f30da0f4e709 commit: f36f8fb1be7e68af4d192ed3e67a2da310946ecb Author: William Hubbs gmail com> AuthorDate: Sun Feb 17 21:37:27 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Feb 17 21:37:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=f36f8fb1 Typo Fix Reported-by: vitalyb telenet.dn.ua X-Gentoo-Bug: 452544 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=452544 --- net/vlan.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/vlan.sh b/net/vlan.sh index 458cb2d..10040af 100644 --- a/net/vlan.sh +++ b/net/vlan.sh @@ -71,7 +71,7 @@ vlan_post_start() [ -z "${vname}" ] && vname="${IFACE}.${vlan}" # 2) flags eval vflags=\$${IFACE}_vlan${vlan}_flags - [ -z "${vname}" ] && eval vflags=\$vlan${vlan}_flags + [ -z "${vflags}" ] && eval vflags=\$vlan${vlan}_flags # 3) ingress/egress map eval vingress=\$${IFACE}_vlan${vlan}_ingress [ -z "${vingress}" ] && eval vingress=\$vlan${vlan}_ingress