blob: 3f8debc28add6dcc6fec22257a7389284c905211 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001Upstream-Status: Inappropriate [configuration]
2
3Directory /usr/local is not used for us. Remove the policy that not to install
4binaries to /usr/local/sbin.
5
6Signed-off-by: Kai Kang <kai.kang@windriver.com>
7---
8diff --git a/cfe_internal/update/update_bins.cf b/cfe_internal/update/update_bins.cf
9index 1796caa..697af0d 100644
10--- a/cfe_internal/update/update_bins.cf
11+++ b/cfe_internal/update/update_bins.cf
12@@ -55,16 +55,6 @@ bundle agent cfe_internal_bins
13 depth_search => u_recurse_basedir("inf"),
14 action => u_immediate;
15
16- "/usr/local/sbin/$(agents)"
17- comment => "Create symlinks of CFE binaries in /usr/local/sbin",
18- handle => canonify("cfe_internal_bins_files_sbin_$(agents)"),
19- move_obstructions => "true",
20- link_from => u_ln_s("$(sys.workdir)/bin/$(agents)");
21-
22- "/usr/local/sbin/$(agents).cfsaved"
23- comment => "Remove all .cfsaved file extension",
24- handle => canonify("cfe_internal_bins_files_remove_$(agent)_cfsaved"),
25- delete => u_tidy;
26 }
27
28 bundle agent cfe_internal_update_bins