diff --git a/manage_ssh.sh b/manage_ssh.sh index 5856b38..aea1f7d 100644 --- a/manage_ssh.sh +++ b/manage_ssh.sh @@ -49,6 +49,8 @@ # @(#) and warn(), fix in count_fields(), failure in local update # @(#) should be die() (VRF 1.3.1) [Patrick Van der Veken] # @(#) 2015-09-15: small fix in wait_for_children() (VRF 1.3.2) [Patrick Van der Veken] +# @(#) 2015-09-23: added $GLOBAL_CONFIG_FILE to fix ownership/permissions routine +# @(#) (VRF 1.3.3) [Patrick Van der Veken] # ----------------------------------------------------------------------------- # DO NOT CHANGE THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING! #****************************************************************************** @@ -62,7 +64,7 @@ # or LOCAL_CONFIG_FILE instead # define the V.R.F (version/release/fix) -MY_VRF="1.3.2" +MY_VRF="1.3.3" # name of the global configuration file (script) GLOBAL_CONFIG_FILE="manage_ssh.conf" # name of the local configuration file (script) @@ -1337,7 +1339,7 @@ case ${ARG_ACTION} in chown root:sys "${FIX_DIR}/keys.d" 2>/dev/null fi # checking files in holding (keys.d/* are fixed by update_ssh.pl) - for FILE in access alias keys update_ssh.conf + for FILE in access alias keys ${GLOBAL_CONFIG_FILE} update_ssh.conf do if [[ -f "${FIX_DIR}/holding/${FILE}" ]] then