From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D43E138330 for ; Wed, 21 Sep 2016 18:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1187CE08B8; Wed, 21 Sep 2016 18:35:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E46BDE08B8 for ; Wed, 21 Sep 2016 18:35:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37CBE340834 for ; Wed, 21 Sep 2016 18:35:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E85D2481 for ; Wed, 21 Sep 2016 18:35:24 +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: <1474482819.66a9788435e51e658e4ae9d3ce0d0e54ea53e4f9.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: man/ X-VCS-Repository: proj/openrc X-VCS-Files: man/openrc-run.8 X-VCS-Directories: man/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 66a9788435e51e658e4ae9d3ce0d0e54ea53e4f9 X-VCS-Branch: master Date: Wed, 21 Sep 2016 18:35:24 +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: 966e9ca0-6fa8-4669-a554-38fa63d52a5e X-Archives-Hash: 6021f7907f71e7363dea1318c94c0bdb commit: 66a9788435e51e658e4ae9d3ce0d0e54ea53e4f9 Author: William Hubbs gmail com> AuthorDate: Wed Sep 21 18:33:39 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Sep 21 18:33:39 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=66a97884 man/openrc-run.8: Add note about eval usage This fixes #77. man/openrc-run.8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 5ec8156..d83e1cc 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -180,6 +180,10 @@ used along with in_background_fake to support re-entrant services. .It Ar in_background_fake Space separated list of commands which should always succeed when in_background is yes. +.Pp +Keep in mind that eval is used to process chroot, command, command_args_*, +command_user, pidfile and procname. This may affect how they are +evvaluated depending on how they are quoted. .El .Sh DEPENDENCIES You should define a