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 892931392EF for ; Fri, 11 Jul 2014 20:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 815C2E08BE; Fri, 11 Jul 2014 20:24:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BDEDE08BE for ; Fri, 11 Jul 2014 20:24:20 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31F3333FD61 for ; Fri, 11 Jul 2014 20:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DF62D18011 for ; Fri, 11 Jul 2014 20:24:17 +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: <1405110218.d80482c2f4ec35a880ee099eeb3983b255d65e8f.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/checkpath.c X-VCS-Directories: src/rc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: d80482c2f4ec35a880ee099eeb3983b255d65e8f X-VCS-Branch: master Date: Fri, 11 Jul 2014 20:24:17 +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: b57aa719-8465-4ae5-86b8-21cbb1908367 X-Archives-Hash: d2f1bb35916fbb6fca2536c4dbdff3da commit: d80482c2f4ec35a880ee099eeb3983b255d65e8f Author: William Hubbs gmail com> AuthorDate: Fri Jul 11 20:23:38 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jul 11 20:23:38 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=d80482c2 checkpath: fix error message in previous commit --- src/rc/checkpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c index 6280fb6..3c6c5ca 100644 --- a/src/rc/checkpath.c +++ b/src/rc/checkpath.c @@ -268,7 +268,7 @@ checkpath(int argc, char **argv) usage(EXIT_FAILURE); if (type == inode_unknown) - eerrorx("%s: -d -f or -p must be specified.", applet); + eerrorx("%s: -d, -f, -p, or -W must be specified.", applet); if (pw) { uid = pw->pw_uid;