.\"Man page for condor_config_bind .\"Generated by makeman on Sun Feb 1 21:58:27 2015 .TH condor_config_bind 1 "February 2015" .SH Name .P condor_config_bind bind \- together a set of configuration files .P .SH Synopsis condor_config_bind -help .P condor_config_bind-o outputfileconfigfile1configfile2[configfile3...] .P .SH Description .P condor_config_binddynamically binds two or more Condor configuration files through the use of a new configuration file. The purpose of this tool is to allow the user to dynamically bind a local configuration file into an already created, and possible immutable, configuration file. This is particularly useful when the user wants to modify a configuration but cannot actually make any changes to the global configuration file (even to change the list of local configuration files). This program does not modify the given configuration files. Rather, it creates a new configuration file that specifies the given configuration files as local configuration files. .P Condor evaluates each of the configuration files in the given command-line order (left to right). A value defined in two or more of the configuration files results in the last one evaluated defining the value. It overrides any others. To bind a new local configuration into a global configuration, specify the local configuration second within the command-line ordering. .P .SH Options .P .B configfile1 .IP "" 3 First configuration file to bind. .IP "" 3 .P .B configfile2 .IP "" 3 Second configuration file to bind. .IP "" 3 .P .B configfile3... .IP "" 3 An optional list of other configuration files to bind. .IP "" 3 .P .B -help .IP "" 3 Display brief usage information and exit .IP "" 3 .P .B -o output_file .IP "" 3 Specifies the file name where this program should output the binding configuration. .IP "" 3 .P .SH Exit Status .P condor_config_bindwill exit with a status value of 0 (zero) upon success, and non-zero on error. .P .SH Author Condor Team, University of Wisconsin-Madison .SH Copyright Copyright (C) 1990-2012 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0. .P See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu