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 C6FA91381F3 for ; Tue, 23 Jul 2013 23:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E02CE0980; Tue, 23 Jul 2013 23:01:43 +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 9AE91E0966 for ; Tue, 23 Jul 2013 23:01:42 +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 B0B3333E974 for ; Tue, 23 Jul 2013 23:01:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 51BEEE545F for ; Tue, 23 Jul 2013 23:01:40 +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: <1374265828.c18d623dc02728e39376239fedbee8e76a87208e.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/rc-status.c X-VCS-Directories: src/rc/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c18d623dc02728e39376239fedbee8e76a87208e X-VCS-Branch: master Date: Tue, 23 Jul 2013 23:01:40 +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: e3f3ddb8-7fc6-46d8-9ddd-9d84e8ba433d X-Archives-Hash: 2221cc3f10f34fe1f89fc08e1dff03c9 commit: c18d623dc02728e39376239fedbee8e76a87208e Author: Alexander V Vershilov gentoo org> AuthorDate: Thu Jul 18 16:14:42 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jul 19 20:30:28 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=c18d623d rc-status: fix typo X-Gentoo-Bug: 477318 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477318 --- src/rc/rc-status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index aba192f..d049216 100644 --- a/src/rc/rc-status.c +++ b/src/rc/rc-status.c @@ -353,7 +353,7 @@ rc_status(int argc, char **argv) l->value = p; /* we are unsetting RC_SVCNAME because last loaded service wount be added to list */ - unsetenv(RC_SVCNAME); + unsetenv("RC_SVCNAME"); print_level("Dynamic", "needed"); print_services(NULL, nservices); print_level("Dynamic", "manual");