commit: 66a9788435e51e658e4ae9d3ce0d0e54ea53e4f9 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Wed Sep 21 18:33:39 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> 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
