From 93d8d022d70845e1b9e86a1cdefef192a22f137d Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 27 May 2014 11:27:49 -0400 Subject: [PATCH] Delete redhat-common 00-usr-local-bin-secure-path Both the rpm-distro and redhat-common elements had the same exact 00-usr-local-bin-secure-path. This commit deletes the one in redhat-common and leaves the one in rpm-distro (which is also required by the same elements). Change-Id: Ie9ef29d268b3737a6741fce016ef335db6651b59 --- .../pre-install.d/00-usr-local-bin-secure-path | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 elements/redhat-common/pre-install.d/00-usr-local-bin-secure-path diff --git a/elements/redhat-common/pre-install.d/00-usr-local-bin-secure-path b/elements/redhat-common/pre-install.d/00-usr-local-bin-secure-path deleted file mode 100755 index 67e7a03c..00000000 --- a/elements/redhat-common/pre-install.d/00-usr-local-bin-secure-path +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -set -eu -set -o pipefail - -sed -i '/secure_path/ s/$/:\/usr\/local\/bin/' /etc/sudoers