From a71961a43ef48f47d3575915f63099308a18a263 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Aug 2012 00:01:57 +0000 Subject: Wed Aug 1 00:01:57 UTC 2012 --- core/systemd/use-split-usr-path.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 core/systemd/use-split-usr-path.patch (limited to 'core/systemd/use-split-usr-path.patch') diff --git a/core/systemd/use-split-usr-path.patch b/core/systemd/use-split-usr-path.patch new file mode 100644 index 000000000..057045bf1 --- /dev/null +++ b/core/systemd/use-split-usr-path.patch @@ -0,0 +1,14 @@ +--- a/src/core/main.c 2012-07-17 19:46:24.000000000 -0400 ++++ b/src/core/main.c 2012-07-27 10:04:13.000000000 -0400 +@@ -1379,11 +1379,7 @@ + + /* Set up PATH unless it is already set */ + setenv("PATH", +-#ifdef HAVE_SPLIT_USR + "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", +-#else +- "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", +-#endif + arg_running_as == MANAGER_SYSTEM); + + if (arg_running_as == MANAGER_SYSTEM) { -- cgit v1.2.3-54-g00ecf