From f00929ad622c978f8ad83590a15a765b4beecac9 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Wed, 13 May 2015 14:43:04 +0100 Subject: Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount. --- src/core/execute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/execute.h') diff --git a/src/core/execute.h b/src/core/execute.h index a0908e0c3d..f5d5c1dee7 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -165,7 +165,7 @@ struct ExecContext { /* This is not exposed to the user but available * internally. We need it to make sure that whenever we spawn - * /bin/mount it is run in the same process group as us so + * /usr/bin/mount it is run in the same process group as us so * that the autofs logic detects that it belongs to us and we * don't enter a trigger loop. */ bool same_pgrp; -- cgit v1.2.3-54-g00ecf