mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
52e98e03cc
Update to latest stable release, canonicalize patch filenames, eliminate GCC dependency and MAKE_JOBS_UNSAFE, replace files/condor_config.in with version-specific example file provided in the dist, move sample files to etc/*.sample, improvements to condor_config.local.sample and condor-config script, make rc script more reliable by replacing fixed sleep delays with more intelligent wait loops. PR: 200713 Submitted by: jwbacon@tds.net (maintainer)
19 lines
486 B
Plaintext
19 lines
486 B
Plaintext
|
|
Edit %%PREFIX%%/etc/condor_config.local to taste to get started.
|
|
|
|
Settings in condor_config.local override the defaults in condor_config.
|
|
Use condor_config as a reference, and make all changes to condor_config.local.
|
|
|
|
Unless this is the central manager host, you will need to at least change
|
|
CONDOR_HOST. Also ensure that DAEMON_LIST and ALLOW_* are appropriate for
|
|
this host.
|
|
|
|
To start the condor daemons, add 'condor_enable="YES"' to
|
|
|
|
/etc/rc.conf
|
|
|
|
and run
|
|
|
|
service condor start
|
|
|